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).&nbsp; Setting the noload =&gt;
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> &lt;<a href="mailto:oej@edvina.net">oej@edvina.net</a>&gt; 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>&gt; Yeah - tried that.&nbsp;&nbsp;Here are 2 lines I have in my modules.conf file:<br>&gt;<br>&gt; noload =&gt; pbx_realtime.so<br>&gt; noload =&gt; app_realtime.so<br>&gt;<br>&gt; For some reason, I still get the following in my logs even after a
<br>&gt; restart of Asterisk.<br>&gt;<br>&gt; Nov 21 13:17:08 ERROR[31192] res_config_mysql.c: MySQL RealTime:<br>&gt; Failed to connect database server&nbsp;&nbsp;on . Check debug for more info.<br>&gt; Nov 21 13:17:08 WARNING[31192] res_config_mysql.c: MySQL RealTime:
<br>&gt; Couldn't establish connection. Check debug.<br>&gt;<br>&gt; Any thoughts?<br>&gt;<br>&gt; - Pedro<br>&gt;<br>&gt; On 11/21/05, *Alexander Lopez* &lt;<a href="mailto:alex.lopez@opsys.com">alex.lopez@opsys.com</a><br>
&gt; &lt;mailto:<a href="mailto:alex.lopez@opsys.com">alex.lopez@opsys.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; It is a better practice to use a noload option in modules.conf.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; That way if and when you upgrade you wont need to remove them
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; again they will just continue to not load....<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Alex<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *From:* <a href="mailto:asterisk-users-bounces@lists.digium.com">
asterisk-users-bounces@lists.digium.com</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">
asterisk-users-bounces@lists.digium.com</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>&gt;] *On Behalf<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Of *Pedro<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *Sent:* Monday, November 21, 2005 12:11 PM
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *To:* Asterisk Users Mailing List - Non-Commercial Discussion<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *Subject:* [Asterisk-Users] How do you disable realtime?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Am I correct in assuming that if I am not running Realtime on
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my asterisk 1.2 server, the proper way to disable it is to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remove the following 2 files:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/asterisk/modules/pbx_realtime.so<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/asterisk/modules/app_realtime.so
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am just testing out the default installation and am getting<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; these errors on the console:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nov 21 12:05:29 ERROR[30656] res_config_mysql.c: MySQL<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RealTime: Failed to connect database server&nbsp;&nbsp;on . Check debug
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for more info.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nov 21 12:05:29 WARNING[30656] res_config_mysql.c: MySQL<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RealTime: Couldn't establish connection. Check debug.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Any help will be appreciated.
<br>&gt;<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>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>