aboutsummaryrefslogtreecommitdiffstats
path: root/res
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...kpfleming11-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7220 f38db490-d61...kpfleming1-1/+0
2005-08-22revert SIGHUP patch to restore original behavior for 1.0 (bug #4854)russell1-11/+2
2005-08-04prevent mem leak (bug #4842)russell1-2/+17
2005-08-04unmask SIGHUP before exec'ing AGI scripts (bug #4854)russell1-3/+14
2005-07-13*** empty log message ***russell1-2/+2
2005-07-13fix typo in app description (bug #4697)russell1-5/+5
2005-06-30fix busted osp buildrussell1-6/+24
2005-06-24when switching back to voice mode, wait for 'B' (bug #3833)russell1-15/+33
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-05-15ensure that calls to gethostbyname are null terminated,russell1-11/+47
2005-05-14allow spaces in monitor filenames (Thanks to gbdrbob for catching this one!)russell1-1/+1
2005-05-11fix compat with astmm (bug #4217)russell1-2/+11
2005-05-06add missing newline to warning message (bug #4183)russell1-1/+1
2005-04-15add some newlines and fix some misspellings (bug #4027)russell1-1/+1
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-03-31fix chopping off of prompts (bug #3784)russell1-0/+2
2005-03-17Fixed parking bug w/ chan_sip and loss of MOHmattf1-0/+6
2005-02-26add description for monitor management commands (bug #3610)russell1-3/+30
2005-01-28fix parking (bug #3396)russell1-11/+7
2005-01-28remove unused vars (bug #3423)russell1-2/+0
2005-01-17typorussell1-1/+1
2005-01-11update help text (bug #3298)russell1-1/+10
2005-01-09improve CLI command info (Thanks, Leif!) (bug #3220)russell1-32/+70
2005-01-08send script parameter with FastAGI (bug #3270)russell1-0/+3
2005-01-08fix typo (bug #3265)russell1-1/+1
2005-01-06stop music on hold when channel is hung up instead of after the channel is de...russell1-0/+1
2005-01-03don't exit AGI when file not found to stream (bug #3212)russell1-2/+1
2004-12-30update help text (bug #3171)russell1-20/+25
2004-12-21unregister the correct apps (bug #3089)russell1-2/+2
2004-12-20fix parking issue (bug #3840)russell1-0/+1
2004-11-25change size of var_val (bug 2926)russell1-1/+1
2004-11-18check to see if FD's are open before closing (bug #2858)russell1-2/+5
2004-11-15make valgrind less chatty about res_crypto (bug #2857)russell1-1/+2
2004-11-05fix non standard characters (bug 2778)russell1-3/+3
2004-11-02prevent seg fault with attempt_transfer (bug #2741)russell1-0/+8
2004-10-25Backport recent memory fixes to 1.0citats2-4/+18
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-26make pick-up extension configurable. update ChangeLogrussell1-0/+2
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-09-18Minor fixesmarkster1-7/+9
2004-09-18Add extra checks for keys and convenience encrypt/decrypt functionsmarkster1-8/+63