]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
ignore AST_CONTROL_PVT_CAUSE_CODE without any messages
authorAlexandr Anikin <may@telecom-service.ru>
Sat, 22 Feb 2014 17:42:56 +0000 (17:42 +0000)
committerAlexandr Anikin <may@telecom-service.ru>
Sat, 22 Feb 2014 17:42:56 +0000 (17:42 +0000)
(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

addons/chan_ooh323.c

index 64fbcc8d288681096884552595a27bc4ff7ee11e..d4970991c118d52f31784aec7fea89bd8efe004d 100644 (file)
@@ -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: