aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Merged revision 278274 fromrmudgett1-2/+2
2010-08-03Prevent DAHDI channels from overriding the callerid, once it's been set by th...tilghman1-3/+3
2010-07-22DNID does not get cleard on a new call when using immediate=yes with ISDN sig...rmudgett1-4/+4
2010-07-16priexclusive in chan_dahdi.conf ignored when reloading dahdi modulermudgett1-2/+4
2010-07-07Close the DAHDI FD on error when processing chan_dahdi toneduration config pa...rmudgett1-0/+1
2010-07-02Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch po...tilghman1-1/+5
2010-07-02Fix various typos, reported by Lintiantzafrir1-3/+3
2010-06-24ss_thread calls pri_grab without lock during overlap dialrmudgett1-0/+2
2010-06-18Eliminate deadlock potential in dahdi_fixup().jpeeler1-2/+2
2010-06-15fixes FXS port still ringing when answered, as reported by Tzafrir on dev-list.alecdavis1-0/+1
2010-05-26add dahdi_func_write to zap_tech structuredvossel1-0/+1
2010-05-25fixes build issue with zapteldvossel1-0/+2
2010-05-17backport of DAHDI buffer policy dial string optiondvossel1-21/+100
2010-04-30Ensure channel state is not incorrectly set in the case of a very early answer.jpeeler1-1/+1
2010-04-29DTMF CallerID detection problems.rmudgett1-12/+22
2010-04-27DAHDI "WARNING" message is confusing and vaguermudgett1-3/+14
2010-04-27hidecalleridname parameter in chan_dahdi.confrmudgett1-0/+1
2010-04-06DAHDI/PRI call to pri_channel_bridge() not protected by PRI lock.rmudgett1-7/+8
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