aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-08Fix comparison for REFER Replaces tags with pedantic=yestwilson1-2/+2
2011-02-07Don't allow a REFER w/replaces to replace its own dialogtwilson1-1/+9
2011-02-03Minor AST_FRAME_TEXT related issues.rmudgett1-1/+1
2011-01-31Prevent a crash when dialing a technology with no destination (ex: Dial(SIP/))qwell1-0/+6
2011-01-26Convert from network to host byte ordering before checking if an IP is a mult...mnicholson1-1/+1
2011-01-26This patch modifies chan_sip to route responses to the address the request ca...mnicholson1-0/+194
2011-01-25Guard against retransmitting BYEs indefinitelytwilson1-0/+1
2011-01-18URI encode the user part of the contact header.mnicholson1-2/+7
2011-01-17Merged revisions 293493 via svnmerge from twilson1-2/+10
2011-01-04Don't authenticate SUBSCRIBE re-transmissionstwilson1-21/+26
2010-12-20Use ast_free() instead of free()mnicholson1-4/+4
2010-12-20Remove changes to via processing that were not supposed to go into the last c...mnicholson1-71/+0
2010-12-20Respond as soon as possible with a 202 Accepted to refer requests.mnicholson1-26/+101
2010-12-09Ignore spurious REGISTER requeststwilson1-0/+7
2010-12-06Improve handling of REGISTER requests with multiple contact headers.jpeeler1-6/+30
2010-12-02If we get a NOTIFY from a non-existing subscription we should answer with 481...oej1-1/+1
2010-12-01Fix not stopping MOH when transfered local channel queue member is answered.jpeeler1-0/+3
2010-11-19Discard responses with more than one Viatwilson1-3/+19
2010-11-11Fix problem with qualify option packets for realtime peers never stopping.jpeeler1-1/+24
2010-11-08Modify our handling of 491 responses to drop any pending reinvite retry sched...mnicholson1-0/+8
2010-11-02Add enabled/disabled information for rtautoclear sip show settings output.jpeeler1-1/+1
2010-10-13Lock pvt so pvt->owner can't disappear when queueing up a frame.russell1-1/+16
2010-10-11Add missing unlock to an exception condition in reload_config().rmudgett1-3/+8
2010-10-01Change RFC2833 DTMF event duration on end to report actual elapsed time.jpeeler1-1/+1
2010-10-01Ensure user portion of SIP URI matches dialplan when using encoded characters.jpeeler1-3/+8
2010-10-01don't iterate through all dialogs to find and delete old subscribesschmitds1-26/+6
2010-09-22RFC3261 section 12.2 explicitly says out of order requests are responded with...dvossel1-1/+1
2010-09-22Handle media specific T.38 SDP informationmnicholson1-2/+10
2010-09-22During check_pendings, if the dialog is terminated with a CANCEL, change the ...dvossel1-2/+3
2010-09-21Try both the encoded and unencoded subscription URI for a match in hints.tilghman1-9/+22
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