Commit Graph

1494 Commits (25d2c99737a1b87ea9c471f99e03cdccd4ff0789)

Author SHA1 Message Date
Tilghman Lesher 25d2c99737 Bug 7167 - HasNewVoicemail and VMCOUNT() didn't work when USE_ODBC_STORAGE was defined
20 years ago
Joshua Colp 3c8d8caca1 Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reported by cfieldmtm)
20 years ago
Joshua Colp a6d8b31956 Fix endless looping message by checking value of res before doing retries stuff. (issue #7140 reported by tanischen)
20 years ago
Olle Johansson 9911943d3d Video in meetme? Hmmm. Removed until we do have some code for it.
20 years ago
Joshua Colp 968d069242 Priority jumping not working on VoiceMail app with new syntax (issue #7164 reported and fixed by alvaro_palma_aste)
20 years ago
Joshua Colp bc3570ac0f OSPNext does not handle success/failure correctly (issue #7147 reported and fixed by eborgstrom)
20 years ago
Tilghman Lesher 728e1d9a31 Bug 7125 - Fix race condition between resequencing and leaving a message
20 years ago
Joshua Colp 961bcfe98c Inherit channel variables during call forwards when going through chan_local (issue #7095 reported by raarts)
20 years ago
Tilghman Lesher ee46d2d92e Bug 7134 - File descriptor leak with ODBC storage of voicemail
20 years ago
BJ Weschke b2e48e3c22 Correct memory leak in find_user_realtime #7118 (fnordian)
20 years ago
BJ Weschke 249760b951 Make QueueStatusComplete event thread safe by wrapping it inside the queue lock clause already there. #7013 (bziherl reporting)
20 years ago
BJ Weschke d46fa7e825 Oops. :(
20 years ago
BJ Weschke 41210a37d6 Don't recheck valid_exit() after getting the result from say_position (which already checks it). Should prevent another loop if the caller hits digits during the position announcement. #6776 (tgj reporting)
20 years ago
BJ Weschke b3d0a54a6b Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting)
20 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
20 years ago
Russell Bryant d27c901fa2 use the correct function name ...
20 years ago
Russell Bryant 9d0eead218 use pbx_checkcondition() instead of ast_true() to evaluate the condition
20 years ago
Tilghman Lesher c7ee76b69f Bug 7023 - reload should not unpause members
20 years ago
BJ Weschke 092055c3a5 Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting)
20 years ago
BJ Weschke 1b107baf37 Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire)
20 years ago
Tilghman Lesher 49aa847408 Prompt does not request '#' to end input, so the application should not require it
20 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
20 years ago
BJ Weschke 822ea9615a Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!
20 years ago
BJ Weschke b7f8ee4a6d Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later. #7061 (dimitripietro reporting, blitzrage confirmed)
20 years ago
Kevin P. Fleming 9426da88b7 fix this to actually compile so people can learn from it
20 years ago
Kevin P. Fleming 4397e6dd42 remove extraneous -m64 flag that is not needed
20 years ago
Joshua Colp d0aef28b0e Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 reported nathan fixed by jsmith - sort of)
20 years ago
Matt O'Gorman d9b9996a59 do not allow for users to forward voicemail to
20 years ago
Tilghman Lesher e6b64adab2 Bug 6984 - off by one error in Random()
20 years ago
Tilghman Lesher 4bea5adcbf Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes
20 years ago
Kevin P. Fleming bd9026f975 oops... let's not set a variable and then immediately overwrite it while assuming its old value will magically return
20 years ago
Tilghman Lesher 829bf52765 Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL
20 years ago
Tilghman Lesher b224ed93ca Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL
20 years ago
Kevin P. Fleming 5bc6b3b6fd don't call the originating device as part of the Page() operation (issue #6932)
20 years ago
Kevin P. Fleming 95dc3bba01 handle call time limit properly when warning is requested _after_ call would hae already ended (issue #6356)
20 years ago
BJ Weschke 83b525e2cb When using the silence detector in ast_play_and_record() and ast_play_and_prepend(), the truncation code never gets called to remove the detected silence, because the value of res is zero when control gets to that point. #6903 w/some mods (softins)
20 years ago
Tilghman Lesher 08cc142495 Bug 6914 - .txt file fails to rename on operator out
20 years ago
Kevin P. Fleming ce8275960e fix typo
20 years ago
Kevin P. Fleming a6e5c98723 small fix... don't try to check conference details if it couldn't be created or found
20 years ago
Kevin P. Fleming 60df6b45d2 don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user when they attempt to use them (issue #6675)
20 years ago
Russell Bryant 235212182e move continue out of block that checks verbose level (issue #6880)
20 years ago
Joshua Colp 831a96aac1 Update email address to my Digium one
20 years ago
Olle Johansson 457bdd22bb Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)
20 years ago
Matt O'Gorman 43fde6acce Adds documentation to show what the w flag.
20 years ago
Olle Johansson 0a48c19845 Typo fix.
20 years ago
Tilghman Lesher 0bb7b71572 Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)
20 years ago
Tilghman Lesher ea4baa91d0 Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)
20 years ago
Tilghman Lesher eb76fca6a3 Bug 6783 - When context is specified, voicemail should look for mailboxes in that context
20 years ago
BJ Weschke dea7edda6b Fix a typo in the app description
20 years ago
BJ Weschke 41feb1c7ff Bug #5884 - fix a possible race state in app_meetme when a channel has gone away and we are reading continuously for more frames. (mneuhauser)
20 years ago