]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
switch_core: Add capability to specify core-db-name in switch.conf.xml to have sqlite...
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 15 Feb 2011 06:49:41 +0000 (01:49 -0500)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 15 Feb 2011 06:49:41 +0000 (01:49 -0500)
commit500e9acd254e1e2b50d07aec2fe1241fe3e18aba
treeffe63a380caa274382fbb626e11106d379712ce3
parent2e399b0baf871b82e8b1bd553fce16b54abe6d7b
switch_core: Add capability to specify core-db-name in switch.conf.xml to have sqlite in a different location.  This is important for everyone with relatively 'high' sip registration since the addition of sip registration to the core require sqlite db to be moved to a faster location (Ramdisk for example). Useful for everyone who moved their sqlite db for sofia to ramdisk because of performance issue.
conf/autoload_configs/switch.conf.xml
src/include/private/switch_core_pvt.h
src/switch_core.c
src/switch_core_sqldb.c