[Freeswitch-svn] [commit] r2812 - freeswitch/branches/voctel/conf

Freeswitch SVN voctel at freeswitch.org
Sat Sep 23 18:48:05 EDT 2006


Author: voctel
Date: Sat Sep 23 18:48:04 2006
New Revision: 2812

Modified:
   freeswitch/branches/voctel/conf/freeswitch.xml

Log:
minor config changes

Modified: freeswitch/branches/voctel/conf/freeswitch.xml
==============================================================================
--- freeswitch/branches/voctel/conf/freeswitch.xml	(original)
+++ freeswitch/branches/voctel/conf/freeswitch.xml	Sat Sep 23 18:48:04 2006
@@ -382,8 +382,9 @@
     <configuration name="phonecard.conf" description="Phonecard Configuration">
       <settings>
         <param name="debug" value="0"/>
+	<param name="db_type" value="postgres"/>
         <param name="db_hostname" value="localhost"/>
-        <param name="db_port" value="4569"/>
+        <param name="db_port" value="5432"/>
         <param name="db_name" value="freeswitch_phonecard"/>
         <param name="db_username" value=""/>
         <param name="db_password" value=""/>



More information about the Freeswitch-svn mailing list