[Freeswitch-users] mod_odbc_query

Joel Serrano joel at gogii.net
Sun Jul 9 23:44:30 UTC 2017


Check: https://freeswitch.org/confluence/display/FREESWITCH/ODBC+DSN

I think you have an error in the format used.

Example for MySQL:

<param name="core-db-dsn"
value="odbc://DRIVER=mysql;SERVER=a.b.c.d;UID=username;PWD=secretpassword;DATABASE=freeswitch;OPTION=67108864">

Most likely the "value" for your odbc-dsn has to follow that format...


On Sun, Jul 9, 2017 at 1:21 PM, Madovsky <infos at madovsky.org> wrote:

> Hi Folks,
>
> is it a normal behavior that mod_odbc_query
>
> accept only odbc-dsn like
>
> <param name="odbc-dsn" value="freeswitch:freeswitch:secret"/>
>
> and not
>
>
> <param name="odbc-dsn" value="pgsql://xxxxxx"/>
>
>
> ?
>
>
> thanks
>
>
> Franck
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170709/6b203567/attachment.html>


More information about the FreeSWITCH-users mailing list