aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-12automerge commitroot1-32/+1
2006-05-31automerge commitroot1-6/+6
2006-05-24automerge commitroot1-3/+2
2006-05-19automerge commitroot1-0/+2
2006-05-06automerge commitroot1-0/+6
2006-04-27automerge commitroot1-1/+1
2006-04-04automerge commitroot1-6/+5
2006-03-23automerge commitroot1-9/+13
2006-03-16automerge commitroot1-2/+2
2006-01-30automerge commitroot1-0/+47
2006-01-26automerge commitroot1-1/+1
2006-01-24automerge commitroot1-0/+4
2005-12-27backport fix to ensure that DSP is never enabled on pseudo channelskpfleming1-1/+7
2005-12-10 Bug #5877bweschke1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-11Fix DTMF issue with 3-way native zapmarkster1-4/+4
2005-11-09correct logic for group-match CONGESTION checkingkpfleming1-7/+12
2005-11-09issue #3360 plus related fixkpfleming1-8/+22
2005-11-08Fix three-way issuemarkster1-1/+1
2005-11-06issue #5605russell1-124/+134
2005-11-06Fix chan_zap build on non-PRI (bug #5620)markster1-2/+2
2005-11-05Handle DTMF properly when combined with other eventsmarkster1-2/+9
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-22fix output of 'zap show status' to line up properly (issue #5491)russell1-1/+1
2005-10-21Add user to user ie transmission support in chan_zap.cmattf1-1/+26
2005-10-20silence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)russell1-0/+4
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-1/+2
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-5/+3
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468mattf1-19/+23
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...kpfleming1-0/+12
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-4/+0
2005-09-28more whitespace fixeskpfleming1-7/+6
2005-09-28more whitespace cleanupkpfleming1-10/+9
2005-09-28whitespace fixkpfleming1-4/+1
2005-09-28fix comment typokpfleming1-1/+1
2005-09-28missed a line...kpfleming1-0/+1
2005-09-28code cleanupkpfleming1-21/+32
2005-09-28minor fixeskpfleming1-18/+20
2005-09-28clean up formatting, use the same flag bit for both GR-303 modeskpfleming1-10/+10
2005-09-28fix variable name (issue #5302)russell1-1/+1
2005-09-28don't declare the priority inside of the for loop so that the priorityrussell1-1/+1
2005-09-26handle polarity reversal hangup indication during an incoming call that is st...kpfleming1-22/+30
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)markster1-0/+2
2005-09-24Fix cut/paste error (bug #5282)markster1-1/+1
2005-09-15revert an optimization that didn't work (issue #5222)kpfleming1-30/+41
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
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