diff --git a/bbb-voice-conference/config/freeswitch/conf/vars.xml b/bbb-voice-conference/config/freeswitch/conf/vars.xml
index 24e94cf37eb9cc436e175be7e900c4ae8c163d3e..3cce8b9a98184a3074ac891ea7b15e808bdd1e8f 100644
--- a/bbb-voice-conference/config/freeswitch/conf/vars.xml
+++ b/bbb-voice-conference/config/freeswitch/conf/vars.xml
@@ -123,12 +123,12 @@
        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"/>
+	<!-- BigBlueButton: To use speex, change the above two lines with data set to these values. 
+             data="global_codec_prefs=speex@16000h@20i,speex@8000h@20i,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM"
+             data="outbound_codec_prefs=speex@16000h@20i,PCMU,PCMA,GSM"
 	-->
 
   <!--