<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Vicente.<BR>
<BR>
Thanks for solving my problem.&nbsp; <IMG SRC="cid:1277192916.2261.20.camel@DELL" ALIGN="middle" ALT=":-)" BORDER="0"><BR>
You pointed me in the right direction.<BR>
<BR>
The mistake I made was this:<BR>
==================<BR>
When reading the website<BR>
<BR>
<B><I>Create user access table:</I></B>
<UL>
    <LI>create a new table in <A HREF="http://www.kamailio.org">Kamailio (OpenSER)</A> database name ob_users:
</UL>
<PRE>
CREATE TABLE `ob_users` (
&nbsp; `SYSID` int(11) NOT NULL auto_increment,
&nbsp; `USERID` varchar(15) NOT NULL,
&nbsp; `PASSWORD` varchar(15) default NULL,
&nbsp; PRIMARY KEY&nbsp; (`SYSID`)
);
</PRE>
I created a new database ob_users with a table ob_users, in stead of inserting the table into the database openser.<BR>
<BR>
Thanks,<BR>
Henk<BR>
<BR>
<BR>
<BR>
On Tue, 2010-06-22 at 08:54 +0200, Vicente Ferrando Berenguer wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    Have you created the ob_users table in openser database and added the openser user and password you are using? Is MySQL accepting the connection?
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Quite a few things can fail but DB connection seems to be the most probable cause. Try with another browser also. Safari is not working for me. And you can also try to clean the browser cache and cookies.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    El 21/06/2010, a las 16:42, Henk Oegema escribi&#243;:
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE TYPE=CITE>
        Vicente<BR>
                <BR>
        <BR>
        I've tried with Server=&quot;localhost', Server=&quot;192.168.1.14&quot; and Server=&quot;127.0.0.1, but I still can't login.&nbsp; &lt;face-sad.png&gt;<BR>
        <BR>
        &lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;<BR>
        &lt;Config&gt;<BR>
        &nbsp;&nbsp; &lt;DataSource&gt;<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Database Name=&quot;Default&quot; Driver=&quot;Pdo_Mysql&quot;&nbsp;&nbsp; Server=&quot;localhost&quot; DBName=&quot;openser&quot; User=&quot;openser&quot; Password=&quot;openserrw&quot; /&gt;<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Database Name=&quot;Siremis&quot; Driver=&quot;Pdo_Mysql&quot; Server=&quot;localhost&quot; DBName=&quot;openser&quot; User=&quot;openser&quot; Password=&quot;openserrw&quot; /&gt;<BR>
        &nbsp;&nbsp; &lt;/DataSource&gt;<BR>
        &lt;/Config&gt;<BR>
        ==============================================================<BR>
        &lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;<BR>
        &lt;Config&gt;<BR>
        &nbsp;&nbsp; &lt;DataSource&gt;<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Database Name=&quot;Default&quot; Driver=&quot;Pdo_Mysql&quot;&nbsp;&nbsp; Server=&quot;192.168.1.14&quot; DBName=&quot;openser&quot; User=&quot;openser&quot; Password=&quot;openserrw&quot; /&gt;<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Database Name=&quot;Siremis&quot; Driver=&quot;Pdo_Mysql&quot; Server=&quot;192.168.1.14&quot; DBName=&quot;openser&quot; User=&quot;openser&quot; Password=&quot;openserrw&quot; /&gt;<BR>
        &nbsp;&nbsp; &lt;/DataSource&gt;<BR>
        &lt;/Config&gt;<BR>
        =============================================================<BR>
        &lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;<BR>
        &lt;Config&gt;<BR>
        &nbsp;&nbsp; &lt;DataSource&gt;<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Database Name=&quot;Default&quot; Driver=&quot;Pdo_Mysql&quot;&nbsp;&nbsp; Server=&quot;127.0.0.1&quot; DBName=&quot;openser&quot; User=&quot;openser&quot; Password=&quot;openserrw&quot; /&gt;<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Database Name=&quot;Siremis&quot; Driver=&quot;Pdo_Mysql&quot; Server=&quot;127.0.0.1&quot; DBName=&quot;openser&quot; User=&quot;openser&quot; Password=&quot;openserrw&quot; /&gt;<BR>
        &nbsp;&nbsp; &lt;/DataSource&gt;<BR>
        &lt;/Config&gt;<BR>
        <BR>
        <BR>
        On Mon, 2010-06-21 at 09:41 +0200, Vicente wrote:<BR>
        <BLOCKQUOTE TYPE=CITE>
            &nbsp;&nbsp;&nbsp; Hi,<BR>
            <BR>
            &nbsp;&nbsp;&nbsp; Have you tried this?<BR>
            <TT><FONT COLOR="#3a3935">On 05/27/2010 10:15 AM, Elena-Ramona Modroiu wrote:</FONT></TT><BR>
            <TT><FONT COLOR="#737373">&gt; Note as well that in some OSes, connecting to openser database from</FONT></TT><BR>
            <TT><FONT COLOR="#737373">&gt; 127.0.0.1 is not same as localhost (which is used by kamctl to create</FONT></TT><BR>
            <TT><FONT COLOR="#737373">&gt; openser user and database), so try with localhost instead of 127.0.0.1</FONT></TT><BR>
            <TT><FONT COLOR="#737373">&gt; in siremis/metadata/Config.xml, in case you still get problems.</FONT></TT><BR>
            &nbsp;&nbsp;&nbsp; <BR>
            &nbsp;&nbsp;&nbsp; The problems you report seems to be related with the database connection settings.<BR>
            <BR>
            &nbsp;&nbsp;&nbsp; Regards. <BR>
            <BR>
            El dom, 20-06-2010 a las 18:10 +0200, Henk Oegema escribi&#243;:<BR>
            <BLOCKQUOTE TYPE=CITE>
                I'm trying to install Siremis 1.0.0 to work with Kamailio 3.0 and I'm having some problems which hopefully somebody can help with. <BR>
                Kamailio, the MySQL server and Siremis are running on the same server. The server is running Debian 5.0.4 <BR>
                <BR>
                I have followed the Siremis installation instructions at the following link: <A HREF="http://www.voipuser.org/ship_to.php?url=http://siremis.asipto.com/install/">http://siremis.asipto.com/install/</A> <BR>
                <BR>
                I reach a point were I can get to the Siremis web interface login page but when <B>I enter the user name and password nothing happens</B>. <BR>
                <BR>
                <BR>
                /var/log/apache2/access.log :<BR>
                =============================<BR>
                192.168.1.101 - - [19/Jun/2010:15:53:22 +0200] &quot;GET /siremis/ HTTP/1.1&quot; 302 271 &quot;-&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3&quot;<BR>
                192.168.1.101 - - [19/Jun/2010:15:53:22 +0200] &quot;GET /siremis/bin/ HTTP/1.1&quot; 200 1083 &quot;-&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3&quot;<BR>
                192.168.1.101 - - [19/Jun/2010:15:53:22 +0200] &quot;GET /siremis/js/sound.js HTTP/1.1&quot; 404 270 &quot;<A HREF="http://192.168.1.14/siremis/bin/">http://192.168.1.14/siremis/bin/</A>&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3&quot;<BR>
                192.168.1.101 - - [19/Jun/2010:15:53:23 +0200] &quot;GET /siremis/js/sound.js HTTP/1.1&quot; 404 270 &quot;<A HREF="http://192.168.1.14/siremis/bin/">http://192.168.1.14/siremis/bin/</A>&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3&quot;<BR>
                192.168.1.101 - - [19/Jun/2010:15:53:38 +0200] &quot;POST /siremis/bin/controller.php HTTP/1.1&quot; 200 20 &quot;<A HREF="http://192.168.1.14/siremis/bin/">http://192.168.1.14/siremis/bin/</A>&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3&quot;<BR>
                <BR>
                /var/log/apache2/error.log :<BR>
                ============================<BR>
                [Sat Jun 19 15:53:22 2010] [error] [client 192.168.1.101] File does not exist: /var/www/siremis-1.0.0/siremis-web/js/sound.js, referer: <A HREF="http://192.168.1.14/siremis/bin/">http://192.168.1.14/siremis/bin/</A><BR>
                [Sat Jun 19 15:53:23 2010] [error] [client 192.168.1.101] File does not exist: /var/www/siremis-1.0.0/siremis-web/js/sound.js, referer: <A HREF="http://192.168.1.14/siremis/bin/">http://192.168.1.14/siremis/bin/</A><BR>
                <BR>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>