From 53b03709f57a85a0b07c849d52c55c049ddea385 Mon Sep 17 00:00:00 2001
From: Richard Alam <ritzalam@gmail.com>
Date: Thu, 5 Aug 2010 08:19:25 -0400
Subject: [PATCH]  - make also preffered outgoing codec to SPeex WB

---
 bbb-voice-conference/config/freeswitch/conf/vars.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bbb-voice-conference/config/freeswitch/conf/vars.xml b/bbb-voice-conference/config/freeswitch/conf/vars.xml
index 565abc2577..95eb9a0515 100644
--- a/bbb-voice-conference/config/freeswitch/conf/vars.xml
+++ b/bbb-voice-conference/config/freeswitch/conf/vars.xml
@@ -124,7 +124,7 @@
 
   -->
   <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=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