Commit Graph

125 Commits (2122b1c716f32d9c75d52c2519c96d5091adc09d)

Author SHA1 Message Date
Tilghman Lesher 01f5aee7ac Avoid zombies when the channel exits before the AGI.
18 years ago
Tilghman Lesher 176add9ecd Add special case for when the agi cannot be executed, to comply with the documentation that
18 years ago
Joshua Colp ebdf2940b8 If the channel is hungup during RECORD FILE send a result code of -1 to be uniform with everything else.
18 years ago
Tilghman Lesher 804d837c7d Change help documentation to match actual behavior (FAILURE vs FAILED).
18 years ago
Russell Bryant 63217678cb Add another sanity check in the AGI read loop. We really don't care about
18 years ago
Russell Bryant 0f23b76a39 Add a new patch to handle interrupting the fgets() call when using FastAGI.
18 years ago
Russell Bryant 4b6653a436 Fix a check of the wrong pointer, as pointed out by an XXX comment left in
18 years ago
Russell Bryant 347dce5c71 revert patch from issue #10553, as someone not using fastagi reported that this
18 years ago
Russell Bryant faad24c675 (closes issue #10553)
18 years ago
Russell Bryant fa1bc2a13b Revert res_agi fix that didn't quite work until we get it right ...
18 years ago
Russell Bryant 99adc3f020 Juggie in #asterisk-dev was reporting problems where fgets would return
18 years ago
Russell Bryant 0bc611f555 (closes issue #10279)
19 years ago
Tilghman Lesher 834260a648 Merged revisions 77782 via svnmerge from
19 years ago
Russell Bryant bdf09824c6 (issue #10210)
19 years ago
Russell Bryant 6f40b0d2b4 Remove a duplicated newline character in AGI debug output.
19 years ago
Tilghman Lesher ad5ad13662 Merged revisions 71656 via svnmerge from
19 years ago
Jason Parker e107da04b4 Merged revisions 71065 via svnmerge from
19 years ago
Joshua Colp ed7775bc53 Make the new "agi debug off" CLI command work. (issue #9890 reported by eliel)
19 years ago
Joshua Colp 0a992b39de res_agi needs to export two symbols (ast_agi_register and ast_agi_unregister) for usage by others. (issue #9755 reported by mnicholson)
19 years ago
Olle Johansson a945ccf652 Merged revisions 54771 via svnmerge from
19 years ago
Tilghman Lesher cb95f19c3f Merged revisions 48374 via svnmerge from
19 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
19 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
19 years ago
Russell Bryant f124a6d1fc Merged revisions 46557 via svnmerge from
19 years ago
Russell Bryant d7f9b5f912 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Mark Spencer 72a23ce184 Fix FastAGI when there is no pid (bug #7628, #8147)
19 years ago
Kevin P. Fleming ea399862c4 move more API into the ast_ namespace
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Joshua Colp 31cc08295c Merged revisions 42148 via svnmerge from
19 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
19 years ago
Tilghman Lesher ec7bd6614a Merged revisions 40901 via svnmerge from
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Russell Bryant b6a99250ed Merged revisions 39935 via svnmerge from
19 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
20 years ago
Russell Bryant 233aab68a6 add a verbose message to the AGI command, STREAM FILE, similar to the
20 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
20 years ago
Kevin P. Fleming 5b639e6135 Merged revisions 37419 via svnmerge from
20 years ago
Russell Bryant a483f6eafc Merged revisions 33693 via svnmerge from
20 years ago
Tilghman Lesher 1d8804c117 Merged revisions 33615 via svnmerge from
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Russell Bryant 6ff6536f13 Merged revisions 31194 via svnmerge from
20 years ago
Joshua Colp 1c158f0ea4 Add the video stream for AGI function STREAM FILE (issue #5392 reported by areski -- minor mods by me)
20 years ago
Russell Bryant 26271fbd3a allow setting a channel variable to disable sending SIGHUP to the AGI process
20 years ago
Russell Bryant 238cdb249f Add the ability to retrieve the exit code of the forked AGI process. If there
20 years ago
Russell Bryant 0cccaf8408 - add support for setting an AGISTATUS variable that indicates successful
20 years ago
Kevin P. Fleming dd45d18515 Merged revisions 29973 via svnmerge from
20 years ago
Kevin P. Fleming eeb01cda95 revert bogus change
20 years ago
Olle Johansson e274a70d52 Add missing argument to ast_carefulwrite
20 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
20 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
20 years ago