aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman6-0/+22
2006-05-01 Correct a condition from the prior patch that could happen in rare circumsta...bweschke1-1/+1
2006-05-01 Make sure that when someone 0's out while recording a msg and then chooses t...bweschke1-1/+6
2006-05-01fix this to actually compile so people can learn from itkpfleming1-2/+2
2006-04-30remove extraneous -m64 flag that is not neededkpfleming1-4/+1
2006-04-27Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 rep...file1-1/+1
2006-04-26do not allow for users to forward voicemail tomogorman1-2/+2
2006-04-18Bug 6984 - off by one error in Random()tilghman1-1/+1
2006-04-13Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxestilghman1-2/+8
2006-04-13oops... let's not set a variable and then immediately overwrite it while assu...kpfleming1-4/+4
2006-04-11Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAILtilghman1-0/+2
2006-04-11Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQLtilghman1-1/+1
2006-04-11don't call the originating device as part of the Page() operation (issue #6932)kpfleming1-1/+12
2006-04-11handle call time limit properly when warning is requested _after_ call would ...kpfleming1-1/+16
2006-04-11 When using the silence detector in ast_play_and_record() and ast_play_and_pr...bweschke1-1/+1
2006-04-08Bug 6914 - .txt file fails to rename on operator outtilghman1-1/+3
2006-04-06fix typokpfleming1-1/+1
2006-04-06small fix... don't try to check conference details if it couldn't be created ...kpfleming1-12/+14
2006-04-06don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn t...kpfleming1-5/+20
2006-04-06move continue out of block that checks verbose level (issue #6880)russell1-2/+1
2006-04-06Update email address to my Digium onefile1-1/+1
2006-04-04Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)oej1-25/+23
2006-04-04Adds documentation to show what the w flag.mogorman1-1/+1
2006-03-30Typo fix.oej1-4/+4
2006-03-29Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in A...tilghman1-1/+1
2006-03-25Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)tilghman1-3/+3
2006-03-25Bug 6783 - When context is specified, voicemail should look for mailboxes in ...tilghman1-2/+6
2006-03-24 Fix a typo in the app descriptionbweschke1-1/+1
2006-03-23 Bug #5884 - fix a possible race state in app_meetme when a channel has gone ...bweschke1-0/+2
2006-03-23don't crash when asked to read from a file that doesn't exist (issue #6786)russell1-8/+9
2006-03-22Fix a minor code issuefile1-2/+3
2006-03-22Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)file1-18/+36
2006-03-21don't add conference participant if the user hangs up while recording their n...russell1-1/+3
2006-03-21Bug 6714 - Workaround to avoid retrieving incomplete voicemail messagetilghman1-2/+4
2006-03-19revert the change made in revision 12927 in favor of keeping the originalrussell1-3/+5
2006-03-14when using the G() option to Dial, fix sending the called channel to 1 priorityrussell1-1/+0
2006-03-14fix a problem with not loading realtime queue members by always reloading a russell1-1/+1
2006-03-04 Substitute variables in the post_process string (if it exists) before those ...bweschke1-11/+11
2006-02-19Fix possible lack of initialization of useadsitilghman1-1/+1
2006-02-16when executing the Directory application from voicemail and a context is notrussell1-2/+2
2006-02-14bug fix from 6485 with musiconhold not being turnedmogorman1-0/+4
2006-02-14don't double-increment abandon counter for calls that are hung up while diali...kpfleming1-2/+1
2006-02-14Fix stopstream in menus (bug #6137)markster1-4/+6
2006-02-13Don't set the formats before we stop indications. (issue #6380)twisted1-1/+2
2006-02-11fix due to CDR changesrussell1-1/+1
2006-02-09Revert behavior change from previous commit (fixes only)tilghman1-2/+2
2006-02-09Backport 5929 to 1.2tilghman1-30/+44
2006-02-09add another location for postgresql headers (issue #6419)russell1-1/+1
2006-02-05Bug 6176 - Fix race conditiontilghman1-14/+23
2006-01-25ensure hangup cause code is handled properly when channel does not return a f...kpfleming1-0/+1