summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2009-04-28Make sure that we do not clear the down flag on the BRI during PTMP link tran...Matthew Fredrickson
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-17Merged revisions 188937 via svnmerge from Joshua Colp
2009-04-16Fix a bug with the dahdi_setoption callback in chan_dahdi.Joshua Colp
2009-04-15Merged revisions 188646 via svnmerge from David Vossel
2009-04-15Don't try to do anything in pri_check_restart with service messages unlessJeff Peeler
2009-04-14change some capitalizationJeff Peeler
2009-04-14Add service maintenance message supportJeff Peeler
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-03Merged revisions 186458 via svnmerge from Kevin P. Fleming
2009-04-02Merged revisions 186081 via svnmerge from Kevin P. Fleming
2009-04-02Merged revisions 185952 via svnmerge from Kevin P. Fleming
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-23Fixes a documentation error introduced during the CLI cleanup at AstriDevCon ...Leif Madsen
2009-03-20Remove duplicate <description> inside the xml documentation.Eliel C. Sardanons
2009-03-19Merged revisions 183319 via svnmerge from Tilghman Lesher
2009-03-18Merged revisions 182882 via svnmerge from Kevin P. Fleming
2009-03-17OPENR2 uses an incorrect string value if the extension delimiter is not present.Richard Mudgett
2009-03-16Add MFC/R2 support for chan_dahdi.Russell Bryant
2009-02-16Can't set debug level 2 (intense debugging) unless the syntax matchesTilghman Lesher
2009-02-13Add dynamic fax buffer configuration option to chan_dahdi.confDwayne M. Hubbard
2009-02-06Don't subscribe to a mailbox on pseudo channels. It is futile. This solves an...Joshua Colp
2009-02-03Broke up the large conditional blocks so it is easy to see if a function is c...Richard Mudgett
2009-01-29channels/chan_dahdi.cRichard Mudgett
2009-01-28Merged revisions 171963 via svnmerge from Tilghman Lesher
2009-01-27Don't complain about lack of D-channels on PTMP connectionsMatthew Fredrickson
2009-01-27Handle new VMWI ioctl structure (Now there are two VMWI ioctl calls.) Doug Bailey
2009-01-23We should not do restart messages if we're in PTMP modeMatthew Fredrickson
2009-01-23MWI messages included in CID spill was not being properly handled and prevent...Doug Bailey
2009-01-22Make sure we don't set the channel to be inalarm for a D-channel drop on PTMP...Matthew Fredrickson
2009-01-22change VMWI to use new DAHDI_VMWI ioctl call. Doug Bailey
2009-01-22* Adjust some conditionals to balance curly braces.Richard Mudgett
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