From 6070346629f9818463cb10756816292e3290a29c Mon Sep 17 00:00:00 2001
From: Fred Dixon <ffdixon@gmail.com>
Date: Sat, 9 Oct 2010 18:31:16 -0400
Subject: [PATCH] - made nellymoser the default codec for the BigBlueButton
 client

---
 bbb-voice-conference/config/freeswitch/conf/vars.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bbb-voice-conference/config/freeswitch/conf/vars.xml b/bbb-voice-conference/config/freeswitch/conf/vars.xml
index 95eb9a0515..24e94cf37e 100644
--- a/bbb-voice-conference/config/freeswitch/conf/vars.xml
+++ b/bbb-voice-conference/config/freeswitch/conf/vars.xml
@@ -123,8 +123,13 @@
        127 - BV32
 
   -->
+        <X-PRE-PROCESS cmd="set" data="global_codec_prefs=PCMU,G722,PCMA,GSM"/>
+        <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,G722,PCMA,GSM"/>
+
+	<!-- BigBlueButton: To use speex, uncomment these two lines and comment the above two lines
   <X-PRE-PROCESS cmd="set" data="global_codec_prefs=speex@16000h@20i,speex@8000h@20i,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM"/>
   <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=speex@16000h@20i,PCMU,PCMA,GSM"/>
+	-->
 
   <!--
       xmpp_client_profile and xmpp_server_profile
-- 
GitLab