aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-14ensure that exten field is cleared when incoming number is not matched to an ...kpfleming1-0/+2
2005-09-14more BSD portability fixes (issue #5155)kpfleming1-0/+5
2005-09-13Try a more generally correct solution, for NFAS (bug #5179)markster1-3/+1
2005-09-13Restart PRI when we come out of alarm if we're not already up...markster1-1/+3
2005-09-11Don't allow callwait to happen during initial ringdown (bug #5188)markster1-1/+1
2005-09-09Increase PRI buffers just in casemarkster1-1/+1
2005-09-09Fix 'w' to correctly send sending complete on PRImattf1-2/+1
2005-09-08Fixed signalling problem with pciradiojim1-1/+2
2005-09-07Revert change that removed q931_call structure too soonmattf1-1/+0
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming1-94/+154
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