mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
Add support for Digium Phones.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8-digiumphones@357459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -318,6 +318,9 @@ static void print_frame(struct ast_frame *frame)
|
||||
case AST_CONTROL_END_OF_Q:
|
||||
ast_verbose("SubClass: END_OF_Q\n");
|
||||
break;
|
||||
case AST_CONTROL_CUSTOM:
|
||||
ast_verbose("Subclass: Custom");
|
||||
break;
|
||||
case AST_CONTROL_UPDATE_RTP_PEER:
|
||||
ast_verbose("SubClass: UPDATE_RTP_PEER\n");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user