aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-08Fix pedantic mode of chan_sip to only check themmichelson1-7/+23
2008-09-06This fix comes from Joshua Colp The Brilliant, who, given the trace, came up ...murf1-0/+2
2008-09-05Commit 140417 had a logic flaw in it whichmmichelson1-3/+3
2008-08-29Fix SIP's parsing so that if a port is specifiedmmichelson1-1/+5
2008-08-27Fix tag checking in get_sip_pvt_byid_locked whenmmichelson1-8/+17
2008-08-26Fix some bogus scheduler usage in chan_sip. This code used the return valuerussell1-5/+9
2008-08-25Make SIPADDHEADER() propagate indefinitelytwilson1-3/+3
2008-08-20sip_read should properly handle a NULL return from sip_rtp_read.mmichelson1-1/+1
2008-08-15More fixes for realtime peers.tilghman1-30/+41
2008-07-25We need to make sure to null-terminate the "name"mmichelson1-0/+2
2008-07-24Fix rtautoclear and rtcachefriendstilghman1-5/+11
2008-07-22Allow Spiraled INVITEs to work correctly within Asterisk.mmichelson1-8/+297
2008-07-22The most common question on the #asterisk iRC channel and on mailing listsoej1-3/+3
2008-07-15astman_send_error does not need a newline appended -- the API takes care oftilghman1-2/+2
2008-07-08Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is nottilghman1-0/+1
2008-07-08Don't hangup the call if we can't resolve the Contact if there's a proxyoej1-9/+5
2008-07-08Fix issues where repeated messages where ignored, but retransmitted reliably ...oej1-1/+2
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf1-13/+0
2008-07-01Use domain part of SIP uri in register= configuration as fromdomain.oej1-1/+9
2008-07-01Handle escaped URI's in call pickups. Patch by oej and IgorG.oej1-7/+11
2008-07-01Report 200 OK to all in-dialog OPTIONs requests (to confirm that the dialogoej1-4/+10
2008-07-01Fix bad XML for hold notification.oej1-1/+1
2008-06-30Send all responses to an INVITE reliably, so that we retransmit if we don't g...oej1-11/+11
2008-06-27When we get a 408 Timeout, don't stop trying to re-register.tilghman1-3/+2
2008-06-26Add support for peer realm based auth (a few missing lines, the rest is well ...oej1-3/+6
2008-06-24Don't access the pvt structure if unable to acquire the lock.tilghman1-7/+18
2008-06-17Make chan_sip build under dev mode with compilers >= GCC 4.2mmichelson1-1/+3
2008-06-17Cisco BTS sends SIP responses with a tab between the Cseq number andmmichelson1-3/+3
2008-06-16People expect that if "hasvoicemail" is set in users.conf, even if "mailbox"tilghman1-0/+6
2008-06-16Only compare the first 15 characters so that even if the charset is specified...file1-1/+1
2008-06-16Don't send a BYE on a dialog that is already gone during a REFER.file1-1/+1
2008-06-10If we are destroying a dialog only set the MWI dialog pointer on the related ...file1-1/+3
2008-06-06add another LOW_MEMORY define I forgotjpeeler1-0/+2
2008-06-06only define thread storage variable if necessary for LOW_MEMORYjpeeler1-0/+2
2008-06-06Correction to commmit 120863, make sure proper destructor function is called ...jpeeler1-3/+11
2008-06-06This fixes a crash when LOW_MEMORY is turned on. Two allocations of the ast_r...jpeeler1-0/+10
2008-06-03Treat ECONNREFUSED as an error that will stop further retransmissions. (issue...file1-5/+6
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-15/+5
2008-05-28Add an option to use the source IP address of RTP as the destination IP addre...file1-1/+15
2008-05-27Fix an issue where codec preferences were not set on dialogs that were not au...file1-16/+13
2008-05-25Realtime flag affects construction in multiple ways, so consulting whethertilghman1-6/+16
2008-05-21Apply the autoframing setting to dialogs that do not get matched against a us...file1-0/+1
2008-05-14Accept text messages even withoej1-1/+1
2008-05-08Don't give up on attempting an outbound registration if we receive a 408 Time...russell1-2/+0
2008-05-07Track peer references when stored in the sip_pvt struct as the peer related torussell1-6/+11
2008-05-05Avoid putting opaque="" in Digest authentication. This patch came from switc...russell1-2/+9
2008-04-30Don't crash on bad SIP replys.oej1-4/+6
2008-04-24Re-invite RTP during a masquerade so that, for instance, an AMImmichelson1-0/+7
2008-04-24Only have one max-forwards header in outbound REFERs.oej1-1/+0
2008-04-23Add 502 support for both directions, not only one... (see r114571)oej1-0/+1