[asterisk-commits] may: branch 12 r408839 - in /branches/12: ./ addons/chan_ooh323.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Feb 22 11:57:10 CST 2014
Author: may
Date: Sat Feb 22 11:57:07 2014
New Revision: 408839
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=408839
Log:
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
Modified:
branches/12/ (props changed)
branches/12/addons/chan_ooh323.c
Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/12/addons/chan_ooh323.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/addons/chan_ooh323.c?view=diff&rev=408839&r1=408838&r2=408839
==============================================================================
--- branches/12/addons/chan_ooh323.c (original)
+++ branches/12/addons/chan_ooh323.c Sat Feb 22 11:57:07 2014
@@ -1389,7 +1389,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