aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-26Merged revisions 203848 via svnmerge from jpeeler1-1/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-26/+32
2009-06-25make sure chan_dahdi compiles with only libss7 and not libpri installedjpeeler1-1/+4
2009-06-25Picking nitsrmudgett1-8/+13
2009-06-25Remove some unnecessary code and update sample config file with respect to GR...jpeeler1-20/+7
2009-06-25New signaling module to handle PRI/BRI operations in chan_dahdijpeeler1-3425/+538
2009-06-25Unmute when we get a dtmfup (we muted on dtmfdown) event.qwell1-0/+1
2009-06-25Insure ring cadence is set for fxs portsdbailey1-16/+23
2009-06-24Merged revisions 203036 via svnmerge from rmudgett1-12/+24
2009-06-23I could have sworn I committed this patch ages ago, but... bug fix with setti...mattf1-6/+6
2009-06-16Enable applications to enable/disable digit and tone detection.kpfleming1-33/+89
2009-06-16keep backwards compatible chan_dahdi with older openr2 versions by not using ...moy1-0/+8
2009-06-15Convert a number of global module variables to 'static'.kpfleming1-1/+1
2009-06-14added openr2 to menuselect-deps.in, recent commit in menuselect made me reali...moy1-3/+8
2009-06-05Correct "dahdi show channels" output when specifying a group.mmichelson1-1/+1
2009-05-29New signaling module to handle analog operations in chan_dahdijpeeler1-840/+1886
2009-05-28Eliminate several needless checks and fix a few memory leakstilghman1-2/+0
2009-05-23set MFCR2_CATEGORY just when starting the pbxmoy1-4/+5
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-12/+95
2009-05-22resolve compiler warningrussell1-1/+1
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asseanbright1-1/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-6/+6
2009-05-18The facilityenable parameter does not have anything to do with pritimer param...rmudgett1-2/+1
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-2/+2
2009-05-05Revert CPC patch for now, until I decide whether or not it all should be merg...mattf1-5/+0
2009-05-02Conditional include ioctl's to change EC policy based on DAHDI caps.seanbright1-0/+2
2009-04-30Add buffer and echo canceller control to CHANNEL() dialplan function for DAHD...kpfleming1-51/+129
2009-04-28Add support setting CPC from channel variablemattf1-0/+5
2009-04-28Make sure that we do not clear the down flag on the BRI during PTMP link tran...mattf1-1/+3
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-3/+7
2009-04-17Merged revisions 188937 via svnmerge from file1-0/+1
2009-04-16Fix a bug with the dahdi_setoption callback in chan_dahdi.file1-0/+2
2009-04-15Merged revisions 188646 via svnmerge from dvossel1-0/+12
2009-04-15Don't try to do anything in pri_check_restart with service messages unlessjpeeler1-0/+4
2009-04-14change some capitalizationjpeeler1-1/+1
2009-04-14Add service maintenance message supportjpeeler1-18/+350
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-16/+16
2009-04-03Merged revisions 186458 via svnmerge from kpfleming1-1/+1
2009-04-02Merged revisions 186081 via svnmerge from kpfleming1-0/+2
2009-04-02Merged revisions 185952 via svnmerge from kpfleming1-11/+20
2009-03-25Improve performance of the ast_event cache functionality.russell1-5/+1
2009-03-23Fixes a documentation error introduced during the CLI cleanup at AstriDevCon ...lmadsen1-1/+1
2009-03-20Remove duplicate <description> inside the xml documentation.eliel1-3/+0
2009-03-19Merged revisions 183319 via svnmerge from tilghman1-0/+9
2009-03-18Merged revisions 182882 via svnmerge from kpfleming1-2/+2
2009-03-17OPENR2 uses an incorrect string value if the extension delimiter is not present.rmudgett1-35/+36
2009-03-16Add MFC/R2 support for chan_dahdi.russell1-23/+1544
2009-02-16Can't set debug level 2 (intense debugging) unless the syntax matchestilghman1-1/+1
2009-02-13Add dynamic fax buffer configuration option to chan_dahdi.confdhubbard1-2/+75
2009-02-06Don't subscribe to a mailbox on pseudo channels. It is futile. This solves an...file1-1/+1