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

Freeswitch SVN anthm at freeswitch.org
Wed Apr 4 18:33:37 EDT 2007


Author: anthm
Date: Wed Apr  4 18:33:37 2007
New Revision: 4851

Modified:
   freeswitch/trunk/conf/dingaling.conf.xml
   freeswitch/trunk/conf/sofia.conf.xml

Log:
update config

Modified: freeswitch/trunk/conf/dingaling.conf.xml
==============================================================================
--- freeswitch/trunk/conf/dingaling.conf.xml	(original)
+++ freeswitch/trunk/conf/dingaling.conf.xml	Wed Apr  4 18:33:37 2007
@@ -33,6 +33,7 @@
     <!-- <param name="vad" value="in"/> -->
     <!-- <param name="vad" value="out"/> -->
     <param name="vad" value="both"/>
+    <!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
   </x-profile>
 
   <!-- Component (Server to Server Login) -->
@@ -48,6 +49,10 @@
     <!-- "_auto_" means the extension will be automaticly set to the called jid -->
     <param name="exten" value="_auto_"/>
     <!--<param name="vad" value="both"/>-->
+    <!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
+    <!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
+    <!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
+
   </x-profile>
 
 </configuration>

Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml	(original)
+++ freeswitch/trunk/conf/sofia.conf.xml	Wed Apr  4 18:33:37 2007
@@ -31,6 +31,9 @@
 	<param name="rtp-ip" value="auto"/>
 	<param name="sip-ip" value="auto"/>
 
+	<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
+	<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
+
 	<!--Uncomment to set all inbound calls to no media mode-->
 	<!--<param name="inbound-no-media" value="true"/>-->
 



More information about the Freeswitch-svn mailing list