summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2009-09-02Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ...Richard Mudgett
2009-09-02Fix issue where DTMF CID detect was placing channels into signed linear modeDoug Bailey
2009-08-24improve handling of openr2_chan_disconnect_call API failure, unlikely, but ha...Moises Silva
2009-08-21increment the mfcr2 monitor count when clearing the call requestMoises Silva
2009-08-20fixed bug caused by calling ast_request without calling ast_call on an R2 cha...Moises Silva
2009-08-17Merged revisions 212430 via svnmerge from Richard Mudgett
2009-08-14More code that somehow got left out of sig_analogJeff Peeler
2009-08-12Fix chan_dahdi option ringtimeoutJeff Peeler
2009-08-10Encapsulate testing for which signaling styles are used by sig_pri.Richard Mudgett
2009-08-10AST-2009-005Tilghman Lesher
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if Jeff Peeler
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.Richard Mudgett
2009-08-07Fixed some unsafe down cast pointer operations for sig_pri.Richard Mudgett
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.Richard Mudgett
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.Richard Mudgett
2009-08-04Removed some dead code.Richard Mudgett
2009-08-03Changes from chan_dahdi that did not make it into sig_pri.Richard Mudgett
2009-08-01Merged revisions 209759 via svnmerge from Kevin P. Fleming
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.David Brooks
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-07-23Merged revisions 208380 via svnmerge from Jeff Peeler
2009-07-23Fix sending of interface identifier unconditionally in sig_priJeff Peeler
2009-07-22Reset the fax buffers back to default settings regardless of signaling in use -Jeff Peeler
2009-07-21whitespace fix onlyJeff Peeler
2009-07-21Fix my_is_off_hook to check rxbits only for FXS signalingJeff Peeler
2009-07-21Merged revisions 207827 via svnmerge from Jeff Peeler
2009-07-17Merged revisions 207155 via svnmerge from Jeff Peeler
2009-07-17Fix segfault in sig_analog when using callwaiting, respect callwaiting optionsJeff Peeler
2009-07-15The dialing flag was mistakingly removed from sig_pri.Jeff Peeler
2009-07-14Restore some missing functionality to sig_analog.Jeff Peeler
2009-07-03Add a configure check for Reverse Charging Indication support in LibPRI.Sean Bright
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.Sean Bright
2009-06-26Merged revisions 203848 via svnmerge from Jeff Peeler
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-25make sure chan_dahdi compiles with only libss7 and not libpri installedJeff Peeler
2009-06-25Picking nitsRichard Mudgett
2009-06-25Remove some unnecessary code and update sample config file with respect to GR...Jeff Peeler
2009-06-25New signaling module to handle PRI/BRI operations in chan_dahdiJeff Peeler
2009-06-25Unmute when we get a dtmfup (we muted on dtmfdown) event.Jason Parker
2009-06-25Insure ring cadence is set for fxs portsDoug Bailey
2009-06-24Merged revisions 203036 via svnmerge from Richard Mudgett
2009-06-23I could have sworn I committed this patch ages ago, but... bug fix with setti...Matthew Fredrickson
2009-06-16Enable applications to enable/disable digit and tone detection.Kevin P. Fleming
2009-06-16keep backwards compatible chan_dahdi with older openr2 versions by not using ...Moises Silva
2009-06-15Convert a number of global module variables to 'static'.Kevin P. Fleming
2009-06-14added openr2 to menuselect-deps.in, recent commit in menuselect made me reali...Moises Silva
2009-06-05Correct "dahdi show channels" output when specifying a group.Mark Michelson
2009-05-29New signaling module to handle analog operations in chan_dahdiJeff Peeler
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher
2009-05-23set MFCR2_CATEGORY just when starting the pbxMoises Silva