aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-03Add DeadAGI Applicationmarkster1-10/+21
2004-03-03Unregister apps in app_queue.c on unload_modulecitats1-0/+2
2004-03-02Fix small (yet big) bug in show_displaymarkster1-1/+1
2004-03-02Fix app_chanisavail.c when passed string is big (bug #1139)citats1-5/+5
2004-03-01Fix app_random.c (bug #792)citats1-2/+2
2004-02-29Fix app_chanisavail if there are invalid arguments (bug #1130)citats1-2/+2
2004-02-28Don't write duration if file disappears (bug #1102 -- thanks hmodes)markster1-5/+10
2004-02-27Add 'SAY TIME' to AGI. (bug #269)citats1-0/+27
2004-02-27Include errno.hmarkster1-0/+1
2004-02-27Ignore ECHILD in app_systemmarkster1-1/+3
2004-02-27Typo in app_zapras.ccitats1-1/+1
2004-02-27Typo in app_queue.ccitats1-1/+1
2004-02-27Get rid of compiler warnings when calling ast_queue_logcitats1-2/+2
2004-02-27Check result of malloc in app_dial.ccitats1-2/+8
2004-02-25Bug #1087. Fix wav49 format so it can be played. Make file functionscitats1-3/+3
2004-02-25Add extra \n so email sent by voicemail has the right header delimitercitats1-1/+1
2004-02-24Fix corruptin in app_cut (bug #1084)markster1-0/+2
2004-02-24Handle change password properly with multiple VM contexts (bug #1069)markster1-2/+22
2004-02-23Fixed gramatical error in app_queue.c (bug #1083)citats1-1/+1
2004-02-22Fix another typo in the app_dial descriptioncitats1-2/+2
2004-02-17Add Icecast streaming supportmarkster2-1/+198
2004-02-15Typo in app_waitforring.ccitats1-1/+1
2004-02-15Spelling error in app_dial.ccitats1-1/+1
2004-02-12Add queue logging and fix indications bugletmarkster1-5/+42
2004-02-11Fix several memory leaksmarkster1-0/+1
2004-02-10Revert meetme work around now that zaptel is fixedmarkster1-14/+0
2004-02-05Implement temporary work around for pseudo channels with SMPmarkster1-1/+14
2004-02-04Fix the deadlock in show queue <queue_name>martinp1-1/+1
2004-02-03Remove unused tmpq variablemartinp1-1/+1
2004-02-03Add "show queue <queue_name>" CLI commandmartinp1-5/+58
2004-02-03Make the go_on be non-global.martinp1-13/+14
2004-01-30Minor app agi documentation fix (bug #943)markster1-5/+9
2004-01-30Improve documentation of app_record (bug #942)markster1-4/+7
2004-01-29Add support for authenticating against astdb and one time authenticationmarkster1-16/+33
2004-01-28Various minor cleanups (bug #931)markster2-3/+4
2004-01-28Elminate unused code/warnings (bug #934)markster1-0/+2