aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-07-26transaction matching using top most Via headerdvossel4-42/+388
2010-07-26Allow for systems without locale support to be usable.mmichelson1-0/+10
2010-07-23SIP URI comparison fixes.mmichelson3-287/+514
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-23Rename sig_pri_pri to sig_pri_span. More descriptive of concept.rmudgett3-78/+78
2010-07-23Allow IPv6 addresses for UDPTL streams.mmichelson2-48/+27
2010-07-23missed FXS kewl start polarityswitch when finally on hook.alecdavis2-1/+2
2010-07-22Support FXS module Polarity Reversal on remote party Answer and Hangup alecdavis3-1/+104
2010-07-22DNID not cleared when channel hang up (Affects PRI and SS7)rmudgett1-1/+1
2010-07-22update sip subscription debug message to a warning messagedvossel1-2/+4
2010-07-21Remove built-in AES code and use optional_api insteadtwilson2-6/+5
2010-07-21send "423 Interval too small" Response to Subscribe with Expires less that mi...dvossel1-2/+19
2010-07-21Fix invalid test for rxisoffhook in FXO channelstzafrir2-16/+12
2010-07-21Properly set the port number for UDPTL media sessions.mnicholson1-2/+1
2010-07-21Change order so that it more closely matches the related SIP command.tilghman1-1/+1
2010-07-21include stat.h for everybody, needed for device2chanjpeeler1-1/+1
2010-07-20Reference correct struct member for unlikely event PRI_EVENT_CONFIG_ERR.rmudgett1-1/+1
2010-07-20fixes sip CANCEL race conditiondvossel1-10/+11
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman15-15/+42
2010-07-20Only call ast_channel_cc_params_init() if allocating a channel succeeds.russell1-1/+1
2010-07-19Fix port setting of external address in SIP.mmichelson2-43/+45
2010-07-19Fix regression with distinctive ring detection.jpeeler3-9/+9
2010-07-19Make ACLs IPv6-capable.mmichelson3-58/+46
2010-07-16Merged revisions 277497 via svnmerge from mnicholson1-0/+4
2010-07-16Merged revisions 277419 via svnmerge from rmudgett1-2/+3
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