aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
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