aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-20check array bounds when parsing arguments to AGI (issue #5868)russell1-2/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
2005-08-22revert SIGHUP patch to restore original behavior for 1.0 (bug #4854)russell1-11/+2
2005-08-04unmask SIGHUP before exec'ing AGI scripts (bug #4854)russell1-3/+14
2005-06-14oops!russell1-2/+2
2005-06-14don't kill the call if tdd mode is not supported by a channel (bug #4370)russell1-4/+4
2005-04-05fix say number with a leading zero (bug #3884)russell1-1/+1
2005-04-05keep going even if file not found with GET DATA (bug #3878)russell1-4/+1
2005-01-17typorussell1-1/+1
2005-01-08send script parameter with FastAGI (bug #3270)russell1-0/+3
2005-01-03don't exit AGI when file not found to stream (bug #3212)russell1-2/+1
2004-09-29Fix FastAGI working with non default ports (bug 2539)citats1-1/+1
2004-09-28Fix BSD buildmarkster1-1/+1
2004-09-27Remove duplicate sys/socket.h include from res_agi.ccitats1-1/+0
2004-09-26add includes in res_agi.c to fix BSD compatibilityrussell1-0/+5
2004-09-25Make holdtime announcement say "less than 2 minutes" instead of "1 minutes" (...markster1-2/+61
2004-09-23Include sys/socket.h in res/res_agi.c (bug 2490)citats1-0/+1
2004-09-22Implement Fast AGI (agi://) over TCP socket (Astricon talk idea)markster1-3/+93
2004-08-08Merge BSD stack size work (bug #2067)markster1-2/+2
2004-07-17First pass at AGI registrationmarkster1-0/+29
2004-07-17Merge musiconhold stuff (bug #2027), restructure AGI to eventually support re...markster1-0/+1585