aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-14More code that somehow got left out of sig_analogjpeeler1-2/+45
2009-08-12Fix chan_dahdi option ringtimeoutjpeeler1-0/+7
2009-08-10Encapsulate testing for which signaling styles are used by sig_pri.rmudgett1-70/+143
2009-08-10AST-2009-005tilghman1-20/+20
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if jpeeler1-3/+0
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.rmudgett1-3/+4
2009-08-07Fixed some unsafe down cast pointer operations for sig_pri.rmudgett1-29/+32
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.rmudgett1-10/+0
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.rmudgett1-0/+59
2009-08-04Removed some dead code.rmudgett1-28/+1
2009-08-03Changes from chan_dahdi that did not make it into sig_pri.rmudgett1-33/+33
2009-08-01Merged revisions 209759 via svnmerge from kpfleming1-1/+1
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-3/+3
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-3/+3
2009-07-23Merged revisions 208380 via svnmerge from jpeeler1-1/+1
2009-07-23Fix sending of interface identifier unconditionally in sig_prijpeeler1-1/+1
2009-07-22Reset the fax buffers back to default settings regardless of signaling in use -jpeeler1-31/+28
2009-07-21whitespace fix onlyjpeeler1-8/+8
2009-07-21Fix my_is_off_hook to check rxbits only for FXS signalingjpeeler1-1/+8
2009-07-21Merged revisions 207827 via svnmerge from jpeeler1-2/+2
2009-07-17Merged revisions 207155 via svnmerge from jpeeler1-1/+1
2009-07-17Fix segfault in sig_analog when using callwaiting, respect callwaiting optionsjpeeler1-8/+2
2009-07-15The dialing flag was mistakingly removed from sig_pri.jpeeler1-12/+9
2009-07-14Restore some missing functionality to sig_analog.jpeeler1-112/+288
2009-07-03Add a configure check for Reverse Charging Indication support in LibPRI.seanbright1-1/+1
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.seanbright1-2/+13
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