Olle,<br>
Yep - was actually replying to this as I got your message - I was
searching for modules that had realtime in the name (did not see the
res_config_mysql.so file). Setting the noload =>
res_config_mysql.so in modules.conf took care of the issue I was having.<br>
<br>
Thanks for your prompt response!<br>
<br>
-Pedro<br><br><div><span class="gmail_quote">On 11/21/05, <b class="gmail_sendername">Olle E Johansson</b> <<a href="mailto:oej@edvina.net">oej@edvina.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Pedro wrote:<br><br>> Yeah - tried that. Here are 2 lines I have in my modules.conf file:<br>><br>> noload => pbx_realtime.so<br>> noload => app_realtime.so<br>><br>> For some reason, I still get the following in my logs even after a
<br>> restart of Asterisk.<br>><br>> Nov 21 13:17:08 ERROR[31192] res_config_mysql.c: MySQL RealTime:<br>> Failed to connect database server on . Check debug for more info.<br>> Nov 21 13:17:08 WARNING[31192] res_config_mysql.c: MySQL RealTime:
<br>> Couldn't establish connection. Check debug.<br>><br>> Any thoughts?<br>><br>> - Pedro<br>><br>> On 11/21/05, *Alexander Lopez* <<a href="mailto:alex.lopez@opsys.com">alex.lopez@opsys.com</a><br>
> <mailto:<a href="mailto:alex.lopez@opsys.com">alex.lopez@opsys.com</a>>> wrote:<br>><br>> It is a better practice to use a noload option in modules.conf.<br>> That way if and when you upgrade you wont need to remove them
<br>> again they will just continue to not load....<br>><br>> Alex<br>><br>><br>> ------------------------------------------------------------------------<br>> *From:* <a href="mailto:asterisk-users-bounces@lists.digium.com">
asterisk-users-bounces@lists.digium.com</a><br>> <mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>><br>> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">
asterisk-users-bounces@lists.digium.com</a><br>> <mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>>] *On Behalf<br>> Of *Pedro<br>> *Sent:* Monday, November 21, 2005 12:11 PM
<br>> *To:* Asterisk Users Mailing List - Non-Commercial Discussion<br>> *Subject:* [Asterisk-Users] How do you disable realtime?<br>><br>> Am I correct in assuming that if I am not running Realtime on
<br>> my asterisk 1.2 server, the proper way to disable it is to<br>> remove the following 2 files:<br>><br>> /usr/lib/asterisk/modules/pbx_realtime.so<br>> /usr/lib/asterisk/modules/app_realtime.so
<br>><br>> I am just testing out the default installation and am getting<br>> these errors on the console:<br>><br>> Nov 21 12:05:29 ERROR[30656] res_config_mysql.c: MySQL<br>> RealTime: Failed to connect database server on . Check debug
<br>> for more info.<br>> Nov 21 12:05:29 WARNING[30656] res_config_mysql.c: MySQL<br>> RealTime: Couldn't establish connection. Check debug.<br>><br>> Any help will be appreciated.
<br>><br>Realtime is implemented in several places. PBX_realtime is the realtime<br>switch, app_realtime is an application.<br>res_config_mysql.c/so is the realtime driver for Mysql databases. So no,<br>you are not correct. You have not removed all the
<br>modules that involve realtime.<br><br>On the other hand, the easiest way to disable realtime is not to enable<br>it in the configuration file, extconfig.conf<br>Yes, it's a strange name, but there are historical reasons for it :-)
<br><br>/O<br>_______________________________________________<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">
Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>