aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10Changes to make 1.4.26 into 1.4.26.1v1.4.26.1tilghman1-47/+47
2009-07-10Properly ACK 487 responses to canceled INVITEs.mmichelson1-3/+9
2009-07-10SIP registration auth loop caused by stale noncedvossel1-7/+25
2009-07-10Ensure that outbound NOTIFY requests are properly routed through stateful pro...mmichelson1-2/+6
2009-06-29Add error message so that it is clear why a SIP peer was not processed whenmmichelson1-0/+1
2009-06-29Fix build oops.mmichelson1-1/+1
2009-06-29Fix a problem where chan_sip would ignore "old" but valid responses.mmichelson1-44/+44
2009-06-25Resolve a crash related to a T.38 reinvite race condition.russell1-16/+20
2009-06-24Use the handy UNLINK macro instead of hand-coding the same thing in-line.mmichelson1-5/+1
2009-06-23MWI NOTIFY contains a wrong URI if Asterisk listens to non-standard port and ...dvossel1-1/+9
2009-06-23Fix more memory leaks that may result if rtp is not successfully allocated.mmichelson1-0/+4
2009-06-23Fix potential memory leak in chan_sip when video rtp is not allocated properly.mmichelson1-0/+4
2009-06-22Make Polycom subscription type override check more explicit.russell1-5/+9
2009-06-22Remove an extra debug line left from previous commit.mmichelson1-1/+0
2009-06-22Fix a situation in which Asterisk would not stop retransmitting 487s.mmichelson1-2/+34
2009-06-22Fix a possible infinite loop in SDP parsing during glare situation.mmichelson1-1/+1
2009-06-20Since we don't have sip_pvt_lock() in 1.4, we need to use ast_mutex_* directly.seanbright1-2/+2
2009-06-19Added deadlock protection to try_suggested_sip_codec in chan_sip.c.mnicholson1-2/+14
2009-06-17Checks for NULL sip_pvt pointer in chan_sip.c->acf_channel_read()dbrooks1-0/+4
2009-06-15Add INFO to our allowed methods so that endpoints know they may send it to us.mmichelson1-1/+1
2009-05-28Allow for media to arrive from an alternate source when responding to a reinv...mmichelson1-0/+72
2009-05-28Use the address we already know when reloading a peer with nat=yes.eliel1-2/+5
2009-05-28Fix a bug where the flag indicating the presence of rport would get overwritt...file1-1/+7
2009-05-19Fix a bug where direct RTP setup would partially occur even when disabled if ...file1-1/+1
2009-05-18Fix a bug where the codecs of the called party leg were not properly sent bac...file1-4/+1
2009-05-14Fix a race condition where a reinvite could trigger a 482 response.mmichelson1-4/+16
2009-05-12Set the invitestate to INV_CANCELLED only if we are actually sending a SIP CA...mmichelson1-1/+1
2009-05-07Eliminate repetition of fullcontact during reconstruction.tilghman1-0/+10
2009-05-06Update some old logic to stop both begin and end DTMF frames from reaching th...file1-2/+4
2009-05-01SIP Response 410 maps to cause code 22 (or 23), not 1.tilghman1-1/+1
2009-04-23Remove a bogus ast_channel_unlock().russell1-1/+0
2009-04-17Fix a bug where a value used to create the channel name was bogus.file1-1/+1
2009-04-16Only update realtime, if global option rtupdate != falsetilghman1-3/+7
2009-04-09Handle a SIP race condition (reinvite before an ACK) properly.mmichelson1-7/+20
2009-04-09Permit zero-length text messages in SIP.tilghman1-1/+3
2009-04-02Merged revisions 186056 via svnmerge from tilghman1-8/+102
2009-04-02Avoid multiple warning messages in SIP, due to this column not existingtilghman1-4/+9
2009-04-01Fixes issue with dropped calles due to re-Invite glare and re-Invites never e...dvossel1-9/+27
2009-03-31Use AST_SCHED_DEL_SPINLOCK instead of manually using the logic.mmichelson1-3/+1
2009-03-30Improve our handling of T38 in the initial INVITE from a device.file1-312/+229
2009-03-27Fix an issue where nat=yes would not always take effect for the RTP session o...file1-1/+3
2009-03-19Fix an issue where cancelled outgoing SIP calls would erroneously report the ...mmichelson1-5/+0
2009-03-12Properly send a 487 on an INVITE we have not responded to if we receive a BYE.mmichelson1-1/+1
2009-03-11Fix issue where an attended transfer could not be completed under a rare scen...file1-1/+1
2009-03-11Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=...file1-1/+1
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-1/+1
2009-03-11Remove unused variables.mmichelson1-2/+0
2009-03-11Fix incorrect tag checking on transfers when pedantic=yes is enabled.mmichelson1-14/+23
2009-02-24Skip check for extension when subscribing for MWI.file1-3/+5
2009-02-19Force a MWI notification after subscribe request. Reported by the Resiprocate...oej1-6/+5