aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-07Revert patch committed for issue #9660. It broke E&M trunks.russell1-9/+3
2007-07-25this fixes bug 10293, where the error message because defaultzone or loadzone...murf1-1/+1
2007-07-13(closes issue #9660)russell1-3/+12
2007-07-09Several chan_zap options were not working on reload because they were arbitra...qwell1-8/+8
2007-06-20Fix a problem where an established call would not be properly disconnectedrussell1-29/+37
2007-05-23Revert revision 62417 as someone reported problems with it to Mark. This wasrussell1-16/+31
2007-05-09Make sure we only create a DSP if it's requested on SUB_REALmattf1-18/+20
2007-04-30This patch fixes an issue where depending on the cause code, when the networkrussell1-31/+16
2007-04-25handle a very bizarre race condition with channels being redirected before a ...kpfleming1-0/+10
2007-04-25Fix a typo where cid_num got copied instead of cid_ani. russell1-1/+1
2007-04-24removed #if 0 block from chan_phone, chan_zap, and chan_modem restart_monitor()dhubbard1-7/+1
2007-04-06There should only be one code path for doing DTMF conditionals on channels. ...mattf1-65/+75
2007-02-14When handling glare on a PRI, move the requested channel rather than hang up ...mattf1-7/+13
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-7/+10
2007-01-18issue 7877: chan_zap module reload does not use default/initialized values on...dhubbard1-388/+533
2007-01-18support echo cancellers that can handle 64ms or 128ms of echo cancellationkpfleming1-1/+1
2007-01-16Add none as a valid callgroup/pickupgroup option. I consider it a bug that it...file1-2/+8
2006-12-10This version applies the patch suggested by stevens in bug 7836 (make inbound...murf1-6/+5
2006-11-13Don't play dialtone if the seizing the channel fails (Bug 7754)tilghman1-1/+3
2006-09-14Error message references wrong argument (Issue 7951)tilghman1-1/+1
2006-08-25There, much better.mattf1-1/+1
2006-08-25Don't send proceeding twice (#7800)mattf1-2/+3
2006-08-07Fix a crash reported to me by hads on IRC. This crash would occur with the userussell1-10/+10
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell1-2/+14
2006-07-25This resolves a deadlock that a tech support customer was getting frequentlyrussell1-1/+7
2006-07-12remove some more bad examples of using printfkpfleming1-32/+1
2006-05-31fix misplaced manager event (issue #6866, flefoll)russell1-6/+6
2006-05-24respect 'usecallingpres' in zapata.conf even if CLID has not been set for the...kpfleming1-3/+2
2006-05-19Make the minidle option actually exist as documented (issue #7159 reported by...file1-0/+2
2006-05-06ensure that the appropriate manager events are sent in all of the places whererussell1-0/+6
2006-04-27Fix buglet in channel reassignment on SETUP_ACKmattf1-1/+1
2006-04-04Issue #6878 - Unhide DNDstate manager events (thanks casper)oej1-6/+5
2006-03-23Fix SETUP_ACK handling so that we change channels if so requestedmattf1-9/+13
2006-03-16always use the callerid signalling method set in the zt_pvt strucutre asrussell1-2/+2
2006-01-30disable buggy PRI user-user code until it can be fixedkpfleming1-0/+47
2006-01-26fix problem with dtmf on e&m (issue #6364)russell1-1/+1
2006-01-24Backport fix for #6229, hangup on polarity reversalmattf1-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