aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Ensure that the proper external address is used for the RTP destination.russell3-5/+47
2010-08-10Fixed the issue caused by EXTEN including user parameters.transnexus3-2/+37
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-29Fix compilation error in chan_dahdi (strdupa -> ast_strdupa).seanbright1-1/+1
2010-07-29Use PRIx64 instead of PRId64 in format string.mnicholson1-1/+1
2010-07-29Merged revisions 280306 via svnmerge from mnicholson1-0/+54
2010-07-29Use PRId64 with format_tpabelanger1-1/+1
2010-07-28Give test category missing leading slashjpeeler1-1/+1
2010-07-28Merged revisions 280229 via svnmerge from rmudgett1-0/+4
2010-07-28Resolve compiler warning about formattingpabelanger1-1/+1
2010-07-27Fix inband DTMF detection on outgoing ISDN calls.russell2-0/+18
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-27Support "channels" in addition to "channel" in chan_dahdi.conf.russell1-1/+1
2010-07-27Merged revisions 279784 via svnmerge from mmichelson1-8/+9
2010-07-27If dringXcontext is null, fallback to default context value.pabelanger1-6/+6
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