aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-30(closes issue #10279)russell1-4/+6
2007-07-30Merged revisions 77782 via svnmerge from tilghman1-1/+2
2007-07-17(issue #10210)russell1-0/+2
2007-07-17Remove a duplicated newline character in AGI debug output.russell1-1/+1
2007-06-25Merged revisions 71656 via svnmerge from tilghman1-1/+1
2007-06-22Merged revisions 71065 via svnmerge from qwell1-15/+5
2007-06-06Make the new "agi debug off" CLI command work. (issue #9890 reported by eliel)file1-2/+2
2007-05-20res_agi needs to export two symbols (ast_agi_register and ast_agi_unregister)...file1-1/+4
2007-02-16Merged revisions 54771 via svnmerge from oej1-1/+1
2006-12-11Merged revisions 48374 via svnmerge from tilghman1-6/+18
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman1-1/+1
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-3/+3
2006-10-31Merged revisions 46557 via svnmerge from russell1-2/+2
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-2/+2
2006-10-24Fix FastAGI when there is no pid (bug #7628, #8147)markster1-1/+2
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
2006-05-18revert bogus changekpfleming1-1/+1
2006-05-18Add missing argument to ast_carefulwriteoej1-1/+1
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-2/+0
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-1/+0
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-3/+3
2006-04-21more NULL "" equivalence in cid fields.rizzo1-4/+4
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...file1-0/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-16/+10
2006-04-11normalize code in preparation to module changesrizzo1-4/+3
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-06normalize repeated instances of code as follows:rizzo1-80/+27
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
2006-02-28Merged revisions 11382 via svnmerge from russell1-1/+1
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-1/+1