aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Resolve a number of FreeBSD build issues.russell1-1/+1
2010-03-12Forward declaring dahdi_pri was already done.rmudgett1-1/+0
2010-03-12Make chan_dahdi wakeup_sub() prototype not conditional.rmudgett1-5/+2
2010-03-03Make sure to clear red alarm after polarity reversal.jpeeler1-0/+12
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsalecdavis1-1/+14
2009-12-02Do not modify the gain settings on data calls.jpeeler1-1/+5
2009-11-03Make sure the outgoing flag is cleared if a new channel fails to get created ...rmudgett1-0/+3
2009-10-17Fix stale caller id data from being reported in AMI NewChannel eventjpeeler1-2/+9
2009-10-16Never released PRI channels when using Busy() or Congestion() dialplan apps.rmudgett1-4/+12
2009-10-13Fix PRI timer T309 operationjeang1-1/+1
2009-10-06Add missing unlock(s) in dahdi_readjpeeler1-1/+4
2009-10-06Fix potential crash when entire span request is received.jpeeler1-2/+2
2009-09-15Fix small memory leak in handle_init_event by always destroying the pthreadjpeeler1-0/+3
2009-09-14Fix handling of DAHDI_EVENT_REMOVED event to prevent crash in do_monitor.jpeeler1-16/+25
2009-08-17Fix uninitialized variable.rmudgett1-1/+1
2009-08-10AST-2009-005tilghman1-17/+17
2009-08-05Dialplan starts execution before the channel setup is complete.rmudgett1-45/+59
2009-08-03Fixes dialplan wildcard extension taking precedence over call pickup code.dbrooks1-29/+29
2009-07-23Only set the priindication setting when not performing a reloadjpeeler1-1/+1
2009-07-21Wait for wink before dialing when using E&M wink signalingjpeeler1-3/+3
2009-07-21Revert r207573, this approach could potentially block for an unacceptable jpeeler1-55/+1
2009-07-20Wait for wink before dialing when using E&M wink signalingjpeeler1-1/+55
2009-07-17Fix format specifier to print out an unsigned long long.jpeeler1-1/+1
2009-07-17Enhance configuration option for overlapdial allowing direction choicejpeeler1-11/+29
2009-07-09No audio on calls from Asterisk to various ISDN devices until DTMF sent by ca...rmudgett1-0/+1
2009-06-27The ISDN CPE side should not exclusively pick B channels normally.rmudgett1-8/+5
2009-06-26Make sure to recreate the dahdi pseudo channel after dahdi restartjpeeler1-1/+1
2009-06-24Improved chan_dahdi.conf pritimer error checking.rmudgett1-15/+26
2009-04-17Fix a situation where the DAHDI channel private structure lock was not unlock...file1-0/+1
2009-04-15National prefix inserted even when caller ID not availabledvossel1-0/+7
2009-04-10Support "signaling" in addition to "signalling".russell1-2/+2
2009-04-03Fix a bug where DAHDI/Zaptel channels would not properly switch formats when ...kpfleming1-1/+1
2009-04-02ensure that the buffer passed to DAHDI_SET_BUFINFO is fully initializedkpfleming1-0/+1
2009-04-02the DAHDI_GETCONF, DAHDI_SETCONF and DAHDI_GET_PARAMS ioctls were recently co...kpfleming1-11/+19
2009-03-19Reordering, to change prior to unlockingtilghman1-1/+1
2009-03-19Delay signalling progress until a PRI channel really signals progress.tilghman1-0/+9
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming1-1/+1
2009-03-17Allow dahdichanname to work as advertised.qwell1-1/+1
2009-03-03Make sure we still support zapchan in users.conf, in addition to dahdichan.qwell1-3/+1
2009-02-02channels/chan_dahdi.crmudgett1-35/+359
2009-01-28Clarify log message (suggested by manxpower on #asterisk-dev)tilghman1-1/+1
2008-12-22Fix a deadlock relating to channel locks and autoservicemmichelson1-1/+12
2008-12-19(closes issue #13480)jpeeler1-42/+10
2008-11-22(closes issue #13786)jpeeler1-1/+1
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-1/+3
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-4/+10
2008-10-27Buffer policy setting for half is not needed.jpeeler1-2/+0
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-2/+2
2008-10-08when parsing a text configuration option, ensure that the buffer on the stack...kpfleming1-2/+3
2008-10-07revert this change until i can understand why it results in locking order cha...kpfleming1-20/+14