aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-11Code cleanup of res_agifile1-111/+81
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachrussell1-72/+0
2007-07-02Fix up the AGI doc dump CLI command and update the AGI commands tex file to notrussell1-0/+3
2007-07-02Add a CLI command to export the AGI command docsrussell1-0/+69
2007-07-02Add a note that the AGI commands array is not handled in a thread-safe wayrussell1-0/+7
2007-06-25Merged revisions 71657 via svnmerge from tilghman1-1/+1
2007-06-25Minor header inclusion tweak for new usage of stat()file1-0/+1
2007-06-22Use stat to determine whether the file exists or not. (issue #10038 reported ...file1-2/+3
2007-06-22Merged revisions 71068 via svnmerge from qwell1-15/+5
2007-06-21Expand AGISTATUS variable to include NOTFOUND which is set when the AGI file ...file1-2/+13
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-8/+4
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromrussell1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-2/+2
2007-06-06Merged revisions 67597 via svnmerge from file1-2/+2
2007-05-20Merged revisions 65250 via svnmerge from file1-1/+4
2007-05-11Add gender support for AGI SAY NUMBER.russell1-4/+3
2007-02-16Issue #9068 - make sure we quote HTML characters correctly too (seanbright)oej1-3/+39
2007-02-16Merged revisions 54772 via svnmerge from oej1-1/+1
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-1/+1
2006-12-11Merged revisions 48375 via svnmerge from tilghman1-6/+18
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-2/+2
2006-11-04useless cast removal...rizzo1-4/+4
2006-11-02Merged revisions 47053 via svnmerge from tilghman1-1/+1
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-3/+3
2006-10-31Merged revisions 46558 via svnmerge from russell1-2/+2
2006-10-27Merged revisions 46363 via svnmerge from russell1-2/+2
2006-10-24Fix FastAGI to not wait for the non-existant pidmarkster1-1/+2
2006-10-17As per bug 6779, this patch is now applied to trunk; while I was at it, I cor...murf1-5/+14
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-3/+4
2006-09-21Lots more removal of deprecated thingstilghman1-27/+3
2006-09-20move more API into the ast_ namespacekpfleming1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-23/+47
2006-09-06Merged revisions 42148 via svnmerge from file1-1/+2
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-0/+2
2006-08-23Merged revisions 40901 via svnmerge from tilghman1-4/+5
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-20/+7
2006-08-15Merged revisions 39935 via svnmerge from russell1-5/+4
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-1/+1
2006-07-20add a verbose message to the AGI command, STREAM FILE, similar to therussell1-1/+9
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-1/+1
2006-07-12Merged revisions 37419 via svnmerge from kpfleming1-5/+0
2006-06-12Merged revisions 33693 via svnmerge from russell1-1/+0
2006-06-12Merged revisions 33615 via svnmerge from tilghman1-3/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-31Merged revisions 31194 via svnmerge from russell1-2/+7
2006-05-26Add the video stream for AGI function STREAM FILE (issue #5392 reported by ar...file1-34/+56
2006-05-25allow setting a channel variable to disable sending SIGHUP to the AGI processrussell1-2/+8
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thererussell1-2/+11
2006-05-25- add support for setting an AGISTATUS variable that indicates successfulrussell1-27/+48
2006-05-24Merged revisions 29973 via svnmerge from kpfleming1-0/+6