[svn-commits] jpeeler: branch jpeeler/bug12415 r189948 - /team/jpeeler/bug12415/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 22 11:27:30 CDT 2009


Author: jpeeler
Date: Wed Apr 22 11:27:23 2009
New Revision: 189948

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=189948
Log:
explicitly turn off autoframing by default, even though the options are all set to 0

Modified:
    team/jpeeler/bug12415/channels/chan_h323.c

Modified: team/jpeeler/bug12415/channels/chan_h323.c
URL: http://svn.digium.com/svn-view/asterisk/team/jpeeler/bug12415/channels/chan_h323.c?view=diff&rev=189948&r1=189947&r2=189948
==============================================================================
--- team/jpeeler/bug12415/channels/chan_h323.c (original)
+++ team/jpeeler/bug12415/channels/chan_h323.c Wed Apr 22 11:27:23 2009
@@ -2894,6 +2894,7 @@
 	global_options.holdHandling = 0;
 	global_options.capability = GLOBAL_CAPABILITY;
 	global_options.bridge = 1;		/* Do native bridging by default */
+	global_options.autoframing = 0;
 	strcpy(default_context, "default");
 	h323_signalling_port = 1720;
 	gatekeeper_disable = 1;




More information about the svn-commits mailing list