aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-03-24Allow configuration of minsecs and nextaftercmd per mailbox.jpeeler1-9/+192
2010-03-23Remove unused structure member in app_queue.seanbright1-2/+0
2010-03-20Include sys/wait.h on FreeBSD to get the WEXITSTATUS() macro.russell1-0/+3
2010-03-20Resolve compiler warnings on FreeBSD.russell2-4/+4
2010-03-18Change usage of pipe to comma in UserEvent docs.lmadsen1-1/+1
2010-03-16Mask out previous arguments on each nested invocation of Gosub.tilghman1-6/+17
2010-03-15Resolve a crash in SLATrunk when the specified trunk doesn't exist.seanbright1-1/+0
2010-03-12Don't override a user option with the global option.tilghman1-2/+0
2010-03-11Because ExecIf needs to reprocess arguments, it's best if we don't remove quo...tilghman1-2/+2
2010-03-11If the argument to the system application is quoted, ensure we remove the quo...tilghman1-2/+11
2010-03-11Add supporting code for app-directory pause option.alecdavis1-8/+30
2010-03-10Be less ambiguous in Record() app docs.lmadsen1-1/+1
2010-03-05Fix app_followme playing wrong sound files.jpeeler1-7/+7
2010-03-05Missing quote in ODBC query.tilghman1-1/+1
2010-03-03Removed cdrflags from ast_channel structure.rmudgett2-4/+0
2010-03-03Updated CHANGES file to mention res_fax and res_fax_spandsp.mnicholson1-1/+3
2010-03-02adds 'p' option to PickupChandvossel1-6/+60
2010-03-02Fix literal values wrapped in documentation.lmadsen1-2/+3
2010-03-02revert ability to exit echo appalecdavis1-20/+11
2010-03-02Fix several XML documentation validate errors.lmadsen2-49/+38
2010-03-02fix build by checking result of symlink in test_voicemail_vmsaynamejpeeler1-1/+4
2010-03-02Add new application VMSayName for use with voicemail.jpeeler1-3/+148
2010-03-02fixes ability to exit echo appalecdavis1-11/+20
2010-03-01Merged revisions 249671 via svnmerge from seanbright1-1/+1
2010-03-01Constify a bit of app_voicemail, to make ODBC and IMAP compile once again.tilghman1-10/+12
2010-02-28Fix unit test that Alec Davis broke.tilghman1-1/+4
2010-02-28make unit test check for NULL folder, which then defaults to INBOXalecdavis1-1/+2
2010-02-28Properly document voicemail API documents. Also fix a crash reported via the...tilghman1-1/+1
2010-02-26Cleanups to fix bugs in the VM count API functions.tilghman1-46/+227
2010-02-18fixes Queue with C option crashdvossel1-1/+1
2010-02-17Merged revisions 247168 via svnmerge from mmichelson1-3/+5
2010-02-16Change the blanket rules to delete .lastclean on all CFLAGS menuselect target...tilghman1-1/+1
2010-02-12Updated doc for OSP lookup application.transnexus1-2/+4
2010-02-10Merged revisions 246115 via svnmerge from dvossel1-6/+7
2010-02-09Ensure frames are only freed once.tilghman1-0/+2
2010-02-09Don't offer MMR or JBIG transcoding during T.38 negotiation.kpfleming1-2/+6
2010-02-02Properly respect GOSUB_RESULT as to what to do with the master channel.tilghman1-5/+11
2010-02-01Merged revisions 244242 via svnmerge from tilghman1-7/+33
2010-01-27Merged revisions 243691 via svnmerge from jpeeler1-1/+1
2010-01-27Merged revisions 243570 via svnmerge from jpeeler1-1/+1
2010-01-26Code clean up in app_senddtmfdiruggles1-7/+10
2010-01-22Add send DTMF feature to ExternalIVR appdiruggles1-17/+47
2010-01-19Enable SendText to send strings in encoded format.tilghman1-11/+10
2010-01-18Add notification of interrupted filediruggles1-14/+32
2010-01-18fixes spelling error. s/memeber/memberdvossel1-2/+2
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.tilghman1-0/+6
2010-01-15Make sure that the limit is N, not N - 1.tilghman1-2/+2
2010-01-15Merged revisions 240414 via svnmerge from tilghman1-4/+75
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright2-13/+3
2010-01-13add silence gen to wait appsdvossel2-0/+18