mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Merged revisions 336316 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r336316 | twilson | 2011-09-16 17:11:39 -0500 (Fri, 16 Sep 2011) | 9 lines Merged revisions 336314 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r336314 | twilson | 2011-09-16 17:10:56 -0500 (Fri, 16 Sep 2011) | 2 lines Whitespace fix ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@336317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -318,7 +318,7 @@ static void print_frame(struct ast_frame *frame)
|
||||
case AST_CONTROL_INCOMPLETE:
|
||||
ast_verbose("SubClass: INCOMPLETE\n");
|
||||
break;
|
||||
case AST_CONTROL_END_OF_Q:
|
||||
case AST_CONTROL_END_OF_Q:
|
||||
ast_verbose("SubClass: END_OF_Q\n");
|
||||
break;
|
||||
case AST_CONTROL_UPDATE_RTP_PEER:
|
||||
|
||||
Reference in New Issue
Block a user