]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update these examples to use the correct syntax for pgsql
authorKen Rice <krice@freeswitch.org>
Fri, 2 Nov 2012 19:07:26 +0000 (19:07 +0000)
committerKen Rice <krice@freeswitch.org>
Fri, 2 Nov 2012 19:07:26 +0000 (19:07 +0000)
conf/vanilla/autoload_configs/switch.conf.xml
conf/vanilla/sip_profiles/internal.xml

index fc0ac21b8277c44b90e0241644eae278ee45ef2c..ddf41f8996dad28c5d76435bc29f1dfbc4fe168f 100644 (file)
 
     <param name="rtp-enable-zrtp" value="true"/>
 
-    <!-- <param name="core-db-dsn" value="pgsql;hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE' application_name='freeswitch'" /> -->
+    <!-- <param name="core-db-dsn" value="pgsql://hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE' application_name='freeswitch'" /> -->
     <!-- <param name="core-db-dsn" value="dsn:username:password" /> -->
     <!-- 
         Allow to specify the sqlite db at a different location (In this example, move it to ramdrive for
index 2795a34bb7b9c4517f5030f0f50e1c8af5b2548c..f4e0cfc54bb20bea2aa5d3d242749cb53d527943 100644 (file)
     <!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
 
     <!-- Or, if you have PGSQL support, you can use that -->
-    <!--<param name="odbc-dsn" value="pgsql;hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE' application_name='freeswitch'" />-->
+    <!--<param name="odbc-dsn" value="pgsql://hostaddr=127.0.0.1 dbname=freeswitch user=freeswitch password='' options='-c client_min_messages=NOTICE' application_name='freeswitch'" />-->
 
     <!--Uncomment to set all inbound calls to no media mode-->
     <!--<param name="inbound-bypass-media" value="true"/>-->