aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-18Make RDNIS really work rightmarkster1-1/+4
2004-03-18Populate RDNIS informationmarkster1-0/+3
2004-03-15Alpha portability from Ricudismarkster2-2/+2
2004-03-14Make ZapScan wait 100ms for datacitats1-0/+2
2004-03-13Merge queue changes from Bug #214markster1-20/+284
2004-03-12Fix incorrect endpos when sildet is used during AGI record (bug 1210)citats1-0/+1
2004-03-11Make voicemail not say goodbye twice on hangup (bug 1201)citats1-3/+1
2004-03-11Make ParkAndAnnounce check some things (bug 1194)citats1-5/+10
2004-03-10Free dsp in agi record file if it exits before the end (bug 1199)citats1-0/+8
2004-03-10Remove unnecessary ast_check_hangupcitats1-1/+1
2004-03-10Make ZapScan exit when '*' is pressed. Has the side effect of makingcitats1-2/+14
2004-03-09Add the app_eval.c filemalcolmd1-0/+101
2004-03-09Bug # 1182: Add app_eval: Permits a string to be evaulated twice in the contextmalcolmd1-1/+1
2004-03-08Fix strncpy auditing (bug #1152)markster1-8/+8
2004-03-06Add absolute timeout option to dial that applies when call is up (bug #1107)markster1-1/+17
2004-03-05Bail an AGI on PBX_KEEPALIVE being set in an exec.markster1-1/+5
2004-03-04Copy old extension unless it's ASYNCGOTO (bug #1141)markster1-1/+1