aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-17Merged revisions 282577 via svnmerge from dvossel1-0/+3
2010-08-13Merged revisions 282302 via svnmerge from dvossel1-42/+6
2010-08-13Merged revisions 282269 via svnmerge from dvossel1-0/+55
2010-08-13Merged revisions 282236 via svnmerge from dvossel1-15/+18
2010-08-11Merged revisions 281874 via svnmerge from mnicholson1-34/+21
2010-08-11Merged revisions 281760 via svnmerge from mnicholson1-0/+8
2010-08-10Merged revisions 281532 via svnmerge from russell1-3/+10
2010-08-09Merged revisions 281432 via svnmerge from dvossel1-1/+4
2010-08-03Merged revisions 280778 via svnmerge from simon.perreault1-12/+34
2010-08-03Reverted r280706 and r280707. Will commit in branch 1.8 and merge to trunk pr...simon.perreault1-34/+12
2010-08-03Fixed IPv6-related SIP parsing bugs.simon.perreault1-12/+34
2010-08-02if totag is not present for an ACK request, do not send an error responsedvossel1-1/+3
2010-07-29Merged revisions 280552 via svnmerge from dvossel1-4/+33
2010-07-29respond with 481 when request requiring totag has no totag to match againstdvossel1-0/+1
2010-07-28Formatting changesoej1-41/+70
2010-07-27Merged revisions 279887 via svnmerge from mmichelson1-21/+16
2010-07-27Merged revisions 279817 via svnmerge from dvossel1-3/+2
2010-07-27Merged revisions 279785 via svnmerge from mmichelson1-8/+9
2010-07-26Merged revisions 279568 via svnmerge from dvossel1-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