<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Hello,<br>
that occurs because the TCP connection with Jabber server is down (possible
to have Jabber server crashed or other network reasons).<br>
Please check if the Jabber server is still running. Otherwise use ngrep (<a class="moz-txt-link-freetext" href="http://ngrep.sourceforge.net">http://ngrep.sourceforge.net</a>)
to see the network traffic on port 5222 (use loopback if ser and jabber are
on same machine). You should see the message flow between ser and Jabber.
Watch if SER opens connection with Jabber server and no error messages arise.<br>
<br>
If you are in trouble understanding the Jabber messages you can send me the
dump and I will try to figure out what is happening.<br>
<br>
Regards,<br>
Daniel<br>
<br>
<br>
<br>
Toni Barata (EPS) wrote:<br>
<blockquote type="cite"
 cite="midD397A7FACCC45A44A0A207FD892961EA03C2D458@mail.intra.cet.pt">  
  <meta http-equiv="Content-Type" content="text/html; ">
  <title></title>
   
  <meta content="MSHTML 5.00.3502.5390" name="GENERATOR">
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003">Hi  Daniel,</span></font></div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003"></span></font>&nbsp;</div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003">The  problem related with the permition to use
de jabber gateway seems to be  solved.</span></font></div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003">Now I  have a new problem. In the same scenario
(Messenger sending a message to Jabber  client) the messenger receives from
the jabber gw the following error  message:</span></font></div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003"></span></font>&nbsp;</div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003">"  <span lang="EN-US"
 style="font-family: 'MS Shell Dlg'; font-size: 10pt;">ERROR:Connection  to
Jabber server lost. You have to login to Jabber server again (join the  conferences
again that you were participating, too)<o:p></o:p></span>"&nbsp;</span></font></div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003"></span></font>&nbsp;</div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003">Can  you figure what is happening here?</span></font></div>
 
  <div>&nbsp;</div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003">Thanks,</span></font></div>
 
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="037152916-31012003">Toni</span></font></div>
 
  <div>&nbsp;</div>
 
  <blockquote>   
    <div align="left" class="OutlookMessageHeader" dir="ltr"><font
 face="Tahoma" size="2">-----Original Message-----<br>
    <b>From:</b> Daniel-Constantin MIERLA    [<a class="moz-txt-link-freetext" href="mailto:mierla@fokus.fraunhofer.de">mailto:mierla@fokus.fraunhofer.de</a>]<br>
    <b>Sent:</b> sexta-feira, 31 de Janeiro    de 2003 12:51<br>
    <b>To:</b> Toni Barata (EPS)<br>
    <b>Cc:</b>    '<a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>'<br>
    <b>Subject:</b> Re: [Serusers] user permission problem    on ser-jabber
gw<br>
    <br>
    </font></div>
Hello,<br>
the SIP_ID field must be the    SIP URI of the SIP user (e.g. '<a
 class="moz-txt-link-abbreviated" href="mailto:sip:user1@mydomain.com">sip:user1@mydomain.com</a>')
-- that is    for fast matching - From tag includes sip: in address of the
origin. If you    check the manual or the mail I pointed, the samples show
that.<br>
    <br>
Toni    Barata (EPS) wrote:<br>
   
    <blockquote
 cite="midD397A7FACCC45A44A0A207FD892961EA03C2D457@mail.intra.cet.pt"
 type="cite">
      <pre wrap="">Hi Daniel,

I have done this (creating the database sip_jab) before sending my first
email.
Regarding the association of SIP users with Jabber IDs, I have added an
entry on table jusers this way on mysql:

mysql&gt; INSERT INTO jusers VALUES
('1','user1','user1','<a class="moz-txt-link-abbreviated"
 href="mailto:user1@mydomain.com">user1@mydomain.com</a>','0');

Should it be done this way or there are others ways to do it?</pre>
    </blockquote>
If    you take the sources of the module, in directory 'doc' you can find
some perl    or php scripts which can help you. You have to change the values
from the    beginning of scripts according with your configuration.<br>
    <br>
   
    <blockquote
 cite="midD397A7FACCC45A44A0A207FD892961EA03C2D457@mail.intra.cet.pt"
 type="cite">
      <pre wrap="">The same problem persists.</pre>
    </blockquote>
Try again    now.<br>
Regards,<br>
Daniel<br>
   
    <blockquote
 cite="midD397A7FACCC45A44A0A207FD892961EA03C2D457@mail.intra.cet.pt"
 type="cite">
      <pre wrap="">Regards,
Toni


-----Original Message-----
From: Daniel-Constantin MIERLA [<a class="moz-txt-link-freetext"
 href="mailto:mierla@fokus.fraunhofer.de">mailto:mierla@fokus.fraunhofer.de</a>]
Sent: quinta-feira, 30 de Janeiro de 2003 19:54
To: Toni Barata (EPS)
Cc: '<a class="moz-txt-link-abbreviated"
 href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>'
Subject: Re: [Serusers] user permission problem on ser-jabber gw


Hello,
you have to create the database for SIMPLE2Jabber gateway and after that 
you have to associate SIP users with Jabber IDs.

I wrote a manual for gateway, but is more related to next ser release. 
Anyway, the database is the same, exported methods too, only some 
parameters has changed. The database can be created using sql script 
from CVS
<a class="moz-txt-link-freetext"
 href="http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/jabber/doc/">http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/jabber/doc/</a>
xjab.sql?rev=1.1&amp;content-type=text/vnd.viewcvs-markup
or from manual
<a class="moz-txt-link-freetext"
 href="http://www.iptel.org/ser/doc/jabgw/xjab-manual.html#5._Admins_guide">http://www.iptel.org/ser/doc/jabgw/xjab-manual.html#5._Admins_guide</a>

It might provide a good help to read next message (especially last part 
of it) posted on this list

<a class="moz-txt-link-freetext"
 href="http://lists.iptel.org/pipermail/serusers/2002-December/000049.html">http://lists.iptel.org/pipermail/serusers/2002-December/000049.html</a>

After that if you still have problems do not hesitate to post a new 
message on the list.

Best regards,
Daniel


Toni Barata (EPS) wrote:

  </pre>
     
      <blockquote type="cite">
        <pre wrap="">Hi folks,

( I think!) I have successfully installed SER server with the ser-mysql and
ser-jabber packages ( I have also a mysql server and a Jabber server
running).
For testing I have established a SIP IM session between two MS Messengers
and it did work. 
After this I have tried to establish a IM session between a user SIP (MS
Messenger) and a user Jabber (Exodus), but when the messenger sends a
message for the jabber gateway the following error occurs:

"ERROR: Your message was not sent. You do not have permision to use the
gateway."

What could be the problem here?

Best regards,
Toni  

_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext"
 href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>

 

    </pre>
      </blockquote>
      <pre wrap=""><!---->
_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext"
 href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>

  </pre>
    </blockquote>
    <br>
  </blockquote>
</blockquote>
<br>
</body>
</html>