summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2009-01-22Whitespace changes onlyRichard Mudgett
2009-01-21Test commit for test issue #14303Mark Michelson
2009-01-19Get rid of magic number and replace with DAHDI_VMWI_NUMBER_MASK when Doug Bailey
2009-01-19Add enhanced MWI generation to take advantage of new dahdi line reversal MWI ...Doug Bailey
2009-01-17Add discriminator for when ring pulse alert signal is used to preface MWI spillsDoug Bailey
2009-01-14This fixes a problem where MWI FSK spills were being injected onto off hook f...Doug Bailey
2009-01-08Convert dialplan application DAHDISendCallreroutingFacility to use commas.Tilghman Lesher
2009-01-07Cleanup fsk spill if off hook is detected during mwi spill. Doug Bailey
2008-12-31Change some incorrect syntax for pri set debug and correctMark Michelson
2008-12-22Merged revisions 166380 via svnmerge from Mark Michelson
2008-12-19Add configuration support for half_full DAHDI buffer policyMatthew Fredrickson
2008-12-18Numerous documentation updates.Joshua Colp
2008-12-16Fix usage of the DAHDI_VMWI ioctl.Russell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-12demote always-appearing debug message (for certain boards) to ast_debug lev 3...Steve Murphy
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-02remove duplicate comment that I accidentally mergedJeff Peeler
2008-12-02(closes issue #13786)Jeff Peeler
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a callTilghman Lesher
2008-11-21Fix for #13963. Make physical channel mapping unconfigured defaultMatthew Fredrickson
2008-11-14Remove some useless locking and make sure we hangup channels on a link when w...Matthew Fredrickson
2008-11-13Command offsets were not changed correctly when the command syntax forTilghman Lesher
2008-11-07Send call release with unallocated cause instead of normal call clearing, whenTilghman Lesher
2008-11-06put ifdef protection around the rest of the libpri function calls that were a...Kevin P. Fleming
2008-11-05Make compilation of chan_dahdi so that it does not require the new pri_progre...Matthew Fredrickson
2008-11-04Add XML documentation for:Eliel C. Sardanons
2008-11-02fix one more warning missed because i did not have new enough libpri installedKevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-27Merged revisions 152286 via svnmerge from Jeff Peeler
2008-10-22Change some logical ands to bitwise ands and addMark Michelson
2008-10-17Merge in patch for #13454. Includes CallRereouting dialplan application, opt...Matthew Fredrickson
2008-10-09fix some CLI commands we borked during devcon2008Michiel van Baak
2008-10-08Merged revisions 147681 via svnmerge from Kevin P. Fleming
2008-10-07Move the DAHDI-to-DAHDI operator mode check from app_dial into chan_dahdiSean Bright
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-28rename chandup() and clarify its usageKevin P. Fleming
2008-09-27fix a couple of CLI commands that did not have a help description.Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-26Move the mwi send thread functionality back into the do_monitor thread so tha...Doug Bailey
2008-08-26Merged revisions 140056 via svnmerge from Jeff Peeler
2008-08-21Merged revisions 139387 via svnmerge from Jeff Peeler
2008-08-18add missing define for SS7 in dahdi_restartJeff Peeler
2008-08-16Fix compilation warnings (found with dev-mode)Tilghman Lesher
2008-08-16Merged revisions 138360 via svnmerge from Jeff Peeler
2008-08-15Merged revisions 138119,138151,138238 via svnmerge from Jeff Peeler
2008-08-15rename all zfd instances in chan_dahdi to dfd to match 1.4 (left over from DA...Jeff Peeler
2008-08-14Merged revisions 137847 via svnmerge from Tilghman Lesher
2008-08-09Biggest offender? chan_dahdi.c! More RSW merging.Sean Bright
2008-08-08use ARRAY_LENDwayne M. Hubbard
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...Kevin P. Fleming