summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
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
2008-07-28remove remaining Zaptel references in various placesKevin P. Fleming
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIsTilghman Lesher
2008-07-23Merged revisions 133295 via svnmerge from Jason Parker
2008-07-23Merged revisions 133038 via svnmerge from Mark Michelson
2008-07-22correct fix made in r132777... the code *did* compile in dev-mode, as long as...Kevin P. Fleming
2008-07-22Get chan_dahdi to compile in devmodeMark Michelson
2008-07-22Merged revisions 132712 via svnmerge from Kevin P. Fleming
2008-07-22Merged revisions 132641 via svnmerge from Kevin P. Fleming
2008-07-21Merged revisions 132571 via svnmerge from Kevin P. Fleming
2008-07-21make buffers config option (chan_dahdi.conf) parsing safer and added logging ...Jeff Peeler
2008-07-18Make sure we break the poll so that messages queued will be sent on the SS7 w...Matthew Fredrickson
2008-07-17Add configuration option to chan_dahdi.conf to allow buffering policy and num...Jeff Peeler
2008-07-17Merged revisions 131790 via svnmerge from Tilghman Lesher
2008-07-11Support new TRANSPORT definitions in libss7Matthew Fredrickson
2008-07-11Fix trunk breakageTilghman Lesher
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-07-11Merged revisions 130039 via svnmerge from Kevin P. Fleming
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-05It would help if we actually parsed the ss7_explicitacm option in the config ...Matthew Fredrickson
2008-07-05Add option to wait to be able to explicitly send ACM via the Proceeding() app...Matthew Fredrickson