diff --git a/funcs/func_frame_trace.c b/funcs/func_frame_trace.c index b023c9f41d..c1f258fd5e 100644 --- a/funcs/func_frame_trace.c +++ b/funcs/func_frame_trace.c @@ -341,8 +341,7 @@ static void print_frame(struct ast_frame *frame) ast_verbose("SubClass: PVT_CAUSE_CODE\n"); break; case AST_CONTROL_MASQUERADE_NOTIFY: - /* Should never happen. */ - ast_assert(0); + ast_verbose("SubClass: MASQUERADE_NOTIFY\n"); break; case AST_CONTROL_STREAM_TOPOLOGY_REQUEST_CHANGE: ast_verbose("SubClass: STREAM_TOPOLOGY_REQUEST_CHANGE\n");