aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-17Add configuration option to chan_dahdi.conf to allow buffering policy and num...jpeeler1-17/+35
2008-07-17Merged revisions 131790 via svnmerge from tilghman1-1/+2
2008-07-11Support new TRANSPORT definitions in libss7mattf1-1/+5
2008-07-11Fix trunk breakagetilghman1-1/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-6/+6
2008-07-11Merged revisions 130039 via svnmerge from kpfleming1-0/+13
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-7/+7
2008-07-05It would help if we actually parsed the ss7_explicitacm option in the config ...mattf1-0/+11
2008-07-05Add option to wait to be able to explicitly send ACM via the Proceeding() app...mattf1-2/+7
2008-07-03Merged revisions 127663 via svnmerge from murf1-24/+22
2008-06-30Add support to see MTP2 down events when the link layer drops in SS7mattf1-1/+4
2008-06-27Revert this part of the fix. We'll fix it in libss7mattf1-1/+1
2008-06-27Obviously somebody didn't compile with libss7 support when doing the DAHDI co...mattf1-2/+2
2008-06-27Add support for new commands to block/unblock all CICs on a linksetmattf1-2/+83