aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-05-13Bug 7134 - File descriptor leak with ODBC storage of voicemailtilghman1-2/+2
2006-05-09 Correct memory leak in find_user_realtime #7118 (fnordian)bweschke1-0/+1
2006-05-08 Make QueueStatusComplete event thread safe by wrapping it inside the queue l...bweschke1-1/+1
2006-05-08 Oops. :(bweschke1-1/+1
2006-05-08 Don't recheck valid_exit() after getting the result from say_position (which...bweschke1-2/+4
2006-05-07 Fix playback behavior to exit correctly when we receive a hangup during play...bweschke1-3/+6
2006-05-05 Voicemail fixes along with an API change approved by russellb to fix the bug...bweschke1-24/+36
2006-05-05use the correct function name ...russell1-1/+1
2006-05-05use pbx_checkcondition() instead of ast_true() to evaluate the conditionrussell2-3/+3
2006-05-04Bug 7023 - reload should not unpause memberstilghman1-15/+47
2006-05-04 Make sure that only the "|" is a recognized delimiter for Verbose(), as the ...bweschke1-1/+1
2006-05-03 Correct application documentation to make users aware that certain options c...bweschke1-1/+4
2006-05-02Prompt does not request '#' to end input, so the application should not requi...tilghman1-4/+12
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