aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Don't pass a value with a side effect to a macrotwilson1-1/+3
2009-01-12I am reverting the fix made in revision 168128 (and its upward merges)mmichelson1-5/+1
2009-01-09Add check_via calls to more request handlersmmichelson1-1/+5
2009-01-08remove an unnecessary argument to queue_request()kpfleming1-2/+2
2009-01-07When a SIP request or response arrives for a dialog with an associated Asteri...kpfleming1-14/+115
2009-01-05A couple of changes to T.38 SDP attribute handlingmmichelson1-28/+48
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson1-8/+5
2008-12-16After looking through SIP registration code most of the day, thismmichelson1-1/+3
2008-12-16Fix a memory leak related to the use of the "setvar" configuration option.russell1-10/+14
2008-12-15Do not try to unlock a non-existant channel if the transfer fails.file1-1/+3
2008-12-10Fix subscription based MWI up a bit. We only want to put sip: at the beginnin...file1-2/+2
2008-12-10When a SIP peer unregisters set the expiry time back to 0 so that the 200 OK ...file1-0/+1
2008-12-10Revert fix for issue 13570. It has caused more problems thanmmichelson1-21/+0
2008-12-08Make the usereqphone option work again.file1-1/+1
2008-12-03Jon Bonilla (Manwe) pointed out on the -dev list:tilghman1-6/+5
2008-12-02When the text does not match exactly (e.g. RTP/SAVP), then the %n conversiontilghman1-6/+7
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-3/+3
2008-11-20We don't handle 4XX responses to BYE well. According tommichelson1-0/+14
2008-11-20Make sure to set the hangup cause on the calling channel in the casemmichelson1-0/+2
2008-11-18Add some missing invite state changes necessary in the sip_writemmichelson1-2/+4
2008-11-07Clarify error message.tilghman1-1/+1
2008-10-31Turn off qualify on uncached realtime peers.tilghman1-0/+8
2008-10-29Fix an incorrect usage of sizeof()russell1-1/+1
2008-10-15fix some problems when parsing SIP messages that have the maximum number of h...kpfleming1-13/+24
2008-10-14Change this warning to an error message. Suggestionmmichelson1-1/+1
2008-10-14Call register_peer_exten even in the case that the peer'smmichelson1-9/+11
2008-10-14Don't allow reserved characters to be used in registermmichelson1-0/+21
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman1-0/+4
2008-10-05Fix silly formatting.qwell1-1/+2
2008-09-25(closes issue #12101)murf1-1/+8
2008-09-18A micro-fix, in sip_park_thread, where d is freed before the func is done usi...murf1-1/+1
2008-09-12Create rules for disallowing contacts at certain addresses, which maytilghman1-7/+37
2008-09-09Make sure that the branch sent in CANCEL requestsmmichelson1-1/+6
2008-09-09When determining if codecs used by SIP peers allowmmichelson1-1/+1
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