aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-29eliminate warning when !ZAPATA_PRIkpfleming1-0/+2
2005-08-19Fix language in d-channel (bug #4979)markster1-1/+1
2005-08-17protect PRI-specific code with ifdefskpfleming1-0/+4
2005-08-16Don't catch digits from zaptel during overlap dialingmattf1-3/+8
2005-08-15Fix PRI against masquerademarkster1-11/+12
2005-08-11Fix potential deadlock in asteriskmarkster1-0/+1
2005-08-09bridging code cleanups:kpfleming1-139/+161
2005-08-08Merge steve's busy detect stuff (bug #4830)markster1-0/+11
2005-08-07Revert improperly applied patch from bug #4771markster1-1/+1
2005-07-25set the 'number complete' bit properly (bug #4771)kpfleming1-1/+1
2005-07-22More minor cleanupsmattf1-2/+1
2005-07-22Fixed little oops with DTMF tone durationmattf1-12/+22
2005-07-21Get rid of DSP after we don't need it anymore in MF modemattf1-4/+20
2005-07-19Fix for DSP code on 411/406. (Bug 4712). Also a settable tone lengthmattf1-10/+29
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-38/+15
2005-07-15ensure that format string macros are undef'd after use (bug #4716)kpfleming1-2/+2
2005-07-15various code formatting changes and cleanups related to bug #4706kpfleming1-130/+145
2005-07-13don't ignore hardcoded CLID from zapata.conf when usecallerid=nokpfleming1-3/+5
2005-07-13Update variable name to match docsmattf1-1/+1
2005-07-12pick up calling ANI information from libpri (bug #4571)kpfleming1-1/+36
2005-07-11Make PRI debug easier to read if you're not using NFASmattf1-13/+25
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-5/+5
2005-07-10Pass along proceeding and progress even when overlap mode is not onmarkster1-3/+3
2005-07-05add function to convert a cause code to a stringrussell1-2/+2
2005-06-29Fix for bug 4347. Also breaking redirectingreason interpretation routine int...mattf1-22/+37
2005-06-24un-break three-way callingkpfleming1-1/+1
2005-06-24ensure that 'zap show status' always generates output, even when there are no...kpfleming1-0/+1
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...kpfleming1-13/+16
2005-06-09make incoming overlap calls with no number specified use the 's' extension (b...kpfleming1-0/+7
2005-06-09make zap-transfers to busy/congestion channels behave more reasonably (bug #4...kpfleming1-9/+23
2005-06-07save 168 bytes per zaptel channel private structure (using bitfields)kpfleming1-107/+112
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-26/+29
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)kpfleming1-4/+6
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandskpfleming1-72/+40
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)markster1-0/+2
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-2/+2
2005-05-25various code cleanups (bug #4353)russell1-2/+2
2005-05-24(Hopefully!) last remaining changes for NFAS.mattf1-18/+61
2005-05-24More updates for NFAS span/channel mappingmattf1-7/+8
2005-05-23Bug in pri_find_principlemattf1-1/+3
2005-05-23Updates for new libpri set_message apimattf1-2/+5
2005-05-20Mods for IMPLICIT/EXPLICIT channel id selection supportmattf1-0/+20
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedmattf1-10/+8
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286mattf1-0/+28
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)kpfleming1-1/+73
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the waykpfleming1-111/+99
2005-05-12Fix typo in chan_zap.c faclityenable != facilityenablecitats1-1/+1
2005-05-12Resolve Bug #4248malcolmd1-2/+2