summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-12-17Fix call forwarding for analog phones.Jeff Peeler
2009-12-02Merged revisions 232090 via svnmerge from Jeff Peeler
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-24Fix problem on digital channels due to digital flag not getting set Jeff Peeler
2009-11-06Created standard location to add options to chan_dahdi for ISDN dialing.Richard Mudgett
2009-11-04fix trunk buildingJeff Peeler
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-02DAHDI ISDN channel names will not allow device state to work. (Interim solut...Richard Mudgett
2009-10-30Cleanup some flags on DAHDI PRI channel hangup.Richard Mudgett
2009-10-26Make conditionals create previous code when libpri/ss7 are present.Richard Mudgett
2009-10-26span numbers in pri debug / error messages Tzafrir Cohen
2009-10-26Re-arange code a bit to build in dev-mode without ss7Tzafrir Cohen
2009-10-26Make chan_dahdi build even without PRI / SS7Tzafrir Cohen
2009-10-23Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.Richard Mudgett
2009-10-19Add dynamic range compression support for analog channels.Matthew Nicholson
2009-10-17fix typo, sorryJeff Peeler
2009-10-17Merged revisions 224330 via svnmerge from Jeff Peeler
2009-10-07Change ringt (ring timeout) styles to be consistent across chan_dahdi.Jeff Peeler
2009-10-06Merged revisions 222462 via svnmerge from Jeff Peeler
2009-10-06Fix 222298 (crash during destruction of second channel when variable set withJeff Peeler
2009-10-06Fix crash during destruction of second channel when variable set with setvar.Jeff Peeler
2009-10-06Make sure digit events are not reported as "ERROR"Tzafrir Cohen
2009-10-05Add a few missing events to analog_handle_event.Jeff Peeler
2009-10-01Prevent deadlock if chan_dahdi attempts to change PRI channel names.Richard Mudgett
2009-09-28Miscellaneous minor changes.Richard Mudgett
2009-09-15Add some changes related to 218430.Jeff Peeler
2009-09-15Fix false error message on DAHDI_EVENT_REMOVED (RESULT_SUCCESS == 0)Tzafrir Cohen
2009-09-14Merged revisions 218401 via svnmerge from Jeff Peeler
2009-09-14Add support for multiple interface lists.Richard Mudgett
2009-09-13get rid of mfcr2 monitor thread condition, is problematicMoises Silva
2009-09-10Cleanup approach in 217804 and don't reach inside the sig_pvt.Jeff Peeler
2009-09-10Allow do not disturb to be set on analog channels via the CLI and AMI.Jeff Peeler
2009-09-10Cleaned up chan_dahdi iflist handling and locking.Richard Mudgett
2009-09-10Miscellaneous minor changes.Richard Mudgett
2009-09-10Fix crash during attended transfer over PRI.Jeff Peeler
2009-09-10Stop caller id transmission when offhook event detected.Jeff Peeler
2009-09-10Fix available() for SS7, MFC/R2, and pseudo channels.Richard Mudgett
2009-09-09ast_log replaced for ast_verbose in MFCR2 event notificationsMoises Silva
2009-09-08Fix memory leak of sig_xxx private structures.Richard Mudgett
2009-09-08Miscellaneous minor code cleanup in mkintf().Richard Mudgett
2009-09-03Lets try not to use C++ keywords for variable names.Richard Mudgett
2009-09-03Added detection DTMF CID without polarity change alert.Doug Bailey
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