]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Allow immediate fake ring to be suppressed.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 8 Jun 2023 22:04:31 +0000 (22:04 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 6 Sep 2023 16:46:45 +0000 (16:46 +0000)
commit69f5aed6f742d0022256990880449050663e0782
tree7ae9fdce18ecf3724323016adfb91e22964024c9
parentd24f6a7e06d6fe80dedb4cd30615658ad7a29231
sig_analog: Allow immediate fake ring to be suppressed.

When immediate=yes on an FXS channel, sig_analog will
start fake audible ringback that continues until the
channel is answered. Even if it answers immediately,
the ringback is still audible for a brief moment.
This can be disruptive and unwanted behavior.

This adds an option to disable this behavior, though
the default behavior remains unchanged.

ASTERISK-30003 #close
Resolves: #118

UserNote: The immediatering option can now be set to no to suppress
the fake audible ringback provided when immediate=yes on FXS channels.

(cherry picked from commit 0d1ddb15db490721d66a2b71373e533d43b4c2d3)
channels/chan_dahdi.c
channels/chan_dahdi.h
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample