From: Alexandr Anikin Date: Sat, 22 Feb 2014 17:42:56 +0000 (+0000) Subject: ignore AST_CONTROL_PVT_CAUSE_CODE without any messages X-Git-Tag: 11.9.0-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70184544f9c567d5a7fe069acef8ee1137269277;p=thirdparty%2Fasterisk.git ignore AST_CONTROL_PVT_CAUSE_CODE without any messages (closes issue ASTERISK-23336) Reported by: Alexander Semych git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@408838 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 64fbcc8d28..d4970991c1 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -1402,7 +1402,8 @@ static int ooh323_indicate(struct ast_channel *ast, int condition, const void *d } break; - case AST_CONTROL_PROCEEDING: + case AST_CONTROL_PROCEEDING: + case AST_CONTROL_PVT_CAUSE_CODE: case -1: break; default: