]> 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:30:14 +0000 (08:30 -0600)
commit0bbcda30408ebad3daa5d6bddf0c7f07336624cb
tree94920071cb21536b3994e55b32f7d19397592eba
parent3c7dde3bf6592af3a81f55815f956f7a9dae1ea9
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]