aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-2/+2
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-0/+17
2009-01-25Err, yeah.tilghman1-1/+1
2009-01-25Add thread to kill zombies, when child processes don't die immediately ontilghman1-2/+71
2009-01-12(closes issue #13881)jpeeler1-0/+5
2009-01-08Don't truncate database results at 255 chars.tilghman1-3/+22
2008-12-11Don't wait forever, if there's a specified recording timeout.tilghman1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-2/+2
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-2/+3
2008-10-03(closes issue #13425)jpeeler1-1/+5
2008-09-06Reverting behavior change (AGI should not exit non-zero on SUCCESS)tilghman1-1/+1
2008-09-04(closes issue #11979)jpeeler1-1/+1
2008-07-30launch_netscript sometimes returns -1, which fails to set AGISTATUS. Maptilghman1-1/+1
2008-05-14Avoid zombies when the channel exits before the AGI.tilghman1-1/+5
2008-04-17Add special case for when the agi cannot be executed, to comply with the docu...tilghman1-1/+10
2008-01-11If the channel is hungup during RECORD FILE send a result code of -1 to be un...file1-1/+1
2007-12-14Change help documentation to match actual behavior (FAILURE vs FAILED).tilghman1-1/+1
2007-10-01Add another sanity check in the AGI read loop. We really don't care aboutrussell1-0/+2
2007-09-18Add a new patch to handle interrupting the fgets() call when using FastAGI.russell1-4/+25
2007-09-12Fix a check of the wrong pointer, as pointed out by an XXX comment left in russell1-1/+1
2007-09-12revert patch from issue #10553, as someone not using fastagi reported that thisrussell1-16/+1
2007-09-11(closes issue #10553)russell1-7/+25
2007-08-23Revert res_agi fix that didn't quite work until we get it right ...russell1-8/+1
2007-08-22Juggie in #asterisk-dev was reporting problems where fgets would returnrussell1-1/+9
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