[asterisk-commits] kmoore: branch certified-1.8.28 r422582 - /certified/branches/1.8.28/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 4 09:41:56 CDT 2014
Author: kmoore
Date: Thu Sep 4 09:41:50 2014
New Revision: 422582
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=422582
Log:
Set chan_vpb to be disabled by default
Modified:
certified/branches/1.8.28/channels/chan_vpb.cc
Modified: certified/branches/1.8.28/channels/chan_vpb.cc
URL: http://svnview.digium.com/svn/asterisk/certified/branches/1.8.28/channels/chan_vpb.cc?view=diff&rev=422582&r1=422581&r2=422582
==============================================================================
--- certified/branches/1.8.28/channels/chan_vpb.cc (original)
+++ certified/branches/1.8.28/channels/chan_vpb.cc Thu Sep 4 09:41:50 2014
@@ -32,6 +32,7 @@
/*** MODULEINFO
<depend>vpb</depend>
<support_level>extended</support_level>
+ <defaultenabled>no</defaultenabled>
***/
#include <vpbapi.h>
More information about the asterisk-commits
mailing list