summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2006-01-21Bug 4872 - Make Asterisk paths available to AGIs via environmental variablesTilghman Lesher
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-11-03issue #5589Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-04truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (is...Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...Kevin P. Fleming
2005-08-22allow custom dialplan functions to be called from AGI (issue #4855)Kevin P. Fleming
2005-08-22add CONTROL STREAM FILE AGI command (issue #4738)Kevin P. Fleming
2005-08-15Fix usage text for AGI recieve text (bug #4948)Josh Roberson
2005-08-03Fix sighup with AGI (bug #4854)Mark Spencer
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-11don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't sup...Kevin P. Fleming
2005-05-19support labels as targets of SET PRIORITY command (bug #4057)Kevin P. Fleming
2005-04-27don't use %i for numeric input in scanf (bug #4071)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-11Add datetime to AGI (bug #3984)Mark Spencer
2005-03-30Add say date to AGi (bug #3768)Mark Spencer
2005-03-29Little say numer fix (bug #3884)Mark Spencer
2005-03-28Continue with GET_DATA if no file is there (bug #3878)Mark Spencer
2005-03-26Make sure AGI continues even when files aren't there (bug #3862)Mark Spencer
2005-03-24Add additional fields for calling parameters per BT requestMark Spencer
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-09Various small fixupsMark Spencer
2005-01-08AGI formatting fixes (bug #3270)Mark Spencer
2004-12-31Don't die when a file is missing (bug #3212)Mark Spencer
2004-12-28Merge gramatical fixes from corydon (bug #3180)Mark Spencer
2004-12-23Fix AGI to know about "builtin" variables, too (bug #2737)Mark Spencer
2004-12-18Fix comment issues (bug #3089)Mark Spencer
2004-12-14Add "SAY ALPHA" (matt nicholson)Mark Spencer
2004-11-17OopsMark Spencer
2004-11-17Add GET FULL VARIABLE AGI commandMark Spencer
2004-11-16Add get option command (bug #2868, thanks junky!)Mark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-10-17Remove late-night excuse for wasting cpu cycles. revert previous res_agi changeJames Golovich
2004-10-13Fix pbx_builtin_setlanguage to not seg when data is a NULL ptr. Also fix AGI...James Golovich
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-29Fix FastAGI working with non default ports (bug 2539)James Golovich
2004-09-28Fix BSD buildMark Spencer