aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-21Suffix is not needed for a matchtilghman1-16/+6
2009-10-19Do not attempt early media bridging (ie: direct RTP setup) if options are ena...file1-6/+11
2009-10-12Ensure ringing continues for branched calls after progress is receivedjpeeler1-2/+7
2009-10-11Remove a duplicate ao2_iterator_destroy().russell1-1/+0
2009-10-09Fix potential memory leak in app_dial.cmmichelson1-0/+1
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-2/+29
2009-09-29Avoid a deadlock in chanspy, just in case the spyee is masqueraded and chansp...mnicholson1-3/+4
2009-09-24Implicitly sending a progress signal breaks some applications.tilghman2-9/+1
2009-09-22When IMAP variables were changed during a reload, Voicemail did not use the n...tilghman1-2/+22
2009-09-15If the user enters the same password as before, don't signal an error when th...tilghman1-8/+7
2009-09-15Ensure FollowMe sets language in channels it creates.tilghman1-0/+4
2009-09-14Don't say "Please try again" if we don't give the user another chance to try ...tilghman1-0/+6
2009-09-14Ensure we don't pickup ourselves when doing pickup by exten.mnicholson1-1/+1
2009-09-10Don't ring another channel, if there's not enough time for a queue member to ...tilghman1-4/+21
2009-09-08When MOH is playing on the channel, announcements sent through the conference...tilghman1-12/+30
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej2-2/+11
2009-09-01Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel namesdhubbard1-3/+5