aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-14Add the ability for ast_find_ourip to return IPv4, IPv6 or both.pabelanger1-1/+1
2010-10-13Merged revisions 291393 via svnmerge from russell1-0/+16
2010-10-11Move declaration closer to where now used.rmudgett1-1/+2
2010-10-11Merged revisions 291110-291111 via svnmerge from rmudgett1-4/+9
2010-10-02Merged revisions 289798 via svnmerge from jpeeler1-1/+1
2010-10-01Merged revisions 289700 via svnmerge from jpeeler1-3/+8
2010-10-01don't iterate through all dialogs to find and delete old subscribesschmitds1-36/+5
2010-09-30Merged revisions 289553 via svnmerge from mnicholson1-2/+3
2010-09-28Break up long ast_manager_event_multichan() event lines.rmudgett1-3/+28
2010-09-27Still build SIP, even if res_crypto cannot be built (use, not depend).tilghman1-1/+1
2010-09-24Append Retry-After header on 500 error response to Re-INVITE according to RFC...dvossel1-2/+17
2010-09-24Inspect Require header on BYE transaction according to RFC3261 section 8.2.2.3.dvossel1-2/+19
2010-09-22Merged revisions 288417 via svnmerge from dvossel1-1/+1
2010-09-22Merged revisions 288344 via svnmerge from dvossel1-2/+3
2010-09-21Merged revisions 288113 via svnmerge from tilghman1-9/+18
2010-09-21Send a "415 Unsupported Media Type" after failure to process sdp due to unkno...dvossel1-3/+17
2010-09-21Don't use ast_strdupa() from within the arguments to a function.russell1-13/+19
2010-09-21Anonymous callerid needs a "sip:" uri prefix.tilghman1-2/+2
2010-09-20Fixes issue with registrations not working properly with pedantic=yes.dvossel1-2/+4
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