<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Christian,<br>
<br>
Your boxes config must look like this :<br>
<br>
$box_id=0;<br>
// mi host:port pair || fifo_file<br>
//$boxes[$box_id]['mi']['conn']="127.0.0.1:8080";<br>
//i guess you are using fifo, not xmlrpc so : <br>
$boxes[$box_id]['mi']['conn']="/tmp/opensips_proxy_fifo";<br>
<br>
// monit host:port =&gt; this is for monit to work ok<br>
$boxes[$box_id]['monit']['conn']="127.0.0.1:2812";<br>
//you must take the username and password from the monit config file
(monitrc).<br>
$boxes[$box_id]['monit']['user']="username"; <br>
$boxes[$box_id]['monit']['pass']="password";<br>
// if you want to enable ssl<br>
$boxes[$box_id]['monit']['has_ssl']=1;<br>
<br>
Please re-check your config and let me know if it works now.<br>
<br>
Regards,<br>
Alex<br>
<br>
On 3/19/2010 01:42, Christian Vo wrote:
<blockquote
 cite="mid:B0AF4B0AA6353A418B2AC18198667ECF15653AC7B9@HQMAIL01.nvidia.com"
 type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:inherit;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">New
problem:<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">So
under opensips-cp/config/boxes.global.inc.php<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I
changed the following:<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">$boxes[$box_id]['mi']['conn']="127.0.0.1:8080";<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">(previously
was $boxes[$box_id]['mi']['conn']="/tmp/opensips_fifo";&#8221;<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">This
seemed to resolve my issue with System</span><span
 style="font-size: 11pt; font-family: Wingdings; color: rgb(31, 73, 125);">&agrave;</span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">
Monit<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">However,
  <o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;System
  </span><span
 style="font-size: 11pt; font-family: Wingdings; color: rgb(31, 73, 125);">&agrave;</span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">
Statistics Monitor , System</span><span
 style="font-size: 11pt; font-family: Wingdings; color: rgb(31, 73, 125);">&agrave;</span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">
SIP Trace&nbsp; ,&nbsp; &nbsp;System </span><span
 style="font-size: 11pt; font-family: Wingdings; color: rgb(31, 73, 125);">&agrave;</span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">
MI
Commands, and System </span><span
 style="font-size: 11pt; font-family: Wingdings; color: rgb(31, 73, 125);">&agrave;</span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">
Dispatcher&nbsp; all &nbsp;complain with the following on-screen message<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal">&#8220;Cannot connect to OpenSIPS Server via
Management
Interface (127.0.0.1/8080)&#8221;<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">So I changed it back to <o:p></o:p></p>
  <p class="MsoNormal">$boxes[$box_id]['mi']['conn']="/tmp/opensips_fifo";<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">But then<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">I notice tools/monit/local.inc.php still doesn&#8217;t
contain any code&#8230;.?? <span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: windowtext;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: windowtext;">
<a class="moz-txt-link-abbreviated" href="mailto:users-bounces@lists.opensips.org">users-bounces@lists.opensips.org</a>
[<a class="moz-txt-link-freetext" href="mailto:users-bounces@lists.opensips.org">mailto:users-bounces@lists.opensips.org</a>] <b>On Behalf Of </b>Christian
Vo<br>
  <b>Sent:</b> Thursday, March 18, 2010 10:21 AM<br>
  <b>To:</b> OpenSIPS users mailling list<br>
  <b>Subject:</b> Re: [OpenSIPS-Users] Problem with OpenSIPS Control
Panel 4.0<o:p></o:p></span></p>
  </div>
  </div>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Thx
for the notice, I&#8217;ve just downloaded and re-installed
the lastest 4.0 tarball&#8230;. &nbsp;(moved the old dir to backup, and
replaced it with the new, re-adjusting config parameters along the way&#8230;)<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Not
sure if I missed something, but I&#8217;m getting this error
on-screen now:<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Under
the System</span><span
 style="font-size: 11pt; font-family: Wingdings; color: rgb(31, 73, 125);">&agrave;</span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">
Monit tab<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I
see&nbsp; &#8220;Primary Sip Server&#8221;&nbsp;
192.168.0.1:2812<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Followed
by &#8220;I can&#8217;t Connect&#8221;<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Something
is wrong here, since I adjusted
config/boxes.global.inc.php so that my only entry (Primary SIP Server)
would be
using 127.0.0.1:2812 for monit<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">And
I don&#8217;t know where else I&#8217;d find any entry for
192.168.0.1 related to this..&nbsp; <o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">This
part was working for me back when I had the previous 4.0
tarball&#8230;&nbsp; odd<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: windowtext;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;; color: windowtext;">
<a class="moz-txt-link-abbreviated" href="mailto:users-bounces@lists.opensips.org">users-bounces@lists.opensips.org</a>
[<a class="moz-txt-link-freetext" href="mailto:users-bounces@lists.opensips.org">mailto:users-bounces@lists.opensips.org</a>] <b>On Behalf Of </b>Alex
Ionescu<br>
  <b>Sent:</b> Thursday, March 18, 2010 4:46 AM<br>
  <b>To:</b> OpenSIPS users mailling list<br>
  <b>Subject:</b> Re: [OpenSIPS-Users] Problem with OpenSIPS Control
Panel 4.0<o:p></o:p></span></p>
  </div>
  </div>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">Hi,<br>
  <br>
Actually there were a few issues that were found and solved the last
few days.
I hope you won't have anymore problems if you download the new 4.0
tarball. <br>
  <br>
So, give it a try and let me know.<br>
  <br>
Regards,<br>
Alex<br>
  <br>
On 3/18/2010 13:35, ha do wrote: <o:p></o:p></p>
  <table class="MsoNormalTable" border="0" cellpadding="0"
 cellspacing="0">
    <tbody>
      <tr>
        <td
 style="padding: 0in; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;"
 valign="top">
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">HI Alex <o:p></o:p></span></p>
        <div>
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><o:p>&nbsp;</o:p></span></p>
        </div>
        <div>
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">did you find new issue on
opensips cp<o:p></o:p></span></p>
        </div>
        <div>
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><o:p>&nbsp;</o:p></span></p>
        </div>
        <div>
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">Thank you<o:p></o:p></span></p>
        </div>
        <div>
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">Ha`<br>
        <br>
--- On <b>Sat, 3/13/10, Alex Ionescu <i><a moz-do-not-send="true"
 href="mailto:alex@opensips.org">&lt;alex@opensips.org&gt;</a></i></b>
wrote:<o:p></o:p></span></p>
        <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><br>
From: Alex Ionescu <a moz-do-not-send="true"
 href="mailto:alex@opensips.org">&lt;alex@opensips.org&gt;</a><br>
Subject: Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0<br>
To: "OpenSIPS users mailling list" <a moz-do-not-send="true"
 href="mailto:users@lists.opensips.org">&lt;users@lists.opensips.org&gt;</a><br>
Date: Saturday, March 13, 2010, 9:21 AM<o:p></o:p></span></p>
        <div id="yiv1183892935">
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">Hi,<br>
        <br>
I will investigate the problem and will let you know if I find any
issue.<br>
        <br>
Regards,<br>
Alex<br>
        <br>
On 3/13/2010 06:39, Do Nguyen Ha wrote: <o:p></o:p></span></p>
        <table class="MsoNormalTable" border="0" cellpadding="0"
 cellspacing="0">
          <tbody>
            <tr>
              <td
 style="padding: 0in; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;"
 valign="top">
              <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><br>
Hi Alex<br>
              <br>
here is mysql query:<br>
mysql&gt; select * from ocp_admin_privileges\G;<br>
*************************** 1. row ***************************<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id: 58<br>
&nbsp;&nbsp;&nbsp;&nbsp; first_name:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; last_name:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; username: admin<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; password: admin<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ha1: d2abaa37a7c3db1137d385e1d8c15fd2<br>
available_tools: all<br>
&nbsp;&nbsp;&nbsp; permissions: all<br>
              <br>
so i am still getting the invalid username on opensips-cp version 4<br>
the i remove the folder opensips-cp version 4 and replace with
opensips-cp version 3 and now it works without problem with opensips-cp
version 3<br>
              <br>
i dont change anything and step i do :<br>
step 1. cd /var/www<br>
step 2. delete folder opensips-cp<br>
step 3. download the opensips-cp_3.0.tar.gz<br>
step 4. untar the file opensips-cp_3.0<br>
step 5. chown www-data:www-data opensips-cp -R<br>
              <br>
Thank you for your help<br>
Ha<br>
              <br>
--- On <b>Fri, 3/12/10, Alex Ionescu <i><a moz-do-not-send="true"
 href="/mc/compose?to=alex@opensips.org" target="_blank">&lt;alex@opensips.org&gt;</a></i></b>
wrote:<o:p></o:p></span></p>
              <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><br>
From: Alex Ionescu <a moz-do-not-send="true"
 href="/mc/compose?to=alex@opensips.org" target="_blank">&lt;alex@opensips.org&gt;</a><br>
Subject: Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0<br>
To: "OpenSIPS users mailling list" <a moz-do-not-send="true"
 href="/mc/compose?to=users@lists.opensips.org" target="_blank">&lt;users@lists.opensips.org&gt;</a><br>
Date: Friday, March 12, 2010, 9:02 AM<o:p></o:p></span></p>
              <div id="yiv1014184499">
              <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">Sorry,<br>
              <br>
My mistake ... the MD5 should be applied on the value not on the field
name ... So, it is : <br>
              <br>
INSERT INTO ocp_admin_privileges
(username,password,ha1,available_tools,permissions) values
('admin','admin',md5('admin:admin'),'all','all');<br>
              <br>
On 3/12/2010 13:06, Alex Ionescu wrote: <o:p></o:p></span></p>
              <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">Hi,<br>
              <br>
The problem seems to be your "step 11" :<br>
              <br>
&nbsp; step 11. INSERT INTO ocp_admin_privileges
(username,password,ha1,available_tools,permissions) values
('admin','admin','admin:admin','all','all');<br>
              <br>
You must encode the <b>ha1</b> field. So, I believe that the correct
query would be : <br>
              <br>
INSERT INTO ocp_admin_privileges
(username,password,md5(ha1),available_tools,permissions) values
('admin','admin','admin:admin','all','all');<br>
              <br>
Anyway, you can always check the INSTALL file (I think the query is
located on line 102 or 103).<br>
              <br>
Regards,<br>
              <br>
Alex<br>
              <br>
On 3/12/2010 12:41, Do Nguyen Ha wrote: <o:p></o:p></span></p>
              <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">&nbsp; step 11. INSERT INTO
ocp_admin_privileges
(username,password,ha1,available_tools,permissions) values
('admin','admin','admin:admin','all','all');<o:p></o:p></span></p>
              <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><o:p>&nbsp;</o:p></span></p>
              <pre>-- <o:p></o:p></pre>
              <pre>Alex Ionescu<o:p></o:p></pre>
              <pre><a moz-do-not-send="true"
 href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a> <o:p></o:p></pre>
              <pre><o:p>&nbsp;</o:p></pre>
              <pre>_______________________________________________<o:p></o:p></pre>
              <pre>Users mailing list<o:p></o:p></pre>
              <pre><a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><o:p></o:p></pre>
              <pre><a moz-do-not-send="true"
 href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
 target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><o:p></o:p></pre>
              <pre>&nbsp; <o:p></o:p></pre>
              <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><o:p>&nbsp;</o:p></span></p>
              <pre>-- <o:p></o:p></pre>
              <pre>Alex Ionescu<o:p></o:p></pre>
              <pre><a moz-do-not-send="true"
 href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a> <o:p></o:p></pre>
              </div>
              <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><br>
-----Inline Attachment Follows-----<o:p></o:p></span></p>
              <div>
              <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">_______________________________________________<br>
Users mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
              <a moz-do-not-send="true"
 href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
 target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><o:p></o:p></span></p>
              </div>
              </td>
            </tr>
          </tbody>
        </table>
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><o:p>&nbsp;</o:p></span></p>
        <pre><o:p>&nbsp;</o:p></pre>
        <pre>_______________________________________________<o:p></o:p></pre>
        <pre>Users mailing list<o:p></o:p></pre>
        <pre><a moz-do-not-send="true"
 href="/mc/compose?to=Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><o:p></o:p></pre>
        <pre><a moz-do-not-send="true"
 href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
 target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><o:p></o:p></pre>
        <pre>&nbsp; <o:p></o:p></pre>
        <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><o:p>&nbsp;</o:p></span></p>
        <pre>-- <o:p></o:p></pre>
        <pre>Alex Ionescu<o:p></o:p></pre>
        <pre><a moz-do-not-send="true" href="http://www.voice-system.ro"
 target="_blank">www.voice-system.ro</a> <o:p></o:p></pre>
        </div>
        <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;"><br>
-----Inline Attachment Follows-----<o:p></o:p></span></p>
        <div>
        <p class="MsoNormal"><span
 style="font-family: &quot;inherit&quot;,&quot;serif&quot;;">_______________________________________________<br>
Users mailing list<br>
        <a moz-do-not-send="true"
 href="/mc/compose?to=Users@lists.opensips.org">Users@lists.opensips.org</a><br>
        <a moz-do-not-send="true"
 href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
 target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><o:p></o:p></span></p>
        </div>
        </div>
        </td>
      </tr>
    </tbody>
  </table>
  <p class="MsoNormal" style="margin-bottom: 12pt;"><o:p>&nbsp;</o:p></p>
  <pre><o:p>&nbsp;</o:p></pre>
  <pre><o:p>&nbsp;</o:p></pre>
  <pre>_______________________________________________<o:p></o:p></pre>
  <pre>Users mailing list<o:p></o:p></pre>
  <pre><a moz-do-not-send="true" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><o:p></o:p></pre>
  <pre><a moz-do-not-send="true"
 href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><o:p></o:p></pre>
  <pre>&nbsp; <o:p></o:p></pre>
  <p class="MsoNormal" style="margin-bottom: 12pt;"><br>
  <br>
  <o:p></o:p></p>
  <pre>-- <o:p></o:p></pre>
  <pre>Alex Ionescu<o:p></o:p></pre>
  <pre><a moz-do-not-send="true" href="http://www.voice-system.ro">www.voice-system.ro</a> <o:p></o:p></pre>
  <div>
  <div class="MsoNormal" style="text-align: center;" align="center"><span
 style="color: windowtext;">
  <hr align="center" size="2" width="100%"></span></div>
  </div>
  <div>
  <p class="MsoNormal"><span style="color: windowtext;">This email
message is for the
sole use of the intended recipient(s) and may contain confidential
information.&nbsp; Any unauthorized review, use, disclosure or distribution
is
prohibited.&nbsp; If you are not the intended recipient, please contact the
sender by reply email and destroy all copies of the original message. <o:p></o:p></span></p>
  </div>
  <div>
  <div class="MsoNormal" style="text-align: center;" align="center"><span
 style="color: windowtext;">
  <hr align="center" size="2" width="100%"></span></div>
  </div>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Alex Ionescu
<a class="moz-txt-link-abbreviated" href="http://www.voice-system.ro">www.voice-system.ro</a> </pre>
</body>
</html>