Skip to content
Snippets Groups Projects
Commit 6c3a7a3e authored by Joshua Colp's avatar Joshua Colp
Browse files

Add some missing control frames.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f6a1b64d
Branches
Tags
No related merge requests found
......@@ -780,6 +780,12 @@ void ast_frame_dump(const char *name, struct ast_frame *f, char *prefix)
case AST_CONTROL_RADIO_UNKEY:
strcpy(subclass, "Unkey Radio");
break;
case AST_CONTROL_HOLD:
strcpy(subclass, "Hold");
break;
case AST_CONTROL_UNHOLD:
strcpy(subclass, "Unhold");
break;
case -1:
strcpy(subclass, "Stop generators");
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment