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

Freeswitch SVN anthm at freeswitch.org
Wed May 2 12:36:39 EDT 2007


Author: anthm
Date: Wed May  2 12:36:39 2007
New Revision: 5069

Added:
   freeswitch/trunk/conf/alsa.conf.xml

Log:
add

Added: freeswitch/trunk/conf/alsa.conf.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/alsa.conf.xml	Wed May  2 12:36:39 2007
@@ -0,0 +1,12 @@
+<configuration name="alsa.conf" description="Soundcard Endpoint">
+  <settings>
+    <!--Default dialplan and caller-id info -->
+    <param name="dialplan" value="XML"/>
+    <param name="cid-name" value="N800 Alsa"/>
+    <param name="cid-num" value="5555551212"/>
+
+    <!--audio sample rate and interval -->
+    <param name="sample-rate" value="8000"/>
+    <param name="codec-ms" value="20"/>
+  </settings>
+</configuration>



More information about the Freeswitch-svn mailing list