<div dir="ltr">Hi <br><br>The error that I am getting is :<br><br>2008-08-28 19:04:41 [CRIT] switch_odbc.c:248 db_is_up() The sql server is not responding for DSN fsdb [STATE: 24000 CODE 0 ERROR: [unixODBC][MySQL][ODBC 3.51 Driver][mysqld-5.0.32-Debian_7etch6]Invalid cursor state<br>
<br>I am sure fsdb is correct as I can do the following:<br><br>isql fsdb fs password<br>+-----------------------------<div dir="ltr">----------+<br>| Connected! |<br>| |<br>
| sql-statement |<br>
| help [tablename] |<br>| quit |<br>| |<br>+---------------------------------------+<br><br>Any idea why the DNS fsdb does not work within Freeswitch?<br>
<br>Thanks,<br>Woody<br></div><br><br><br><div class="gmail_quote">On Wed, Aug 27, 2008 at 10:23 PM, Anthony Minessale <span dir="ltr"><<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">are you mixing modules.conf modules.conf.xml<br><br>modules.conf in the dir you type make from MUST have mod_voicemail enabled.<br>
<br>/usr/local/freeswitch/conf/autoload_configs/modules.conf.xml is where you can comment out mod_voicemail<br>
so you can load it manually from the CLI once FS is started and see if there are any errors.<br><br>be sure to press f8 first<br><br>if you are upgrading from previous versions and having trouble, you may want to<br>mv /usr/local/freeswitch /usr/local/freeswitch.bak and then do "make current vm-sync" from the build root.<div>
<div></div><div class="Wj3C7c"><br>
<br><br><br><br><br><div class="gmail_quote">On Wed, Aug 27, 2008 at 3:56 AM, Woody Dickson <span dir="ltr"><<a href="mailto:woodydickson@gmail.com" target="_blank">woodydickson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hi,<br><br>When typing in "load mod_voicemail ", I am getting the following error:<br><br>2008-08-28 01:05:42 [CRIT] switch_loadable_module.c:757 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_voicemail .so<br>
**/usr/local/freeswitch/mod/mod_voicemail .so: cannot open shared object file: No such file or directory**<br><br>If I start Freeswitch with mod_voicemail loaded, I don't get that error. <br><br>But the error that I did get when starting Freeswitch is the following:<br>
<br>2008-08-28 01:09:29 [NOTICE] switch_loadable_module.c:353 switch_loadable_module_process() Adding Chat interface 'sip'<br>2008-08-28 01:09:29 [NOTICE] switch_loadable_module.c:393 switch_loadable_module_process() Adding Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1]<br>
2008-08-28 01:09:30 [ERR] switch_core_sqldb.c:95 switch_core_db_persistant_execute_trans() SQL ERR [database is locked]<br><br>I don't know where this error comes come. It seems to happen after I upgrade to the latest build. I still don't know how to fix it and what kind of impact it brings to the system. <br>
<br>Is this the reason why Freeswitch does not store the voicemail detail in DB?<br><br>Btw, I did configure odbc with ./configure --enable-core-odbc-support<br><br>I would appreciate any help in getting my voicemail setting to work.<br>
<br>Thanks,<br>Woody<br><br><br><br><div class="gmail_quote">On Mon, Aug 25, 2008 at 11:17 PM, Anthony Minessale <span dir="ltr"><<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">comment the line in your modules.conf.xml that loads mod_voicemail<br>then start freeswitch<br>
then set the loglevel to debug by pressing f8<br>then enter load mod_voicemail into the cli<br><br>the resulting text should clarify the problem.<div><div></div><div><br>
<br><br><div class="gmail_quote">On Mon, Aug 25, 2008 at 9:27 AM, Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Did you configure with odbc? ./configure --enable-core-odbc-support<br>
<br>
/b<br>
<div><div></div><div><br>
On Aug 25, 2008, at 3:36 AM, Woody Dickson wrote:<br>
<br>
> Hi,<br>
><br>
> I am new to Freeswitch. After playing with it for a couple of<br>
> weeks, I have to say Freeswitch is GREAT!<br>
><br>
> Right now I am kind of stuck on getting voicemail info to be stored<br>
> in mysql.<br>
><br>
> I have defined the following in voicemail.conf.xml:<br>
><br>
> <param name="odbc-dsn" value="fsdb:fs:password"/><br>
><br>
><br>
> And I am sure my odbc is ok, as I have validated it with isql:<br>
><br>
> /usr/src/freeswitch-snapshot# isql fsdb fs password<br>
> +---------------------------------------+<br>
> | Connected! |<br>
> | |<br>
> | sql-statement |<br>
> | help [tablename] |<br>
> | quit |<br>
> | |<br>
> +---------------------------------------+<br>
><br>
> Is there anything wrong with my setting?<br>
><br>
><br>
> Tks,<br>
> Woody<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Freeswitch-users mailing list<br>
> <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
Brian West<br>
<a href="mailto:sip%3Abrian@freeswitch.org" target="_blank">sip:brian@freeswitch.org</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
</div>
<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
</div></div></div>
<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>