Commit Graph

1475 Commits (1b107baf373e5e05abdcad23f29b757ce190386a)

Author SHA1 Message Date
BJ Weschke 1b107baf37 Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire)
19 years ago
Tilghman Lesher 49aa847408 Prompt does not request '#' to end input, so the application should not require it
19 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
19 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!
19 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)
19 years ago
Kevin P. Fleming 9426da88b7 fix this to actually compile so people can learn from it
19 years ago
Kevin P. Fleming 4397e6dd42 remove extraneous -m64 flag that is not needed
19 years ago
Joshua Colp d0aef28b0e Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 reported nathan fixed by jsmith - sort of)
19 years ago
Matt O'Gorman d9b9996a59 do not allow for users to forward voicemail to
19 years ago
Tilghman Lesher e6b64adab2 Bug 6984 - off by one error in Random()
19 years ago
Tilghman Lesher 4bea5adcbf Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes
19 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
19 years ago
Tilghman Lesher 829bf52765 Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL
19 years ago
Tilghman Lesher b224ed93ca Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL
19 years ago
Kevin P. Fleming 5bc6b3b6fd don't call the originating device as part of the Page() operation (issue #6932)
19 years ago
Kevin P. Fleming 95dc3bba01 handle call time limit properly when warning is requested _after_ call would hae already ended (issue #6356)
19 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)
19 years ago
Tilghman Lesher 08cc142495 Bug 6914 - .txt file fails to rename on operator out
19 years ago
Kevin P. Fleming ce8275960e fix typo
19 years ago
Kevin P. Fleming a6e5c98723 small fix... don't try to check conference details if it couldn't be created or found
19 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)
19 years ago
Russell Bryant 235212182e move continue out of block that checks verbose level (issue #6880)
19 years ago
Joshua Colp 831a96aac1 Update email address to my Digium one
19 years ago
Olle Johansson 457bdd22bb Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)
19 years ago
Matt O'Gorman 43fde6acce Adds documentation to show what the w flag.
19 years ago
Olle Johansson 0a48c19845 Typo fix.
19 years ago
Tilghman Lesher 0bb7b71572 Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)
19 years ago
Tilghman Lesher ea4baa91d0 Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)
19 years ago
Tilghman Lesher eb76fca6a3 Bug 6783 - When context is specified, voicemail should look for mailboxes in that context
19 years ago
BJ Weschke dea7edda6b Fix a typo in the app description
19 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)
19 years ago
Russell Bryant 9884c9637a don't crash when asked to read from a file that doesn't exist (issue #6786)
19 years ago
Joshua Colp b0f4874196 Fix a minor code issue
19 years ago
Joshua Colp 3667b25224 Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)
19 years ago
Russell Bryant 17187101f6 don't add conference participant if the user hangs up while recording their name (issue #6661)
19 years ago
Tilghman Lesher d564b81083 Bug 6714 - Workaround to avoid retrieving incomplete voicemail message
19 years ago
Russell Bryant 13b57f8255 revert the change made in revision 12927 in favor of keeping the original
19 years ago
Russell Bryant e6ae8990bc when using the G() option to Dial, fix sending the called channel to 1 priority
19 years ago
Russell Bryant 14e8c4c5a3 fix a problem with not loading realtime queue members by always reloading a
19 years ago
BJ Weschke 4e3b9d6389 Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462
19 years ago
Tilghman Lesher 3da520e492 Fix possible lack of initialization of useadsi
20 years ago
Russell Bryant 7c92ffe150 when executing the Directory application from voicemail and a context is not
20 years ago
Matt O'Gorman bab77bbab1 bug fix from 6485 with musiconhold not being turned
20 years ago
Kevin P. Fleming ce008d40a1 don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)
20 years ago
Mark Spencer 710445b5b1 Fix stopstream in menus (bug #6137)
20 years ago
Josh Roberson 671cde62de Don't set the formats before we stop indications. (issue #6380)
20 years ago
Russell Bryant db467378b4 fix due to CDR changes
20 years ago
Tilghman Lesher bae6e7b617 Revert behavior change from previous commit (fixes only)
20 years ago
Tilghman Lesher cf015dbefc Backport 5929 to 1.2
20 years ago
Russell Bryant 32cc1bedc1 add another location for postgresql headers (issue #6419)
20 years ago