]> 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)
commit907b1083ad82a4dbac277d9eac67098f08789fb5
tree21d7bd0913028d5c100c64876200037158a6cd1b
parent2cacaa5464beaab615c42383b212eb1b0da18c61
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