aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
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-07-11change insecure options to support 'port' and/or 'invite' instead of forcingrussell1-11/+55
2005-06-24print non-codec capabilities correctly (bug #3960)russell1-3/+3
2005-06-21fix via comparison to not be case sensitive (bug #4496)russell1-1/+1
2005-06-14remove my debug output, d'oh! :)russell1-3/+1
2005-06-14fix bounds checking (bug #4406)russell1-33/+26
2005-06-13handle stale authentication nonces more properly (bug #4451)russell1-21/+43
2005-05-31fix rtptimeout options for a specific peer (bug #4325)russell1-0/+2
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-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-15ensure that calls to gethostbyname are null terminated,russell1-17/+17
2005-04-15create useful output for time left to expire (bug #4022)russell1-1/+2
2005-04-06space out initial registrations (bug #3104)russell1-12/+20
2005-04-05Clear out received tag in 407/401's (bug #3885)russell1-0/+2
2005-04-04correctly respond to an INVITE with T.38 (bug #3818)russell1-19/+36
2005-03-28change ',' to '.' (bug #3799)russell1-1/+1
2005-03-28don't send a "to" on a "100 Trying", also be case insensitive when parsing th...russell1-5/+5
2005-03-02Be sure to process SDP if we already have an owner (bug #3701)russell1-0/+10
2005-02-28release RTP ports early on SUBSCRIBE (bug #3655 / #3673)russell1-1/+19
2005-02-27move the processing of SDP data to after determining the user (bug #3660)russell1-11/+11
2005-02-21handle DNS failures on startup more gracefully (bug #3086)russell1-18/+5
2005-02-14typo (bug #3557)russell1-1/+1
2005-02-07fix potential seg fault (bug #3519)russell1-1/+1
2005-02-07Make sure we always transmit the same from line (bug #3492)russell1-1/+10
2005-02-07typo (bug #3483)russell1-1/+1
2005-02-07only use default cid if specified (bug #3486)russell1-1/+1
2005-01-29handle INFO A through D (bug #3445)russell1-0/+2
2005-01-29fix restrictcid with mysql users (bug #3442)russell1-1/+1
2005-01-29fix reloading secret options (bug #3432)russell1-4/+13
2005-01-28don't fail register on dns error (bug #3424)russell1-1/+9
2005-01-17prevent duplicate 200 ... and some formattingrussell1-15/+19
2005-01-17Don't even attempt to masquerade a channel into itself (bug #3040)russell1-1/+1
2005-01-14Don't allow masquerading into oneself (bug #3040)russell1-3/+7
2005-01-13fix message sent on codec mismatch (bug #3306)russell1-7/+15
2005-01-13Send "405 Method Not Allowed" if a message is received outside of a call (bug...russell1-5/+10
2005-01-11logging update (bug #3268)russell1-1/+1
2005-01-09fix silly header (bug #3288)russell1-1/+1
2005-01-06fix SIP presence (bug #3251)russell1-0/+2
2005-01-03stop sending rtp when on hold (bug #3185)russell1-0/+2
2005-01-02fix MWI with type=friend (bug #3004)russell1-9/+18
2004-12-30Re-use SIP authentication, aka "The Broadvoice patch" (bug #2917)russell1-17/+97
2004-12-23honor global nat setting for users (bug #3125)russell1-0/+1
2004-12-22Remove the SIP ACK fixes at the request of Olle - This will go in when a more...russell1-92/+1
2004-12-21fix missing "sip:" in ACK (bug #2687)russell1-2/+2
2004-12-20Fix SIP ACK for BYE (bug #3087)russell1-4/+13
2004-12-20Olle's ACK fix (bug #2687)russell1-3/+95