aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-07-16Fix up some weird indentation problems in reqresp_parser.cmmichelson1-10/+10
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 inoej2-4/+49
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-14Make compile again.rmudgett1-1/+1
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_idrmudgett15-37/+87
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 restructuringrmudgett21-541/+961
2010-07-13chan_sip: RFC compliant retransmission timeoutdvossel2-12/+40
2010-07-13Revert early destruction of RTP sessionstwilson2-26/+9
2010-07-13Destroy RTP fds when we schedule final dialog destructiontwilson2-9/+26
2010-07-12Don't try to ref authpeer when it isn't settwilson1-1/+3
2010-07-10Add support for devices with less than 3 lines on the LCD.russell1-28/+100
2010-07-09Fix error in parsing SIP registry strings from ASTdb.mmichelson1-18/+22
2010-07-09Get more information about the Bamboo test failurestilghman1-3/+2
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-09Weird, no output and Bamboo still fails...tilghman1-0/+1
2010-07-09Add some diagnostic feedback to our data teststilghman1-0/+5
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman5-14/+14
2010-07-09Return logic of sip_debug_test_addr() to its original functionality.mmichelson1-1/+18
2010-07-09Fix sip_uri_parse test comparison.mmichelson1-2/+2
2010-07-09Copy the address into the peer structure after we set the default portsimon.perreault1-1/+2
2010-07-08Fix calls of ast_sockaddr_from_sin() from IPv6 integration.rmudgett3-9/+9
2010-07-08Add IPv6 to Asterisk.mmichelson15-1081/+1372
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel4-2/+890
2010-07-07Fixes some ref count issues introduced by r274539dvossel1-2/+8
2010-07-07Add missing conditional around chan_dahdi mfcr2_skip_category config parameter.rmudgett1-0/+2
2010-07-07Merged revisions 274579 via svnmerge from rmudgett1-0/+1
2010-07-07Use the relatedpeer field of a sip_pvt during INVITE processing.mmichelson1-49/+35
2010-07-06Merged revisions 274280 via svnmerge from twilson1-10/+1
2010-07-06Status shows all non-CRC4 lines as "yellow", even if "yellow" was not in the ...tilghman1-1/+2
2010-07-03Merged revisions 273793 via svnmerge from tilghman3-3/+12
2010-07-02Fix various typos reported by Lintiantzafrir6-24/+24
2010-07-01correct handling of get_destination return valuesdvossel2-29/+55
2010-06-29Merged revisions 273060 via svnmerge from tilghman1-0/+2
2010-06-29send a 400 Bad Request on malformed sip requestdvossel1-1/+7
2010-06-28rfc compliant sip option parsing + new unit testdvossel4-113/+308
2010-06-28Merged revisions 272804 via svnmerge from mmichelson1-0/+1
2010-06-28code guidelines cleanup for retrans_pkt() functiondvossel1-33/+42
2010-06-25chan_sip: more accurate retransmissionsdvossel1-0/+5
2010-06-24Merged revisions 272446 via svnmerge from rmudgett1-0/+2
2010-06-23Resolve some errors produced during module unload of chan_iax2.russell1-41/+62