mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +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.
This commit is contained in:
committed by
George Joseph
parent
9c58dec9b0
commit
6002b6fdcb
@@ -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