Commit Graph

72 Commits (577c0ebedd71b02737f00ec91f4fe7dc48816e05)

Author SHA1 Message Date
Tilghman Lesher 5be40827e5 Issue 10035 - handle_exec returns a result inconsistent with all of the other AGI commands
18 years ago
Jason Parker 01f5e6d56b Fix a few silly usages of ast_playstream() - it only ever returns 0...
18 years ago
Olle Johansson d44c7d9c54 Issue #9069 - If we open with TH we should not close with /TD. (seanbright)
19 years ago
Tilghman Lesher 983d09bc21 When doing a fork() and exec(), two problems existed (Issue 8086):
19 years ago
Russell Bryant 234408e7c1 fix some copy/paste bugs in the checking of arguments for the
19 years ago
Russell Bryant bf20deeba1 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Joshua Colp 754cb0114f Don't close the second file descriptor if it's the same as the first one, as it will have already been closed elsewhere and could cause massive panic. (issue #7699 reported by bn999)
19 years ago
Tilghman Lesher 39e622f7cf Revert last change - breaks retrieval of builtin variables
19 years ago
Russell Bryant 465207a28d use pbx_builtin_getvar_helper() so that GET VARIABLE can retrieve global
19 years ago
Kevin P. Fleming 648bc1828d remove some more bad examples of using printf
19 years ago
Russell Bryant 9807f83d64 fix a place where a frame would be free'd twice
19 years ago
Tilghman Lesher 070d4d3976 Move set priority up, because at this point in the code, stdout is no longer
19 years ago
Russell Bryant 71d9095626 if the connection to a FastAGI server fails because of a timeout, log a more
19 years ago
Kevin P. Fleming e9d164d468 support video recording via AGI 'RECORD FILE' command (issue #7068)
19 years ago
Russell Bryant 0742e08800 add a missing newline in the agi app description (thanks wunderkin!)
20 years ago
Kevin P. Fleming 7652fdda20 ensure that FastAGI launcher can handle system call interruption (issue #6449)
20 years ago
Russell Bryant 71d9531e45 check array bounds when parsing arguments to AGI (issue #5868)
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Russell Bryant 8925c3834b issue #5589
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 0c886c21c2 truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (issue #5383)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 2cde73fddb make sure realtime/high scheduling priority is relinquished before executing an AGI script (issue #4930)
20 years ago
Kevin P. Fleming d69e96de11 allow custom dialplan functions to be called from AGI (issue #4855)
20 years ago
Kevin P. Fleming 3315ea79b9 add CONTROL STREAM FILE AGI command (issue #4738)
20 years ago
Josh Roberson 4e153882d7 Fix usage text for AGI recieve text (bug #4948)
20 years ago
Mark Spencer 4f0d1b8428 Fix sighup with AGI (bug #4854)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
20 years ago
Kevin P. Fleming 8079f53c01 don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)
20 years ago
Russell Bryant c18fd5cd8c more ast_copy_string conversions
20 years ago
Kevin P. Fleming 767f019264 add AGI 'RECEIVE TEXT' command (bug #4525)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Kevin P. Fleming 8ad230082e make AGI 'TDD MODE' command behave as documented when the channel doesn't support options (bug #4370)
20 years ago
Kevin P. Fleming d83eec795f support labels as targets of SET PRIORITY command (bug #4057)
20 years ago
Kevin P. Fleming 2d643dbc42 don't use %i for numeric input in scanf (bug #4071)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer bb1abed78f Add datetime to AGI (bug #3984)
20 years ago
Mark Spencer b8a9e7558f Add say date to AGi (bug #3768)
20 years ago
Mark Spencer 6347ced74a Little say numer fix (bug #3884)
20 years ago
Mark Spencer 49ad55b85a Continue with GET_DATA if no file is there (bug #3878)
20 years ago
Mark Spencer e6e2e59b4d Make sure AGI continues even when files aren't there (bug #3862)
20 years ago
Mark Spencer 8aa722871d Add additional fields for calling parameters per BT request
20 years ago
Mark Spencer f9cfe60312 Add support for Solaris/x86 (bug #3064)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 7af0234fa7 Various small fixups
21 years ago
Mark Spencer 2d8160ecd5 AGI formatting fixes (bug #3270)
21 years ago