aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-03Broke up the large conditional blocks so it is easy to see if a function is c...rmudgett1-37/+132
2009-01-29channels/chan_dahdi.crmudgett1-57/+440
2009-01-28Merged revisions 171963 via svnmerge from tilghman1-1/+1
2009-01-27Don't complain about lack of D-channels on PTMP connectionsmattf1-2/+5
2009-01-27Handle new VMWI ioctl structure (Now there are two VMWI ioctl calls.) dbailey1-9/+3
2009-01-23We should not do restart messages if we're in PTMP modemattf1-1/+1
2009-01-23MWI messages included in CID spill was not being properly handled and prevent...dbailey1-2/+2
2009-01-22Make sure we don't set the channel to be inalarm for a D-channel drop on PTMP...mattf1-1/+5
2009-01-22change VMWI to use new DAHDI_VMWI ioctl call. dbailey1-29/+35
2009-01-22* Adjust some conditionals to balance curly braces.rmudgett1-13/+18
2009-01-22Whitespace changes onlyrmudgett1-753/+750
2009-01-21Test commit for test issue #14303mmichelson1-1/+1
2009-01-19Get rid of magic number and replace with DAHDI_VMWI_NUMBER_MASK when dbailey1-3/+3
2009-01-19Add enhanced MWI generation to take advantage of new dahdi line reversal MWI ...dbailey1-51/+131
2009-01-17Add discriminator for when ring pulse alert signal is used to preface MWI spillsdbailey1-10/+24
2009-01-14This fixes a problem where MWI FSK spills were being injected onto off hook f...dbailey1-2/+20