aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-15Add parking extension for non-default parking lots.jpeeler1-9/+16
2010-09-15Set tohost to the domain specified in the configuration file instead of the I...mnicholson1-3/+2
2010-09-14Sets subscribed type for outgoing MWI subscriptions so correct Event header i...dvossel1-1/+3
2010-09-14Merged revisions 286757 via svnmerge from mnicholson1-1/+1
2010-09-13Merged revisions 286456 via svnmerge from qwell1-1/+0
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-232/+374
2010-08-03Fixed IPv6-related SIP parsing bugs.simon.perreault1-12/+34
2010-07-29Merged revisions 280551 via svnmerge from dvossel1-4/+33
2010-07-27Fix parsing error in sip_sipredirect().mmichelson1-21/+16
2010-07-27fix sip transaction match with authentication, fix confusing log message when...dvossel1-3/+2
2010-07-27Merged revisions 279784 via svnmerge from mmichelson1-8/+9
2010-07-26transaction matching using top most Via headerdvossel1-42/+232
2010-07-23SIP URI comparison fixes.mmichelson1-286/+8
2010-07-23... just kidding. Enable SIP by default. :-)russell1-1/+0
2010-07-23Disable SIP support by default for Asterisk 1.8.russell1-1/+2
2010-07-23Allow IPv6 addresses for UDPTL streams.mmichelson1-47/+26
2010-07-22update sip subscription debug message to a warning messagedvossel1-2/+4
2010-07-21send "423 Interval too small" Response to Subscribe with Expires less that mi...dvossel1-2/+19
2010-07-21Properly set the port number for UDPTL media sessions.mnicholson1-2/+1
2010-07-20fixes sip CANCEL race conditiondvossel1-10/+11
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-19Fix port setting of external address in SIP.mmichelson1-41/+43
2010-07-19Make ACLs IPv6-capable.mmichelson1-50/+25
2010-07-16Merged revisions 277497 via svnmerge from mnicholson1-0/+4
2010-07-16Formatting fixesoej1-168/+306
2010-07-16Formatting changes (guideline corrections)oej1-35/+69
2010-07-16Add ability to configure the Max-Forwards header in the dialplan, as well as inoej1-3/+45
2010-07-16Fix reversed logic of if statement.mmichelson1-1/+1
2010-07-15Correct not setting the bindport before attempting to open the socket.jpeeler1-64/+62
2010-07-14Fix MWI notification transmission problems over SIP.jpeeler1-51/+52
2010-07-14Fix errors where incorrect address information was printed.mmichelson1-9/+9
2010-07-14handle special case were "200 Ok" to pending INVITE never receives ACKdvossel1-1/+19
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-1/+4
2010-07-14collapse debug code in retrans_pkt into separate linesdvossel1-3/+14
2010-07-14Do not skip sending MWI for a peer if an address is defined. Really just a me...jpeeler1-1/+1
2010-07-14ast_callerid restructuringrmudgett1-101/+199
2010-07-13chan_sip: RFC compliant retransmission timeoutdvossel1-11/+37
2010-07-13Revert early destruction of RTP sessionstwilson1-22/+9
2010-07-13Destroy RTP fds when we schedule final dialog destructiontwilson1-9/+22
2010-07-12Don't try to ref authpeer when it isn't settwilson1-1/+3
2010-07-09Fix error in parsing SIP registry strings from ASTdb.mmichelson1-18/+22
2010-07-09Fix port parsing in check_via.mmichelson1-5/+7
2010-07-09Fix an issue where the port for p->ourip was being set to 0.mmichelson1-0/+3
2010-07-09Merged revisions 275241 via svnmerge from pabelanger1-1/+1
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman1-1/+1
2010-07-09Return logic of sip_debug_test_addr() to its original functionality.mmichelson1-1/+18
2010-07-09Copy the address into the peer structure after we set the default portsimon.perreault1-1/+2
2010-07-08Add IPv6 to Asterisk.mmichelson1-846/+1012
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-0/+242
2010-07-07Fixes some ref count issues introduced by r274539dvossel1-2/+8