aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Use unsigned ints for portinuri flags.mnicholson1-2/+2
2009-09-30Make portinuri a bitfield.mnicholson1-1/+1
2009-09-30Fix SRV lookup and Request-URI generation in chan_sip.mnicholson1-4/+27
2009-09-30Change the SSRC by default when our media stream changestwilson1-1/+23
2009-09-29Reduce CPU usage related to building a peer merely for devicestates.tilghman1-182/+186
2009-09-18via-header branches not updated correctly on INVITEdvossel1-5/+6
2009-09-17Send a 100 Trying response when we detect a spiral.mmichelson1-0/+1
2009-09-17INVITE w/Replaces deadlock fixdvossel1-43/+25
2009-09-15Send request contact header field with response to registrer queries instead ...mnicholson1-1/+5
2009-09-15revert accidental commitkpfleming1-136/+107
2009-09-15Use proper hostname for downloading sound files.kpfleming1-107/+136
2009-09-10Backport realtime fix to 1.4tilghman1-1/+1
2009-09-10Remove harmful code that causes endless loops. oej1-5/+0
2009-09-04make chan_sip compile under devmode againmvanbaak1-1/+1
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej1-3/+10
2009-09-02Re-send non-100 provisional responses to prevent cancellationtwilson1-7/+72
2009-08-21Ensure that T.38 INVITEs generated by Asterisk properly result in T.38 being ...kpfleming1-5/+7
2009-08-12Backport fix so that outbound CANCEL requests have same branch as challenged ...mmichelson1-1/+5
2009-08-10AST-2009-005tilghman1-47/+47
2009-07-24Only send a BYE when hanging up a channel that is up.mmichelson1-1/+3
2009-07-23Fix a problem where a 491 response could be sent out of dialog.mmichelson1-10/+11
2009-07-23Remove inaccurate XXX comment.mmichelson1-4/+0
2009-07-23Properly handle 183 responses which do not contain an SDP.mmichelson1-1/+12
2009-07-20Answer video SDP offers properly when videosupport is not enabled.mmichelson1-3/+43
2009-07-17sip option flags handled incorrectlydvossel1-1/+1
2009-07-17SIP incorrect From: header information when callpres is prohibdvossel1-4/+7
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