]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update config
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 4 Apr 2007 22:33:37 +0000 (22:33 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 4 Apr 2007 22:33:37 +0000 (22:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4851 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dingaling.conf.xml
conf/sofia.conf.xml

index 487358f62fffa66d68c0215097ea149d6bcd63f2..88a500b1d3159a8e0bbfca4fbc42cc1f56165202 100644 (file)
@@ -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) -->
     <!-- "_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>
index e591cbb020d7063bcea4a82c389e0173efcab57f..cdf62a51086ced9a2af848eac8e6bfc35108d66b 100644 (file)
@@ -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"/>-->