aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-09Fix some compiler errors that popped up after the CCSS merge.mmichelson1-2/+2
2010-04-09Merge Call completion support into trunk.mmichelson8-193/+4699
2010-04-09func_srv and explicit specification of a remote IP for SIP.mmichelson1-18/+56
2010-04-06fixes deadlock in chan_sip caused by usage of MASTER_CHANNEL dialplan functiondvossel1-5/+16
2010-04-06Merged revisions 256225 via svnmerge from rmudgett1-18/+24
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett8-33/+23
2010-04-02Merged revisions 256014 via svnmerge from russell1-24/+8
2010-04-02Ignore Redial softkey when no previous dialed number is knownmvanbaak1-10/+1
2010-04-02Cleanup transmit_* functionsmvanbaak1-206/+143
2010-03-31Fix improper comaparison of anonymous URI when getting P-Asserted-Identity.mmichelson1-2/+7
2010-03-30Merged revisions 255409 via svnmerge from russell1-1/+1
2010-03-25chan_usbradio depends on alsa.russell1-0/+1
2010-03-25Add new rtpsource options to the CHANNEL function.mmichelson1-3/+39
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capablekpfleming2-56/+132
2010-03-25remove unneeded explicit channel in dahdi ioctlstzafrir1-17/+13
2010-03-23Change per-file debug and verbose levels to be per-module, the waykpfleming1-0/+5
2010-03-20Use SHRT_MAX instead of MAXSHORT.russell1-3/+2
2010-03-15Tell the RTP engine API about the initial read and write format.russell1-0/+5
2010-03-15THIS IS NOT PYTHON. Indentation doesn't matter, only braces do.tilghman1-6/+21
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson5-21/+22