[asterisk-commits] may: branch 11 r408838 - /branches/11/addons/chan_ooh323.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Feb 22 11:43:07 CST 2014
Author: may
Date: Sat Feb 22 11:42:56 2014
New Revision: 408838
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=408838
Log:
ignore AST_CONTROL_PVT_CAUSE_CODE without any messages
(closes issue ASTERISK-23336)
Reported by: Alexander Semych
Modified:
branches/11/addons/chan_ooh323.c
Modified: branches/11/addons/chan_ooh323.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/addons/chan_ooh323.c?view=diff&rev=408838&r1=408837&r2=408838
==============================================================================
--- branches/11/addons/chan_ooh323.c (original)
+++ branches/11/addons/chan_ooh323.c Sat Feb 22 11:42:56 2014
@@ -1402,7 +1402,8 @@
}
break;
- case AST_CONTROL_PROCEEDING:
+ case AST_CONTROL_PROCEEDING:
+ case AST_CONTROL_PVT_CAUSE_CODE:
case -1:
break;
default:
More information about the asterisk-commits
mailing list