aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-04-23Fix double close of file descriptor (bug #1473)markster1-1/+1
2004-04-22gethostbyname isn't reentrant, who knew...markster1-1/+2
2004-04-20Add app_exec (bug 1198citats2-1/+114
2004-04-19Merge Matt's extern notify patchmarkster1-29/+17
2004-04-16* Patch to Makefiles to allow a script to query the make envirnoment.anthm1-0/+3
2004-04-16Answer if it needs it...markster1-0/+3
2004-04-15Warn to use DeadAGI in general on hungup channels if AGI or EAGI is called.markster1-0/+4
2004-04-15Make substring deprecatedmarkster1-2/+4
2004-04-12Fix cut properly (bug #1138)markster1-6/+4
2004-04-10Don't hang up if the file is missing (not a bug, but fix anyway) (#1380)markster1-3/+8
2004-04-10Allow zapscan to select a specific channel (bug 1371)citats1-25/+71
2004-04-08Add ability to do PINs with dynamic conf (bug 1026)citats1-9/+123
2004-04-08Turn off MOH later rather than sooner.markster1-2/+2
2004-04-07Fix SendDTMF which was clearly not even tested before it was last committed.markster1-12/+11
2004-04-07Remove extra argument from ast_set_*_format callscitats1-4/+4
2004-04-07Add sendtext applicationmarkster2-1/+96
2004-04-07More changes to Matt's applicationmalcolmd1-2/+4
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster15-36/+36
2004-04-06Add Matt's option to call an external application when a voicemail ismalcolmd1-0/+41
2004-04-02Make app_dial complain if the timeout passed is non numericcitats1-3/+7
2004-03-31Fix small typomarkster1-1/+1
2004-03-31Don't die on a bad voicemail conf timezone entry (bug #1326)markster1-9/+14
2004-03-30Fix the 'n' option of app_queue. Thanks Mikemalcolmd1-1/+3
2004-03-29Small SIP fix, voicemail fix, and some delivery fixes on new appsmarkster3-1/+5
2004-03-27More read/write lock fixes in various modulescitats1-4/+4
2004-03-27Fixup read/write lockingcitats2-4/+4
2004-03-27Make read/write mode have a lock parameter and use it properly.markster13-32/+34
2004-03-26Add manager action 'SetCDRUserField' (bug #1298)citats1-1/+37
2004-03-24Bug # 1287: Festival cache string bug fixedmalcolmd1-1/+2
2004-03-24check input for errors. Bug #435jeremy1-7/+13
2004-03-23Improve verbose messagesmarkster1-3/+9
2004-03-23fix agi to accept multiple arguments. Bug #664jeremy1-17/+12
2004-03-23Clarify documentation on Directorymarkster1-5/+11
2004-03-22Make app_system.c use ast_safe_systemcitats1-1/+2
2004-03-22Typomalcolmd1-1/+1
2004-03-22Bug # 1271: Document the 'o' extension in VoiceMail applicationmalcolmd1-7/+9
2004-03-22Store recorded file in RECORDED_FILE if %d is used... (bug #1062)markster1-0/+1
2004-03-22More app_read.c fixes (bug 1261)citats1-7/+10
2004-03-21Create ast_safe_system which closes off file descriptors before spawning syst...markster1-6/+19
2004-03-21Create temporary file and then sendmail it, then delete it, to avoid a hangin...markster1-3/+17
2004-03-21Enhance to accept a maximum of N digits. Bug #1261jeremy1-4/+20
2004-03-20Fix milliwatt and musiconhold to know about delivery timesmarkster1-0/+2
2004-03-20Merge ADSI fixesmarkster1-0/+13
2004-03-20Add experimental nbscat applicationmarkster2-1/+208
2004-03-19Bug # 1088: Add MailboxExists, conditionally branches to priority n+101malcolmd1-0/+53
2004-03-19Bug # 1179: Remove "show voicemail users" when using MYSQL voicemail interfacemalcolmd1-0/+6
2004-03-19language is not supported in datetime. Bug 686jeremy2-3/+24
2004-03-19Check tempchan->type in app_zapscan.c (bug 1250)citats1-1/+1
2004-03-19Remember when we started/stopped ringing so that ringing twice works as expectedmarkster1-6/+9
2004-03-18Bug # 1247: Add patch to specify minimum vmail length and discard thatmalcolmd1-0/+15