[Freeswitch-svn] [commit] r4143 - freeswitch/trunk/conf

Freeswitch SVN anthm at freeswitch.org
Tue Feb 6 19:49:57 EST 2007


Author: anthm
Date: Tue Feb  6 19:49:56 2007
New Revision: 4143

Modified:
   freeswitch/trunk/conf/default_context.xml

Log:
dft config update

Modified: freeswitch/trunk/conf/default_context.xml
==============================================================================
--- freeswitch/trunk/conf/default_context.xml	(original)
+++ freeswitch/trunk/conf/default_context.xml	Tue Feb  6 19:49:56 2007
@@ -40,6 +40,14 @@
   <!--</condition>-->
   <!--</extension>-->
 
+  <extension name="set_codec" continue="true">
+    <condition field="source" expression="mod_portaudio">
+      <action application="set" data="absolute_codec_string=PCMU"/>
+      <action application="set" data="export_vars=absolute_codec_string"/>
+    </condition>
+  </extension>
+
+
   <extension name="testmusic">
     <condition field="destination_number" expression="^1234$">
       <!-- Request a certain tone/file to be played while you wait for the call to be answered-->



More information about the Freeswitch-svn mailing list