mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
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 876c25a953
)
This commit is contained in:
committed by
George Joseph
parent
07fd8b5ad3
commit
ccdcc18dec
@@ -371,6 +371,9 @@ static void print_frame(struct ast_frame *frame)
|
||||
case AST_CONTROL_STREAM_FORWARD:
|
||||
ast_verbose("SubClass: STREAM_FORWARD\n");
|
||||
break;
|
||||
case AST_CONTROL_PLAYBACK_BEGIN:
|
||||
ast_verbose("SubClass: PLAYBACK_BEGIN\n");
|
||||
break;
|
||||
case AST_CONTROL_RECORD_CANCEL:
|
||||
ast_verbose("SubClass: RECORD_CANCEL\n");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user