]> 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:57:07 +0000 (17:57 +0000)
committerAlexandr Anikin <may@telecom-service.ru>
Sat, 22 Feb 2014 17:57:07 +0000 (17:57 +0000)
(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

addons/chan_ooh323.c

index 1afa76c419c9ace22347c65a2f2038989ac7e334..720173650a3b2f1be18374aa77998dd3c63b4378 100644 (file)
@@ -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: