]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 26 Jun 2025 18:25:12 +0000 (12:25 -0600)
commita407b4948d3cf5645eefa46452c7de681144d508
treed121ec17f18139bcbac55320ceeebd1ce6abe4f7
parent22fae4653a45527b0435a31302f489c4c5f3483a
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.

(cherry picked from commit 76ab68b7e915f6ca2803c8e215ffce72250084a8)
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