]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Allow FXO channels to start immediately.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 11 Nov 2022 00:47:57 +0000 (00:47 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 29 Nov 2022 14:29:21 +0000 (08:29 -0600)
commit5ede4e217a8afc179412db2d067ee552d175b97a
treeee774be81cc88c35ce384343adb0e78f954ab3c3
parent60b81eabe080af842d81b9d84d1dcedb24b87398
chan_dahdi: Allow FXO channels to start immediately.

Currently, chan_dahdi will wait for at least one
ring before an incoming call can enter the dialplan.
This is generally necessary in order to receive
the Caller ID spill and/or distinctive ringing
detection.

However, if neither of these is required, then there
is nothing gained by waiting for one ring and this
unnecessarily delays call setup. Users can now
use immediate=yes to make FXO channels (FXS signaled)
begin processing dialplan as soon as Asterisk receives
the call.

ASTERISK-30305 #close

Change-Id: I20818b370b2e4892c7f40c8a8753fa06a81750b5
channels/sig_analog.c
configs/samples/chan_dahdi.conf.sample
doc/CHANGES-staging/fxo_immediate.txt [new file with mode: 0644]