Thank Dave!<div><br></div><div>When going to the &quot;MI commands&quot; tab, surprisingly i found that </div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; -webkit-border-horizontal-spacing: 5px; -webkit-border-vertical-spacing: 5px; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; -webkit-border-horizontal-spacing: 5px; -webkit-border-vertical-spacing: 5px; ">&quot;Cannot connect to OpenSIPS Server via Management Interface (<a href="http://127.0.0.1/8000">127.0.0.1/8000</a>)<br>
<form action="http://10.2.14.122/cp/tools/system/mi/mi.php?action=execute" method="post" name="form"><table width="500" cellspacing="2" cellpadding="2" border="0" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(0, 0, 0); ">
<tbody><tr><td colspan="2" class="miTitle" align="center">Execute MI Command&quot;<br><div style="text-align: left;"><br></div><div style="text-align: left;">After i executed the &quot;ps -A&quot; command, i only got this</div>
<div style="text-align: left;">&quot;<span class="Apple-style-span" style="font-size: 11px; "><i>14:02:20</i>  |  <b>ps -A </b>  |  <a href="http://127.0.0.1:8000">127.0.0.1:8000</a>&quot;</span></div><div style="text-align: left;">
<span class="Apple-style-span" style="font-size: 11px; "><br></span></div><div style="text-align: left;"><span class="Apple-style-span" style="font-size: 11px; ">The same result for &quot;opensipsctl online&quot; command</span></div>
<div style="text-align: left;"><span class="Apple-style-span" style="font-size: 11px; "> &quot;</span><span class="Apple-style-span" style="font-size: 11px; "><i>14:04:37</i>  |  <b> opensipsctl online </b>  |  <a href="http://127.0.0.1:8000">127.0.0.1:8000</a>&quot; </span></div>
<div style="text-align: left;"><span class="Apple-style-span" style="font-size: 11px; "><br></span></div><div style="text-align: left;"><span class="Apple-style-span" style="font-size: 11px; ">And i think the problem is my CP does not connect to my Opensips server on 5060 port. I remember that i have not configured CP listening port before, it is default :-(</span></div>
<div style="text-align: left;"><span class="Apple-style-span" style="font-size: 11px; ">(CP &amp; Opensips server were installed in the same machine) </span></div></td></tr></tbody></table></form></span></div><div>Checking these files &quot;db.inc.php&quot; ; local.inc.php; globals.php  in the CP config directory &quot;/var/www/opensips-cp/config&quot;</div>
<div>I don&#39;t see anywhere to config CP listening port !</div><div><br></div><div>Please help me to figure out, thanks! </div><div><br></div><div><div class="gmail_quote">2011/3/24 Dave Singer <span dir="ltr">&lt;<a href="mailto:dave.singer@wideideas.com">dave.singer@wideideas.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Duong,<br>
<br>
Yea missed that. :-)<br>
To check basic CP connection to opensips, go to System, MI Commands.<br>
In box under Execute MI Command, put &quot;ps&quot; and click &quot;execute&quot;. It<br>
should show a bunch of lines about the opensips processes that are<br>
running.<br>
<br>
As far as showing Online Users, it may be using presence module/table<br>
rather than active registrations to qualify a user as &quot;online&quot;.<br>
Someone else will have to answer that or you can look at the CP source<br>
code for that answer.<br>
<br>
Dave<br>
<br>
On Wed, Mar 23, 2011 at 12:35 PM, Duong Manh Truong<br>
<div><div></div><div class="h5">&lt;<a href="mailto:ngoahotanglongbk@gmail.com">ngoahotanglongbk@gmail.com</a>&gt; wrote:<br>
&gt; Thank David,<br>
&gt; But i found that in my opensips.cfg file:<br>
&gt; &quot;<br>
&gt; # ----- usrloc params -----<br>
&gt; # modparam(&quot;usrloc&quot;, &quot;db_mode&quot;,   0)<br>
&gt; /* uncomment the following lines if you want to enable DB persistency<br>
&gt;    for location entries */<br>
&gt; modparam(&quot;usrloc&quot;, &quot;db_mode&quot;,   2)<br>
&gt; modparam(&quot;usrloc&quot;, &quot;db_url&quot;,<br>
&gt; &quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br>
&gt; &quot;<br>
&gt; So i think that my &quot;db_mode&quot; is not the cause of my failed CP<br>
&gt; &quot; 2 - Write-Back scheme. This is a combination of previous two schemes. All<br>
&gt; changes are made to memory and database synchronization is done in the<br>
&gt; timer. The timer deletes all expired contacts and flushes all modified or<br>
&gt; new contacts to database. Use this scheme if you encounter high-load peaks<br>
&gt; and want them to process as fast as possible. The mode will not help at all<br>
&gt; if the load is high all the time. Also, latency of this mode is much lower<br>
&gt; than latency of mode 1, but slightly higher than latency of mode 0.&quot;<br>
&gt; My CP still does  not work :-( , even the simple function like &quot;show online<br>
&gt; user&quot;  --- &quot;no data found&quot;<br>
&gt; (While checking by using opensipsctl is ok)<br>
&gt;  opensipsctl online<br>
&gt; database engine &#39;MYSQL&#39; loaded<br>
&gt; Control engine &#39;FIFO&#39; loaded<br>
&gt; 1001<br>
&gt;<br>
&gt; Please tell me how to check my CP and its connection to Opensips server?<br>
&gt; Thanks !<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt;<br>
&gt; Message: 1<br>
&gt; Date: Tue, 22 Mar 2011 21:06:21 -0700<br>
&gt; From: Dave Singer &lt;<a href="mailto:dave.singer@wideideas.com">dave.singer@wideideas.com</a>&gt;<br>
&gt; Subject: Re: [OpenSIPS-Users] Opensips Control Pannel does not take<br>
&gt;        effect into Opensips Server<br>
&gt; To: OpenSIPS users mailling list &lt;<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>&gt;<br>
&gt; Message-ID:<br>
&gt;        &lt;AANLkTimB=bQZ1buVKaWzMKq2LM=<a href="mailto:UsLhEsAQWW%2BuFrrw7@mail.gmail.com">UsLhEsAQWW+uFrrw7@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;<br>
&gt; The key I think is usrloc db mode is 0, which means db is not used.<br>
&gt; <a href="http://www.opensips.org/html/docs/modules/1.6.x/usrloc.html#id292029" target="_blank">http://www.opensips.org/html/docs/modules/1.6.x/usrloc.html#id292029</a><br>
&gt;<br>
&gt; On Tue, Mar 22, 2011 at 6:47 PM, Duong Manh Truong<br>
&gt; &lt;<a href="mailto:ngoahotanglongbk@gmail.com">ngoahotanglongbk@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Dear Dave!<br>
&gt;&gt; Thanks for your help.<br>
&gt;&gt; I&#39;ve checked the opensips.cfg again but i still can not find out what<br>
&gt;&gt; stuff<br>
&gt;&gt; is incorrect ! :-(<br>
&gt;&gt; I attached my config file in this email, hope that will help my problem to<br>
&gt;&gt; be?clearer!<br>
&gt;&gt; If anyone has had the same issue, please tell me how can i check or fix<br>
&gt;&gt; it.<br>
&gt;&gt; (Hope to receive relatively specific informations)<br>
&gt;&gt; Thanks and Best Regards.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Date: Mon, 21 Mar 2011 08:45:03 -0700<br>
&gt;&gt; From: Dave Singer &lt;<a href="mailto:dave.singer@wideideas.com">dave.singer@wideideas.com</a>&gt;<br>
&gt;&gt; Subject: Re: [OpenSIPS-Users] Opensips Control Pannel does not take<br>
&gt;&gt; ? ? ? ?effect into Opensips Server<br>
&gt;&gt; To: OpenSIPS users mailling list &lt;<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>&gt;<br>
&gt;&gt; Message-ID:<br>
&gt;&gt; ? ? ? ?&lt;<a href="mailto:AANLkTinGLDzzbUgJgQXOd_93r31hjnHAVAzPMo64K-MQ@mail.gmail.com">AANLkTinGLDzzbUgJgQXOd_93r31hjnHAVAzPMo64K-MQ@mail.gmail.com</a>&gt;<br>
&gt;&gt; Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;&gt;<br>
&gt;&gt; Duong,<br>
&gt;&gt;<br>
&gt;&gt; Some modules, like drouting, you have to click a reload module button<br>
&gt;&gt; in the control pannel.<br>
&gt;&gt; However, I think your problem is that you haven&#39;t implemented the<br>
&gt;&gt; needed stuff in opensips.cfg script.<br>
&gt;&gt; CP only provides an interface to managing/accessing the databases<br>
&gt;&gt; tables. You still have to impliment the logic in opensips.cfg.<br>
&gt;&gt;<br>
&gt;&gt; Dave<br>
&gt;&gt;<br>
&gt;&gt; On Sat, Mar 19, 2011 at 3:04 AM, Duong Manh Truong<br>
&gt;&gt; &lt;<a href="mailto:ngoahotanglongbk@gmail.com">ngoahotanglongbk@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Hi all,<br>
&gt;&gt;&gt; I have followed all instructions about Opensips CP installations<br>
&gt;&gt;&gt; After done all configurations, the Web interface is appeared<br>
&gt;&gt;&gt; but unfortunately, when i use modules in this interfaces, it seems there<br>
&gt;&gt;&gt; is<br>
&gt;&gt;&gt; no connection between Opensips CP and Opensips Server Core!<br>
&gt;&gt;&gt; Take add/manage users module as an example: I registered user 1001, then<br>
&gt;&gt;&gt; i<br>
&gt;&gt;&gt; selected this module to show online users<br>
&gt;&gt;&gt; =&gt; But the result was &quot;no data found&quot; :-(<br>
&gt;&gt;&gt; I&#39;ve created opensips database, correctly insert parameters to opensips<br>
&gt;&gt;&gt; CP<br>
&gt;&gt;&gt; config files (including mysql user/pass to connect to opensips database)<br>
&gt;&gt;&gt; No error found !<br>
&gt;&gt;&gt; But i still can not use Opensips CP, someone help me to figure out why<br>
&gt;&gt;&gt; Opensips CP has no effect ??<br>
&gt;&gt;&gt; Do i misconfig ?(or forget to config) some important parameters to make<br>
&gt;&gt;&gt; Opensips CP connect properly to Opensips Server Core?<br>
&gt;&gt;&gt; (Something likes authentications........etc)<br>
&gt;&gt;&gt; Thanks a lot!<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Users mailing list<br>
&gt;&gt;&gt;?<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt;&gt;?<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>