summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2007-08-23Merged revisions 80469 via svnmerge from Russell Bryant
2007-08-22Merged revisions 80360 via svnmerge from Russell Bryant
2007-08-01Twould help if we actually defined ->mod before comparing against it (reporte...Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-30Fix the return value of ast_agi_fdprintf() to include the result from ast_car...Russell Bryant
2007-07-30Improve ast_agi_fdprintf() by using the ast_str() API.Russell Bryant
2007-07-30Merged revisions 77788 via svnmerge from Russell Bryant
2007-07-30Cleanup of res_agi, ensuring thread safety (closes issue #10288)Tilghman Lesher
2007-07-30Merged revisions 77783 via svnmerge from Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23You need to put static in front of a static RWLIST declaration to make it rea...Joshua Colp
2007-07-23Enhance AGI with several fixes:Tilghman Lesher
2007-07-23Missed one conversion to comma delimiter (thanks, Juggie) and add documentati...Tilghman Lesher
2007-07-19(closes issue #10210, reported and patched by juggie)Russell Bryant
2007-07-17Merged revisions 75401 via svnmerge from Russell Bryant
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-11Code cleanup of res_agiJoshua Colp
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachRussell Bryant
2007-07-02Fix up the AGI doc dump CLI command and update the AGI commands tex file to notRussell Bryant
2007-07-02Add a CLI command to export the AGI command docsRussell Bryant
2007-07-02Add a note that the AGI commands array is not handled in a thread-safe wayRussell Bryant
2007-06-25Merged revisions 71657 via svnmerge from Tilghman Lesher
2007-06-25Minor header inclusion tweak for new usage of stat()Joshua Colp
2007-06-22Use stat to determine whether the file exists or not. (issue #10038 reported ...Joshua Colp
2007-06-22Merged revisions 71068 via svnmerge from Jason Parker
2007-06-21Expand AGISTATUS variable to include NOTFOUND which is set when the AGI file ...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-06Merged revisions 67597 via svnmerge from Joshua Colp
2007-05-20Merged revisions 65250 via svnmerge from Joshua Colp
2007-05-11Add gender support for AGI SAY NUMBER.Russell Bryant
2007-02-16Issue #9068 - make sure we quote HTML characters correctly too (seanbright)Olle Johansson
2007-02-16Merged revisions 54772 via svnmerge from Olle Johansson
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-11Merged revisions 48375 via svnmerge from Tilghman Lesher
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-04useless cast removal...Luigi Rizzo
2006-11-02Merged revisions 47053 via svnmerge from Tilghman Lesher
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-31Merged revisions 46558 via svnmerge from Russell Bryant
2006-10-27Merged revisions 46363 via svnmerge from Russell Bryant
2006-10-24Fix FastAGI to not wait for the non-existant pidMark Spencer
2006-10-17As per bug 6779, this patch is now applied to trunk; while I was at it, I cor...Steve Murphy
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-20move more API into the ast_ namespaceKevin P. Fleming
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-06Merged revisions 42148 via svnmerge from Joshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp