aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-05-24Print openh323 log to the Asterisk console.mmichelson1-0/+2
2010-05-24Allow type=user SIP endpoints to be loaded properly from realtime.mmichelson1-11/+19
2010-05-24reverses incorrect logic introduced by r243200dvossel1-4/+1
2010-05-21Be sure to set the sin_family on the proxy when allocating.mmichelson1-0/+1
2010-05-21Take dup'd code for directmedia ACLs and make utility functwilson1-29/+20
2010-05-20Add support for direct media ACLstwilson2-90/+149
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.mmichelson1-1/+1
2010-05-19fixes crash in check_rtp_timeoutdvossel1-0/+3
2010-05-18Be sure to heap-allocate the redirecting to tag so as not to cause crashiness.mmichelson1-1/+4
2010-05-18Fix memory leaks in redirecting structures in chan_sip.cmmichelson1-3/+12
2010-05-17Enhancements to connected line and redirecting work.mmichelson8-19/+117
2010-05-14fix iax_frame double freedvossel1-1/+1
2010-05-13Fix inverted logic in cli command: ss7 set debug on/offrmudgett1-1/+1
2010-05-13Fix an off by one error that causes a crash.russell1-1/+1
2010-05-12Don't crash when destroying chan_dahdi pseudo channels.rmudgett1-1/+10
2010-05-12Merged revisions 262657,262660 fromrmudgett1-3/+105
2010-05-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFpabelanger1-84/+74
2010-05-11Dialing an invalid extension causes incomplete hangup sequence.rmudgett1-6/+36
2010-05-11Improve logging information for misconfigured contextspabelanger1-2/+2
2010-05-10fixes crash in chan_consoledvossel1-1/+8
2010-05-07Fix deadlock in sig_pri when hanging up.jpeeler1-10/+10
2010-05-06Some code optimizations.rmudgett1-80/+88
2010-05-06Permit more lines within a SIP body to be parsed.tilghman1-1/+1
2010-05-06When failing to configure, don't destroy 'cfg' twicetzafrir1-1/+1
2010-05-05Avoid a crash on SS7 channels.rmudgett1-2/+8
2010-05-05fixes sip native transferdvossel1-2/+1
2010-05-05Merged revisions 261274 via svnmerge from pabelanger1-3/+7
2010-05-05Prevent unnecessary warnings when getting rtpsource or rtpdest.mmichelson1-2/+4
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.rmudgett5-38/+95
2010-04-30Merged revisions 260434 via svnmerge from jpeeler3-0/+17
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.rmudgett3-54/+56
2010-04-29Merged revisions 260195 via svnmerge from rmudgett2-23/+44
2010-04-28Don't override peer context with domain context.mmichelson2-3/+6
2010-04-28Merged revisions 259858 via svnmerge from dvossel1-5/+14
2010-04-27Be more explicit about field naming in a test.qwell1-1/+1
2010-04-27Merged revisions 259531 via svnmerge from rmudgett1-6/+24
2010-04-27Merged revisions 259270 via svnmerge from rmudgett1-0/+1
2010-04-27Re-fix dahdi_request() iflist locking since CCSS merged.rmudgett1-2/+4
2010-04-26Small error in the T.140 RTP port verbose log.lmadsen1-2/+2
2010-04-21IAXpeers output now matches SIPpeers format for manager (AMI).lmadsen1-14/+27
2010-04-21fixes issue with double "sip:" in header fielddvossel1-1/+1
2010-04-16Make sure to fail a monitor if we receive a negative response for a CC SUBSCR...mmichelson1-0/+10
2010-04-16Enable PRI SERVICE message support in chan_dahdi for the 'national' switchtypedhubbard1-4/+7
2010-04-15Merged revisions 257467 via svnmerge from tilghman1-0/+15
2010-04-13Also unref the pvt when we delete the provisional keepalive job.tilghman1-1/+1
2010-04-12gives channel reference before unlocking it and using setvar helper.dvossel1-0/+2
2010-04-09Remove status_response callbacks where they are not needed.mmichelson1-11/+0
2010-04-09Prevent crash when originating a call to a local channel.mmichelson1-1/+1
2010-04-09Remove PRI CCSS BUGBUG message and update configure script.rmudgett1-4/+0
2010-04-09Add routines for parsing SIP URIs consistently.mmichelson3-56/+982