aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-06Merged revisions 190946 via svnmerge from mattf1-1/+3
2009-04-18Merged revisions 188647 via svnmerge from dvossel1-0/+12
2009-04-17Merged revisions 188938 via svnmerge from file1-0/+1
2009-04-03Merged revisions 186461 via svnmerge from kpfleming1-1/+1
2009-04-02Merged revisions 186101 via svnmerge from kpfleming1-0/+2
2009-04-02Merged revisions 185953 via svnmerge from kpfleming1-11/+20
2009-03-25Merged revisions 184339 via svnmerge from russell1-5/+1
2009-03-23Merged revisions 183701 via svnmerge from lmadsen1-1/+1
2009-03-20Merged revisions 183511 via svnmerge from eliel1-3/+0
2009-03-19Merged revisions 183321 via svnmerge from tilghman1-0/+9
2009-03-17Merged revisions 182408 via svnmerge from rmudgett1-35/+36
2009-03-16Add MFC/R2 support for chan_dahdi.russell1-23/+1544
2009-02-16Can't set debug level 2 (intense debugging) unless the syntax matchestilghman1-1/+1
2009-02-13Add dynamic fax buffer configuration option to chan_dahdi.confdhubbard1-2/+75
2009-02-06Don't subscribe to a mailbox on pseudo channels. It is futile. This solves an...file1-1/+1
2009-02-03Broke up the large conditional blocks so it is easy to see if a function is c...rmudgett1-37/+132
2009-01-29channels/chan_dahdi.crmudgett1-57/+440
2009-01-28Merged revisions 171963 via svnmerge from tilghman1-1/+1
2009-01-27Don't complain about lack of D-channels on PTMP connectionsmattf1-2/+5
2009-01-27Handle new VMWI ioctl structure (Now there are two VMWI ioctl calls.) dbailey1-9/+3
2009-01-23We should not do restart messages if we're in PTMP modemattf1-1/+1
2009-01-23MWI messages included in CID spill was not being properly handled and prevent...dbailey1-2/+2
2009-01-22Make sure we don't set the channel to be inalarm for a D-channel drop on PTMP...mattf1-1/+5
2009-01-22change VMWI to use new DAHDI_VMWI ioctl call. dbailey1-29/+35
2009-01-22* Adjust some conditionals to balance curly braces.rmudgett1-13/+18
2009-01-22Whitespace changes onlyrmudgett1-753/+750
2009-01-21Test commit for test issue #14303mmichelson1-1/+1
2009-01-19Get rid of magic number and replace with DAHDI_VMWI_NUMBER_MASK when dbailey1-3/+3
2009-01-19Add enhanced MWI generation to take advantage of new dahdi line reversal MWI ...dbailey1-51/+131
2009-01-17Add discriminator for when ring pulse alert signal is used to preface MWI spillsdbailey1-10/+24
2009-01-14This fixes a problem where MWI FSK spills were being injected onto off hook f...dbailey1-2/+20
2009-01-08Convert dialplan application DAHDISendCallreroutingFacility to use commas.tilghman1-19/+16
2009-01-07Cleanup fsk spill if off hook is detected during mwi spill. dbailey1-1/+12
2008-12-31Change some incorrect syntax for pri set debug and correctmmichelson1-3/+3
2008-12-22Merged revisions 166380 via svnmerge from mmichelson1-3/+16
2008-12-19Add configuration support for half_full DAHDI buffer policymattf1-0/+4
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