aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-06-04return bridge exit logic to what it was before i broke it :-(kpfleming1-1/+1
2006-05-30 Fix infinite loop scenario and add some sanity checking to prevent segfault ...bweschke1-0/+10
2006-05-26 A new way to try and deal with deadlocks that occur in app_queue at present....bweschke1-29/+146
2006-05-25 Oops.bweschke1-1/+1
2006-05-25Don't play the enter sound twice when a person joins a conference after the l...file1-1/+1
2006-05-24app_meemte used the ast_max_exten instead of path_maxmogorman1-1/+1
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...file1-3/+10
2006-05-24fix various bugs related to exiting from queue via keypress and moh handling ...kpfleming1-26/+24
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming1-6/+1
2006-05-22Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 ...file1-1/+1
2006-05-22Bug 7194 - spelling fixtilghman1-1/+1
2006-05-20don't allow queue member devices to ring longer than the total queue timeout ...kpfleming1-4/+4
2006-05-20fix a case where code made assumptions about how memory for variables isrussell1-14/+12
2006-05-19When forwarding messages use the context that the active voicemail user was f...file1-2/+2
2006-05-19Treat paused queue members as unreachable (issue #7127 reported by peterh)file1-0/+2
2006-05-18Bug 7167 - HasNewVoicemail and VMCOUNT() didn't work when USE_ODBC_STORAGE wa...tilghman1-15/+114
2006-05-18Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reporte...file1-2/+3
2006-05-18Fix endless looping message by checking value of res before doing retries stu...file1-10/+11
2006-05-18Video in meetme? Hmmm. Removed until we do have some code for it.oej1-3/+1
2006-05-17Priority jumping not working on VoiceMail app with new syntax (issue #7164 re...file1-1/+1
2006-05-17OSPNext does not handle success/failure correctly (issue #7147 reported and f...file1-17/+19
2006-05-17Bug 7125 - Fix race condition between resequencing and leaving a messagetilghman1-105/+112
2006-05-16Inherit channel variables during call forwards when going through chan_local ...file1-0/+4
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