aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.mattf1-1/+2
2005-09-02revert unnecessary changekpfleming1-3/+0
2005-09-02Fix vidupdate for chan_zap to eliminate sillyl warningmarkster1-0/+3
2005-09-02factor calling-plan-apply logic into a separate functionkpfleming1-43/+31
2005-09-01don't send warnings for unhandled indications, let ast_indicate() deal with t...kpfleming1-2/+0
2005-09-01New, more robust way of doing e&m digit collection. Bug #3805mattf1-8/+19
2005-09-01Make sure we enable echo cancellation on incoming overlapdial callsmattf1-0/+1
2005-08-31ensure revents fields are initialized before calling poll()kpfleming1-0/+4
2005-08-31Add support for ring begin event and configurable ringtimeout.markster1-8/+27
2005-08-30Add support for override of the default pri exclusive/preferred channelmattf1-3/+20
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