aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-05-26Make AgentComplete message more consistent.mmichelson1-1/+2
2010-05-25Don't mark the cdr records of unanswered queue calls with "NOANSWER". This r...mnicholson1-9/+0
2010-05-21Don't hang up on a queue caller if the file we attempt to play does not exist.mmichelson1-0/+4
2010-05-19Set quieted flag when receiving a dtmf tone during playback in speechbackground.mnicholson1-0/+1
2010-05-18Modify directory name reading to be interrupted with operator or pound escape.jpeeler1-0/+15
2010-05-12fixes app_meetme dsp errordvossel1-5/+4
2010-05-11Fix issue #17302 a slightly different way (mad props to Qwell)tilghman1-0/+1
2010-05-06Only allow the operator key to be accepted after leaving a voicemail.jpeeler1-1/+4
2010-05-06Revert 261698, code in trunk leads me to believe unadvertised options are sup...jpeeler1-1/+19
2010-05-06Remove some hidden broken code in the voicemail mailbox options menu.jpeeler1-19/+1
2010-05-04Voicemail transfer to operator should occur immediately, not after main menu.jpeeler1-7/+8
2010-04-28Do not play goodbye prompt after timeout of message review.jpeeler1-2/+2
2010-04-21Fix looping forever when no input received in certain voicemail menu scenarios.jpeeler1-2/+10
2010-04-20Play correct prompt when voicemail store failure occurs after attempted forward.jpeeler1-29/+55
2010-04-19make app_voicemail compile with IMAP_STORAGEjpeeler1-1/+9
2010-04-16Make the mixmonitor thread process audio frames fasterdhubbard1-5/+6
2010-04-14When forwarding a message, ensure that prepending works correctly.tilghman1-42/+25
2010-03-31Ensure line terminators in email are consistent.tilghman1-12/+29
2010-03-31Add documentation clarifying when 't' and 'T' can be used.lmadsen1-2/+4
2010-03-20Resolve a number of FreeBSD build issues.russell2-4/+4
2010-03-18Typo found while fixing issue #16961.lmadsen1-1/+1
2010-03-09Use ast_strlen_zero to avoid a crash when a Dial() string isn't passed to Par...seanbright1-1/+1
2010-03-02revert ability to exit echo appalecdavis1-17/+10
2010-03-02fixes ability to exit echo appalecdavis1-10/+18
2010-03-01Fix crash in app_voicemail related to message counting.seanbright1-1/+1
2010-02-24Make deletion of temporary greetings work properly with IMAP_STORAGEjpeeler1-4/+6
2010-02-22Don't log to debug unless debug is turned onoej1-1/+3
2010-02-17Make sure that when autofill is disabled that callers not in the front of the...mmichelson1-3/+5
2010-02-10fixes random deadlock in app_queue with use_weight during reloaddvossel1-6/+8
2010-02-01Backup and restore original textfile, for prosthesis (gerund of prepend).tilghman1-6/+30
2010-01-27Revert 243570, I should have looked at this closer. Will reopen the issue, butjpeeler1-1/+1
2010-01-27Extend announcement URL used with Queue from 80 chars to PATH_MAX.jpeeler1-1/+1
2010-01-15Disallow leaving more than maxmsg voicemails.tilghman1-5/+72
2010-01-13add silence gen to wait appsdvossel2-0/+17
2010-01-06Resolve a crash due to an ast_frame not being fully initialized.russell1-2/+4
2009-12-28Avoid a crash with large numbers of MeetMe conferences.seanbright1-30/+33
2009-12-11Fix talking detection status after conference user is muted.jpeeler1-20/+38
2009-12-10Update chan_spy documentation.lmadsen1-2/+2
2009-12-04document and rename strip_control() in app_voicemaildvossel1-3/+9
2009-12-03Deprecate "cz" in favor of "cs".tilghman1-63/+75
2009-12-02fixes app_queue ao2 errordvossel1-2/+2
2009-12-02Fix a bug where if you hung up very quickly after calling AMD it would overwr...file1-0/+1
2009-11-30Remove duplicate entries from voicemail format lists. This prevents app_voice...mnicholson1-2/+11
2009-11-30app_queue crashes randomly, often during call-transfersdvossel1-100/+114
2009-11-25fixes solaris segfault on dial with verbosity >= 3dvossel1-2/+2
2009-11-19fixes MixMonitor thread not exiting when StopMixMonitor is useddvossel1-28/+70
2009-11-13Document a limitation in the AVAILSTATUS variable from ChanIsAvail and providefile1-1/+6
2009-11-04This patch modifies the Dial application to monitor the calling channel for h...mnicholson1-13/+62
2009-11-02Fix a bug where the recorded privacy introduction file would not get removed ...file1-14/+31
2009-10-21Fix documentation for ast_softhangup() and correct the misuse thereof.tilghman1-1/+1