aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-18Fixing AST-2007-027 (Closes issue #11119)tilghman1-3/+30
2007-07-23(closes issue #10236)file1-0/+5
2007-07-21Backport a fix for a memory leak that was fixed in trunk in reivision 76221russell1-0/+1
2007-07-20(closes issue #10247)file1-0/+3
2007-07-06If a sip_pvt struct has already registered an extension state callback,russell1-1/+4
2007-07-06(closes issue #10125)russell1-2/+6
2007-07-05we shouldn't allow G.723.1 endpoints to use VAD, just like we don't support i...kpfleming1-0/+3
2007-07-05Copy language information to the dialog structure when calling a peer for sit...file1-0/+2
2007-06-25Ignore other URIs after the first in a 300 Multiple Choice response. (issue #...file1-1/+3
2007-06-20Don't overwrite the configured username setting upon a REGISTER. (issue #8565...file1-3/+1
2007-06-19Backport fix for crashes related to subscriptions from 1.4 ...russell1-0/+5
2007-06-18Set the peer name on the dialog to the one configured in sip.conf and NOT the...file1-1/+1
2007-06-07Only notify the devicestate system of a peer state change when the peer is bu...file1-1/+0
2007-05-31It is now possible for this path of execution to have the frame pointer be NU...file1-1/+1
2007-05-29Issue #9802 - Change inuse counter on CANCELoej1-0/+4
2007-05-24Allow RFC2833 to be negotiated when an INVITE comes in without SDP and is not...file1-0/+1
2007-05-23ensure that variables are set on a newly created channel before we start a PB...kpfleming1-4/+6
2007-05-18Not getting an ACK to a 200 OK in the initial invite is critical to the call.oej1-1/+4
2007-05-18Issue 9235 - part of the problem, maybe not all. Please retry with this patch...oej1-2/+7
2007-05-16Fixing possible bug in auth of BYEoej1-1/+2
2007-05-16Support SIP uri's starting with SIP: and sip: (reported by Tony Mountfield on...oej1-15/+15
2007-05-16Issue #9726 - rlister - Better logging for ACL denialsoej1-11/+27
2007-05-10Do not allocate SIP pvt's for PEERs we can not reach. oej1-0/+4
2007-05-09Properly handle hints that point to multiple devices in chan_sip. Why chan_si...file1-5/+8
2007-05-03When a peer is seeded or built tell the devicestate core to update it's statu...file1-0/+2
2007-04-27Issue #7351 - SIP Cancel fails due to the wrong contact uri. Reported by PPYY...oej1-0/+2
2007-04-24Allow RFC2833 to be sent in the response SDP when an INVITE comes in without ...file1-0/+2
2007-04-19Send NOTIFY to Contact: in SUBSCRIBE oej1-0/+4
2007-04-16Don't stop RTP on errors on INFO messages.oej1-8/+11
2007-04-11If someone sets the "useragent" option in sip.conf to be empty, then don't addrussell1-4/+8
2007-04-11Fix a bug with switching between host=dynamic and using specific hosts forrussell1-5/+5
2007-04-11Remove the attempt at reporting configuration errors in sip.conf. This canrussell1-7/+4
2007-04-09- Don't send ActionID before Response: header. oej1-6/+7
2007-04-05Only unlock our pvt and net locks if we are actually going to try to lock the...file1-6/+9
2007-04-04Fix the return value of handle_common_options() so that it always properlyrussell1-6/+3
2007-04-03Add a missing "\r\n" in the body of the NOTIFY that is sent to indicate therussell1-1/+1
2007-04-03Don't attempt to report configuration errors in build_user(). oej pointed outrussell1-2/+4
2007-04-03Make chan_sip report when it encounters an unknown option.russell1-14/+9
2007-03-24Only try to handle a response if it has a response code. (ASA-2007-011)file1-10/+10
2007-03-13Issue #9229 - No port in request URI on register to non default SIP ports (ne...oej1-4/+11
2007-03-09If we are unable to lookup the host in a c line we have to abort, otherwise t...file1-0/+2
2007-03-06Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: r...murf1-2/+15
2007-03-06Change error message to proper messageoej1-1/+1
2007-03-02If a SIP message comes in and goes to a method handler that requires addition...file1-0/+6
2007-02-22Only change the original or clone channel if it's the channel behind the prox...file1-1/+1
2007-02-22If we receive a frame that is not in any of the negotiated formats, then droprussell1-0/+5
2007-02-18Issue #9020 - SIP message retransmission time too short.oej1-1/+3
2007-02-17Allow chan_sip to handle attended transfers from a SIP phone that is sitting ...file1-1/+1
2007-02-14git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@54438 f38db490-d6...oej1-1/+1
2007-02-13Make sure that outbound calls are applied to the peer.oej1-2/+1