aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-26Merged revisions 125327 via svnmerge from kpfleming1-45/+53
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-11/+3
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingtilghman1-15/+6
2008-06-25Merged revisions 124965 via svnmerge from tilghman1-3/+4
2008-06-19Merged revisions 124182 via svnmerge from tilghman1-1/+5
2008-06-16Fix some (more) variables that were forgotten to be renamed, related to 117658jpeeler1-8/+8
2008-06-16Clean up code that handles fsk mwi message generation by pulling it from do_m...dbailey1-53/+230
2008-06-16Oopsie, breakagetilghman1-2/+2
2008-06-16Fix some variables that were forgotten to be renamed, related to 117658jpeeler1-2/+2
2008-06-16Merged revisions 123113 via svnmerge from tilghman1-3/+7
2008-06-12Fix pseudo channel allocation errors on startup when using SS7. (from mattf r...jpeeler1-1/+1
2008-06-12Make sure we hangup any calls we have and NULL out the ss7call value when we ...jpeeler1-0/+4
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-0/+14665