]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add multiple-registrations flag to the core similar to mod_sofia
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Feb 2011 18:14:48 +0000 (12:14 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Feb 2011 18:14:48 +0000 (12:14 -0600)
conf/autoload_configs/switch.conf.xml

index 95c43331e413471916b6c8f8b792f5809d0a377a..4f72c6a65d91d016be54a6e4d2dcbb7381052dcf 100644 (file)
@@ -98,7 +98,9 @@
     <!-- <param name="core-db-name" value="/dev/shm/core.db" /> -->
     <!-- The system will create all the db schemas automatically, set this to false to avoid this behaviour-->
     <!--<param name="auto-create-schemas" value="true"/>-->
-        <!-- <param name="core-dbtype" value="MSSQL"/> -->
+    <!-- <param name="core-dbtype" value="MSSQL"/> -->
+    <!-- Allow multiple registrations to the same account in the central registration table -->
+    <!-- <param name="multiple-registrations" value="true"/> -->
   </settings>
 
 </configuration>