aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-18Numerous documentation updates.file1-7/+13
2008-12-16Fix usage of the DAHDI_VMWI ioctl.russell1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-2/+2
2008-12-12demote always-appearing debug message (for certain boards) to ast_debug lev 3...murf1-1/+2
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-02remove duplicate comment that I accidentally mergedjpeeler1-7/+0
2008-12-02(closes issue #13786)jpeeler1-0/+11
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a calltilghman1-2/+56
2008-11-21Fix for #13963. Make physical channel mapping unconfigured defaultmattf1-2/+3
2008-11-14Remove some useless locking and make sure we hangup channels on a link when w...mattf1-4/+15
2008-11-13Command offsets were not changed correctly when the command syntax fortilghman1-3/+3
2008-11-07Send call release with unallocated cause instead of normal call clearing, whentilghman1-1/+2
2008-11-06put ifdef protection around the rest of the libpri function calls that were a...kpfleming1-2/+12
2008-11-05Make compilation of chan_dahdi so that it does not require the new pri_progre...mattf1-0/+12
2008-11-04Add XML documentation for:eliel1-16/+37
2008-11-02fix one more warning missed because i did not have new enough libpri installedkpfleming1-1/+3
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-4/+10
2008-10-27Merged revisions 152286 via svnmerge from jpeeler1-2/+0
2008-10-22Change some logical ands to bitwise ands and addmmichelson1-2/+5
2008-10-17Merge in patch for #13454. Includes CallRereouting dialplan application, opt...mattf1-4/+109
2008-10-09fix some CLI commands we borked during devcon2008mvanbaak1-1/+1
2008-10-08Merged revisions 147681 via svnmerge from kpfleming1-2/+3
2008-10-07Move the DAHDI-to-DAHDI operator mode check from app_dial into chan_dahdiseanbright1-0/+7
2008-09-28Merge the cli_cleanup branch.mvanbaak1-148/+46
2008-09-28rename chandup() and clarify its usagekpfleming1-10/+13
2008-09-27fix a couple of CLI commands that did not have a help description.mvanbaak1-0/+3
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-3/+18
2008-08-26Move the mwi send thread functionality back into the do_monitor thread so tha...dbailey1-155/+134
2008-08-26Merged revisions 140056 via svnmerge from jpeeler1-67/+47
2008-08-21Merged revisions 139387 via svnmerge from jpeeler1-1/+3
2008-08-18add missing define for SS7 in dahdi_restartjpeeler1-1/+1
2008-08-16Fix compilation warnings (found with dev-mode)tilghman1-2/+4
2008-08-16Merged revisions 138360 via svnmerge from jpeeler1-0/+1
2008-08-15Merged revisions 138119,138151,138238 via svnmerge from jpeeler1-157/+385
2008-08-15rename all zfd instances in chan_dahdi to dfd to match 1.4 (left over from DA...jpeeler1-299/+299
2008-08-14Merged revisions 137847 via svnmerge from tilghman1-1/+1
2008-08-09Biggest offender? chan_dahdi.c! More RSW merging.seanbright1-368/+368
2008-08-08use ARRAY_LENdhubbard1-3/+3
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...kpfleming1-70/+37
2008-07-28remove remaining Zaptel references in various placeskpfleming1-219/+10
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman1-1/+1
2008-07-23Merged revisions 133295 via svnmerge from qwell1-2/+2
2008-07-23Merged revisions 133038 via svnmerge from mmichelson1-3/+1
2008-07-22correct fix made in r132777... the code *did* compile in dev-mode, as long as...kpfleming1-1/+2
2008-07-22Get chan_dahdi to compile in devmodemmichelson1-1/+0
2008-07-22Merged revisions 132712 via svnmerge from kpfleming1-23/+17
2008-07-22Merged revisions 132641 via svnmerge from kpfleming1-9/+9
2008-07-21Merged revisions 132571 via svnmerge from kpfleming1-4/+12
2008-07-21make buffers config option (chan_dahdi.conf) parsing safer and added logging ...jpeeler1-11/+14
2008-07-18Make sure we break the poll so that messages queued will be sent on the SS7 w...mattf1-0/+13