aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-06-06correct yesterday's security fix so that it doesn't improperly reject valid v...kpfleming1-10/+13
2006-06-05backport the chan_iax2 security fix from 1.2 and trunk ...russell1-3/+11
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming43-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7220 f38db490-d61...kpfleming2-5/+0
2005-11-01Remove ancient copy/paste error (issue #5541)russell1-3/+0
2005-10-21removed unused variable (issue #5455)russell1-2/+0
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)russell1-0/+3
2005-09-24Fix cut/paste error (issue #5282)russell1-1/+1
2005-09-13don't allow call waiting during the initial ringing (issue #5188)russell1-1/+1
2005-08-26make message more gooder (issue #4979)russell1-1/+1
2005-08-23ensure buffer is adequately sized for complex frames (issue #4974)kpfleming1-1/+1
2005-08-22Commit backport of fix to DTMF detection during overlap modemattf1-1/+7
2005-08-08terminate 'send text' with a newline (bug #4632)russell2-0/+2
2005-08-04fix qop to be RFC compliant (bug #4841)russell1-1/+1
2005-08-04add some more aliases from RFC's 3841 and 4028 (bug #4889)russell1-0/+4
2005-08-01make sure iaxs gets initialized (bug #4856)russell1-0/+2
2005-07-26fix masquerading of local channels into the new channel type (bug #4529)russell1-3/+8
2005-07-11change insecure options to support 'port' and/or 'invite' instead of forcingrussell1-11/+55
2005-06-24after a *70, re-enable call waiting on hangup (bug #3971)russell1-1/+17
2005-06-24merge endian.h (bug #3867)russell2-17/+2
2005-06-24print non-codec capabilities correctly (bug #3960)russell1-3/+3
2005-06-22correctly jump to fax extension when inside of a macro (bug #4471)russell1-4/+6
2005-06-21fix via comparison to not be case sensitive (bug #4496)russell1-1/+1
2005-06-15add support for native DTMFrussell1-3/+24
2005-06-14remove my debug output, d'oh! :)russell1-3/+1
2005-06-14fix bounds checking (bug #4406)russell1-33/+26
2005-06-13if no extension is specified on an overlap call, use the 's' extension (bug #...russell1-0/+7
2005-06-13handle stale authentication nonces more properly (bug #4451)russell1-21/+43
2005-05-31fix a sizeof bug (bug #4264)russell1-1/+1
2005-05-31fix rtptimeout options for a specific peer (bug #4325)russell1-0/+2
2005-05-31fix a mem leak (bug #4154)russell1-10/+9
2005-05-31add "Referred-by" to the aliases list (bug #4404)russell1-0/+1
2005-05-31Fix reply digest selection of size (bug #4409)russell1-5/+7
2005-05-31set DNID on incoming calls (bug #4220)russell1-0/+3
2005-05-19reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug...russell1-0/+2
2005-05-19close sip socket on unload (bug #4152)russell1-1/+3
2005-05-16fix mem leak with MYSQL_USERS (bug #4287)russell1-0/+4
2005-05-16only initialize random number generators in one place (bug #4017)russell1-1/+0
2005-05-15ensure that calls to gethostbyname are null terminated,russell2-19/+19
2005-05-12use ast_strlen_zero, also fix a codec config parsing error (bug #4169)russell1-35/+37
2005-05-10add fixup routine (bug #3825)russell1-0/+9
2005-05-10fix queue URL passing (bug #3543)russell3-4/+36
2005-05-10allow ALERTING even after PROCEEDING (bug #3963)russell1-3/+4
2005-04-15fix unloading problems (bug #4019)russell1-2/+4
2005-04-15create useful output for time left to expire (bug #4022)russell1-1/+2
2005-04-15add some newlines and fix some misspellings (bug #4027)russell4-12/+12
2005-04-15fix bogus output from 'show agents' with no name (bug #4030)russell1-2/+2
2005-04-06space out initial registrations (bug #3104)russell1-12/+20
2005-04-06correctly set amaflags (bug #3962)russell1-0/+2
2005-04-05Clear out received tag in 407/401's (bug #3885)russell1-0/+2