<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Is there any example of how to use pgsql as db core on wiki 
?</FONT></DIV>
<DIV><FONT size=2>I tried to adapt this example</FONT></DIV>
<DIV><FONT size=2><A 
href="http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core">http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core</A></FONT></DIV>
<DIV><FONT size=2>for pgsql but no success.</FONT></DIV>
<DIV><FONT size=2>I'm trying to connect to it fhru openvpn.</FONT></DIV>
<DIV><FONT size=2>tcpdump -i tap1 on the destination server doesn't show any 
packet exchange.</FONT></DIV>
<DIV><FONT size=2>I set odbc.ini as this :</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>[freeswitch-pgsql]<BR>Driver&nbsp;&nbsp; = 
/usr/lib64/psqlodbc.so<BR>SERVER&nbsp;&nbsp; = 
10.0.0.1<BR>PORT&nbsp;&nbsp;&nbsp;&nbsp; = 5432<BR>DATABASE = 
freeswitch<BR></FONT></DIV>
<DIV><FONT size=2>and set all xml conf where odbc-dsn is as this :</FONT></DIV>
<DIV><FONT size=2>&lt;param name="core-db-dsn" 
value="freeswitch-pgsql:login:pwd" /&gt;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>didn't find anything interesting on google</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Franck</DIV></FONT></BODY></HTML>