summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11Fix DTMF issue with 3-way native zapMark Spencer
2005-11-09correct logic for group-match CONGESTION checkingKevin P. Fleming
2005-11-09issue #3360 plus related fixKevin P. Fleming
2005-11-08Fix three-way issueMark Spencer
2005-11-06issue #5605Russell Bryant
2005-11-06Fix chan_zap build on non-PRI (bug #5620)Mark Spencer
2005-11-05Handle DTMF properly when combined with other eventsMark Spencer
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-22fix output of 'zap show status' to line up properly (issue #5491)Russell Bryant
2005-10-21Add user to user ie transmission support in chan_zap.cMatthew Fredrickson
2005-10-20silence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)Russell Bryant
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)Mark Spencer
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468Matthew Fredrickson
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...Kevin P. Fleming
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-28more whitespace fixesKevin P. Fleming
2005-09-28more whitespace cleanupKevin P. Fleming
2005-09-28whitespace fixKevin P. Fleming
2005-09-28fix comment typoKevin P. Fleming
2005-09-28missed a line...Kevin P. Fleming
2005-09-28code cleanupKevin P. Fleming
2005-09-28minor fixesKevin P. Fleming
2005-09-28clean up formatting, use the same flag bit for both GR-303 modesKevin P. Fleming
2005-09-28fix variable name (issue #5302)Russell Bryant
2005-09-28don't declare the priority inside of the for loop so that the priorityRussell Bryant
2005-09-26handle polarity reversal hangup indication during an incoming call that is st...Kevin P. Fleming
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)Mark Spencer
2005-09-24Fix cut/paste error (bug #5282)Mark Spencer
2005-09-15revert an optimization that didn't work (issue #5222)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
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