summaryrefslogtreecommitdiff
path: root/funcs/func_frame_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_frame_trace.c')
-rw-r--r--funcs/func_frame_trace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/funcs/func_frame_trace.c b/funcs/func_frame_trace.c
index 3ad048d28..512d685f1 100644
--- a/funcs/func_frame_trace.c
+++ b/funcs/func_frame_trace.c
@@ -334,6 +334,10 @@ static void print_frame(struct ast_frame *frame)
case AST_CONTROL_PVT_CAUSE_CODE:
ast_verbose("SubClass: PVT_CAUSE_CODE\n");
break;
+ case AST_CONTROL_MASQUERADE_NOTIFY:
+ /* Should never happen. */
+ ast_assert(0);
+ break;
case AST_CONTROL_STREAM_STOP:
ast_verbose("SubClass: STREAM_STOP\n");
break;