Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Can't get ODBC working


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
alex at alexkinch.com
Guest





PostPosted: Thu Oct 09, 2008 2:14 pm    Post subject: [Freeswitch-users] Can't get ODBC working Reply with quote

OK well I'm a bit stumped now. Having followed all the instructions, I
can't get FS to use MySQL via ODBC for voicemail storage.

Everything appears to work fine, isql allows me to connect to the
MySQL database and show the test table I created, like so:

isql -v voicemail_odbc voicemail [password edited out]

I've configured FS with --enable-core-odbc, done make clean and make
all install (twice now just to be sure. In voicemail.conf.xml I've got:

<param name="odbc-dsn" value="voicemail_odbc:voicemail:[password
edited out]"/>

However, when I start FS it says:

2008-10-09 20:01:40 [ERR] mod_voicemail.c:598 load_config() ODBC IS
NOT AVAILABLE!

Any suggestions? Using the latest trunk (9916).

Alex



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Thu Oct 09, 2008 2:33 pm    Post subject: [Freeswitch-users] Can't get ODBC working Reply with quote

make sure you configure with --enable-core-odbc-support

/b

On Oct 9, 2008, at 2:11 PM, Alex Kinch wrote:

Quote:
OK well I'm a bit stumped now. Having followed all the instructions, I
can't get FS to use MySQL via ODBC for voicemail storage.

Everything appears to work fine, isql allows me to connect to the
MySQL database and show the test table I created, like so:

isql -v voicemail_odbc voicemail [password edited out]

I've configured FS with --enable-core-odbc, done make clean and make
all install (twice now just to be sure. In voicemail.conf.xml I've
got:

<param name="odbc-dsn" value="voicemail_odbc:voicemail:[password
edited out]"/>

However, when I start FS it says:

2008-10-09 20:01:40 [ERR] mod_voicemail.c:598 load_config() ODBC IS
NOT AVAILABLE!

Any suggestions? Using the latest trunk (9916).

Alex



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
krice at suspicious.org
Guest





PostPosted: Thu Oct 09, 2008 2:37 pm    Post subject: [Freeswitch-users] Can't get ODBC working Reply with quote

I'm gonna ask the stupid question heh... Did you make sure to install the
unixODBC Development package for your distro? And --enable-core-odbc is the
correct option to enable it... Try a make current



Quote:
From: Alex Kinch <alex@alexkinch.com>
Reply-To: <freeswitch-users@lists.freeswitch.org>
Date: Thu, 9 Oct 2008 20:11:45 +0100
To: <freeswitch-users@lists.freeswitch.org>
Subject: [Freeswitch-users] Can't get ODBC working

OK well I'm a bit stumped now. Having followed all the instructions, I
can't get FS to use MySQL via ODBC for voicemail storage.

Everything appears to work fine, isql allows me to connect to the
MySQL database and show the test table I created, like so:

isql -v voicemail_odbc voicemail [password edited out]

I've configured FS with --enable-core-odbc, done make clean and make
all install (twice now just to be sure. In voicemail.conf.xml I've got:

<param name="odbc-dsn" value="voicemail_odbc:voicemail:[password
edited out]"/>

However, when I start FS it says:

2008-10-09 20:01:40 [ERR] mod_voicemail.c:598 load_config() ODBC IS
NOT AVAILABLE!

Any suggestions? Using the latest trunk (9916).

Alex



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
alex at alexkinch.com
Guest





PostPosted: Thu Oct 09, 2008 2:44 pm    Post subject: [Freeswitch-users] Can't get ODBC working Reply with quote

Silly me, I missed -support off the end of the configure command.

Let's try again..

(goes off to make a cup of tea)

OK, working now. Sorry to be so blond Smile

Alex


On 9 Oct 2008, at 20:23, Brian West wrote:

Quote:
make sure you configure with --enable-core-odbc-support

/b

On Oct 9, 2008, at 2:11 PM, Alex Kinch wrote:

Quote:
OK well I'm a bit stumped now. Having followed all the
instructions, I
can't get FS to use MySQL via ODBC for voicemail storage.

Everything appears to work fine, isql allows me to connect to the
MySQL database and show the test table I created, like so:

isql -v voicemail_odbc voicemail [password edited out]

I've configured FS with --enable-core-odbc, done make clean and make
all install (twice now just to be sure. In voicemail.conf.xml I've
got:

<param name="odbc-dsn" value="voicemail_odbc:voicemail:[password
edited out]"/>

However, when I start FS it says:

2008-10-09 20:01:40 [ERR] mod_voicemail.c:598 load_config() ODBC IS
NOT AVAILABLE!

Any suggestions? Using the latest trunk (9916).

Alex



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services