aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Don't clear the username from a realtime database when a registration expires.mnicholson1-1/+1
2010-09-10Fixes sip extension state update DEADLOCKdvossel1-10/+234
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell1-93/+243
2010-07-23Backport fixes for sip_uri_params_cmp() from trunk.mmichelson1-39/+25
2010-07-19Regression with T.38 negotiationpabelanger1-7/+7
2010-07-16Default to no udptl error correction so that error correction will be disable...mnicholson1-0/+5
2010-07-09Fix logging message for stale nonce.pabelanger1-1/+1
2010-07-06Add option to not do a call forward on 482 Loop Detectedtwilson1-10/+19
2010-07-02Fix various typos, reported by Lintiantzafrir1-4/+4
2010-06-29Allow the "useragent" value to be restored into memory from the realtime back...tilghman1-6/+8
2010-06-28Decode URI in contact header of 302 response.mmichelson1-0/+1
2010-06-22Decrease the module ref count in sip_hangup when SIP_DEFER_BYE_ON_TRANSFER is...mnicholson1-0/+1
2010-06-22Modify chan_sip's packet generation api to automatically calculate the Conten...mnicholson1-71/+61
2010-06-15Merged revisions 270658 via svnmerge from twilson1-18/+20
2010-06-01Fix formatting issue with previous patch.pabelanger1-4/+3
2010-06-01Missing fallback to audio fax feature when T.38 re-INVITE failedpabelanger1-14/+26
2010-05-05Registration fix for SIP realtime.pabelanger1-3/+7
2010-04-15Don't recreate peer, when responding to a repeated deregistration attempt.tilghman1-0/+15
2010-03-17Revert API change in release branchestwilson1-5/+5
2010-03-13Merged revisions 252089 via svnmerge from twilson1-25/+9
2010-02-26For T.38 reINVITEs treat a 606 the same as a 488.mmichelson1-0/+2
2010-02-23fixes invite with replaces deadlockdvossel1-14/+46
2010-01-28Fix a bogus third argument to ast_copy_string().russell1-4/+5
2010-01-22Initialize notify_types to NULLoej1-1/+1
2010-01-07Change in sip show channels display format allowing more digits for CIDdvossel1-3/+3
2010-01-02Release memory of the contact acl before unloading moduleoej1-0/+1
2009-12-23Properly set T.38 attributes and don't return before T.38 ports are configure...mnicholson1-31/+29
2009-12-22fixes issue with p->method incorrectly set to ACKdvossel1-2/+9
2009-12-14Stop sending 183's after call hangup.oej1-0/+1
2009-12-10When we receive no response at all to our INVITE, allow the channel to be des...tilghman1-3/+7
2009-12-07fixes missing Contact header angle bracketsdvossel1-1/+3
2009-12-07Allow SDP packets with only video session information.mnicholson1-1/+1
2009-11-25fixes conditional jump or move depending on uninitialised STACK valuedvossel1-2/+2
2009-11-23When 'sip set debug' is enabled, and the last line of an incoming SIP messagekpfleming1-0/+2
2009-11-23Correct fix for issue #16268... the reporter's original patch was very close ...kpfleming1-10/+15
2009-11-23Ensure that SDP parsing does not ignore the last line of the SDP.kpfleming1-4/+5
2009-11-13Respect the maddr parameter in the Via header.file1-2/+13
2009-11-10Reverted revision 202022.mnicholson1-14/+2
2009-11-06Don't overwrite caller ID name on a trunk with the configured fullname when u...file1-0/+6
2009-11-04Modify the SDP parsing code to parse session and media level items separately.mnicholson1-379/+490
2009-11-04Fix a security issue where sending a REGISTER with a differing username in th...file1-2/+0
2009-11-03Fix a bug where an RPID header could be generated with a blank username in th...file1-1/+1
2009-11-03Fixing bug before someone reports it...oej1-1/+1
2009-11-03Adding IP address in Contact ACL log message and removing redundant messageoej1-2/+1
2009-11-03Use proper response code when violating Contact ACL's.oej1-2/+15
2009-11-02SIP channel name uniquenessdbrooks1-1/+3
2009-10-21IAX/SIP shrinkcallerid optiondvossel1-8/+18
2009-10-12Remove automatic switching from T.38 to voice mode in chan_sip.kpfleming1-2/+1
2009-10-09fixes sip registration using authuser in user.confdvossel1-3/+11
2009-10-09'auth=' did not parse md5 secret correctlydvossel1-12/+10