summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2005-09-14ensure that exten field is cleared when incoming number is not matched to an ...Kevin P. Fleming
2005-09-14more BSD portability fixes (issue #5155)Kevin P. Fleming
2005-09-13Try a more generally correct solution, for NFAS (bug #5179)Mark Spencer
2005-09-13Restart PRI when we come out of alarm if we're not already up...Mark Spencer
2005-09-11Don't allow callwait to happen during initial ringdown (bug #5188)Mark Spencer
2005-09-09Increase PRI buffers just in caseMark Spencer
2005-09-09Fix 'w' to correctly send sending complete on PRIMatthew Fredrickson
2005-09-08Fixed signalling problem with pciradioJim Dixon
2005-09-07Revert change that removed q931_call structure too soonMatthew Fredrickson
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...Kevin P. Fleming
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.Matthew Fredrickson
2005-09-02revert unnecessary changeKevin P. Fleming
2005-09-02Fix vidupdate for chan_zap to eliminate sillyl warningMark Spencer
2005-09-02factor calling-plan-apply logic into a separate functionKevin P. Fleming
2005-09-01don't send warnings for unhandled indications, let ast_indicate() deal with t...Kevin P. Fleming
2005-09-01New, more robust way of doing e&m digit collection. Bug #3805Matthew Fredrickson
2005-09-01Make sure we enable echo cancellation on incoming overlapdial callsMatthew Fredrickson
2005-08-31ensure revents fields are initialized before calling poll()Kevin P. Fleming
2005-08-31Add support for ring begin event and configurable ringtimeout.Mark Spencer
2005-08-30Add support for override of the default pri exclusive/preferred channelMatthew Fredrickson
2005-08-29eliminate warning when !ZAPATA_PRIKevin P. Fleming
2005-08-19Fix language in d-channel (bug #4979)Mark Spencer
2005-08-17protect PRI-specific code with ifdefsKevin P. Fleming
2005-08-16Don't catch digits from zaptel during overlap dialingMatthew Fredrickson
2005-08-15Fix PRI against masqueradeMark Spencer
2005-08-11Fix potential deadlock in asteriskMark Spencer
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-08Merge steve's busy detect stuff (bug #4830)Mark Spencer
2005-08-07Revert improperly applied patch from bug #4771Mark Spencer
2005-07-25set the 'number complete' bit properly (bug #4771)Kevin P. Fleming
2005-07-22More minor cleanupsMatthew Fredrickson
2005-07-22Fixed little oops with DTMF tone durationMatthew Fredrickson
2005-07-21Get rid of DSP after we don't need it anymore in MF modeMatthew Fredrickson
2005-07-19Fix for DSP code on 411/406. (Bug 4712). Also a settable tone lengthMatthew Fredrickson
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15ensure that format string macros are undef'd after use (bug #4716)Kevin P. Fleming
2005-07-15various code formatting changes and cleanups related to bug #4706Kevin P. Fleming
2005-07-13don't ignore hardcoded CLID from zapata.conf when usecallerid=noKevin P. Fleming
2005-07-13Update variable name to match docsMatthew Fredrickson
2005-07-12pick up calling ANI information from libpri (bug #4571)Kevin P. Fleming
2005-07-11Make PRI debug easier to read if you're not using NFASMatthew Fredrickson
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-10Pass along proceeding and progress even when overlap mode is not onMark Spencer
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-29Fix for bug 4347. Also breaking redirectingreason interpretation routine int...Matthew Fredrickson
2005-06-24un-break three-way callingKevin P. Fleming
2005-06-24ensure that 'zap show status' always generates output, even when there are no...Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...Kevin P. Fleming
2005-06-09make incoming overlap calls with no number specified use the 's' extension (b...Kevin P. Fleming