]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Add Call Waiting Deluxe support.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 24 Aug 2023 14:07:06 +0000 (14:07 +0000)
committerNaveen Albert <asterisk@phreaknet.org>
Mon, 5 May 2025 14:10:12 +0000 (14:10 +0000)
commit76ab68b7e915f6ca2803c8e215ffce72250084a8
tree9d435a07972dc8a877e8a588769331fbb3c21a7e
parent3951a5a2dcd375adf4980b157e2c1643d61c4674
sig_analog: Add Call Waiting Deluxe support.

Adds support for Call Waiting Deluxe options to enhance
the current call waiting feature.

As part of this change, a mechanism is also added that
allows a channel driver to queue an audio file for Dial()
to play, which is necessary for the announcement function.

ASTERISK-30373 #close

Resolves: #271

UserNote: Call Waiting Deluxe can now be enabled for FXS channels
by enabling its corresponding option.
apps/app_dial.c
channels/chan_dahdi.c
channels/chan_dahdi.h
channels/chan_iax2.c
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample
funcs/func_frame_trace.c
include/asterisk/frame.h
main/channel.c