]> 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:55:59 +0000 (16:55 +0000)
commit967e8f6beb084975a31a6bfbca64ef18e39aa19c
tree20949719fd755462b65486535119e7a2c03fc63a
parent9e2b9424f5b8a49a0ea7df8d806603c6876cf096
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 d87abb2ec9a83db91a073721ed96fd5e87398a1d)
channels/chan_dahdi.c
channels/chan_dahdi.h
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample