aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-17After a 'sip reload', qualifies for realtime peers weren't immediatelytilghman1-6/+26
2009-02-16Don't have the Via header stored as a stringfield as it can change often duri...file1-3/+3
2009-02-15fix mis-spelling of the word registered.mvanbaak1-3/+3
2009-02-15Make sure that the debug line is not printed on debug level 0oej1-1/+2
2009-02-10Go off hold when we get an empty reinvite telling us to.file1-1/+5
2009-02-09Don't do an SRV lookup if a port is specifiedmmichelson1-3/+8
2009-02-06check ast_strlen_zero() before calling ast_strdupa() in sip_uri_headers_cmp()dhubbard1-7/+32
2009-02-06Remove a debug message I put in by accident.file1-1/+0
2009-02-06Some clients do not put the call-id for replaces at the beginning, so support...file1-44/+42
2009-02-06Limit the addition of the Contact header in SIP responses according to variousmnicholson1-1/+62
2009-02-05Fix logic regarding when to perform an SRV lookup for outgoing REGISTER requestsmmichelson1-24/+52
2009-01-29Make sure that we always add the hangupcause headers. In some cases, the owne...oej1-5/+10
2009-01-27Use the same branch tag in CANCEL as in INVITEoej1-1/+1
2009-01-26Don't retransmit 401 on REGISTER requests when alwaysauthreject=yesoej1-5/+5
2009-01-23Use the on hold flag to see if the call is on hold or not. It is possible tha...file1-1/+1
2009-01-16Account for possible NULL pointer when we receive a 408 in response to a REGI...mmichelson1-1/+5
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