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