From: Alexandr Anikin Date: Sat, 22 Feb 2014 17:57:07 +0000 (+0000) Subject: ignore AST_CONTROL_PVT_CAUSE_CODE without any messages X-Git-Tag: 12.2.0-rc1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef7783822d92cc72c0fd760694b31092123049e1;p=thirdparty%2Fasterisk.git ignore AST_CONTROL_PVT_CAUSE_CODE without any messages (closes issue ASTERISK-23336) Reported by: Alexander Semych ........ Merged revisions 408838 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@408839 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 1afa76c419..720173650a 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -1389,7 +1389,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: