aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-3/+0
2006-02-15Merged revisions 10021,10108 via svnmerge from kpfleming1-9/+15
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-12/+5
2006-02-12major dialplan functions updatekpfleming1-1/+1
2006-02-01use string fields for some stuff in ast_channelkpfleming1-1/+1
2006-02-01reports why an agi script errors out on openingmogorman1-1/+2
2006-01-21Bug 4872 - Make Asterisk paths available to AGIs via environmental variablestilghman1-0/+12
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...russell1-42/+18
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5648kpfleming1-1/+1
2005-11-03issue #5589russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-04truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (is...kpfleming1-1/+5
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...kpfleming1-0/+3
2005-08-22allow custom dialplan functions to be called from AGI (issue #4855)kpfleming1-1/+9
2005-08-22add CONTROL STREAM FILE AGI command (issue #4738)kpfleming1-0/+56
2005-08-15Fix usage text for AGI recieve text (bug #4948)twisted1-1/+1
2005-08-03Fix sighup with AGI (bug #4854)markster1-5/+16
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-8/+7
2005-07-15phase two of string portability stuff:kpfleming1-3/+0
2005-07-11don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)kpfleming1-2/+1
2005-07-10more ast_copy_string conversionsrussell1-4/+4
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-1/+25
2005-06-06more file version tagskpfleming1-8/+12
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-25/+13
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't sup...kpfleming1-4/+4
2005-05-19support labels as targets of SET PRIORITY command (bug #4057)kpfleming1-5/+10