<!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 text="#000000" bgcolor="#ffffff">
I'm using VOVIDA B2BUA.<br>
<br>
According with its man page it says the following:<br>
"B2bUa is in the call-signalling-path all the times. There are<br>
numerous applications in which b2bUa can be used either as a media<br>
negotiator or simply supervising the calls between two parties."<br>
<br>
Its configuration file is very simple only have the following:<br>
&lt;B2BUA_Configuration&gt;<br>
&nbsp; &lt;SIP&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;Local&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Port&gt;5065&lt;/Port&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Transport&gt;UDP&lt;/Transport&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Local&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;Proxy_Server&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Address&gt;200.94.75.6&lt;/Address&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Port&gt;5060&lt;/Port&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Proxy_Server&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;Registration&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Register&gt;no&lt;/Register&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Address&gt;200.94.75.6&lt;/Address&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Port&gt;5060&lt;/Port&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Expires&gt;600&lt;/Expires&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Registration&gt;<br>
&nbsp; &lt;/SIP&gt;<br>
&nbsp; &lt;RADIUS&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;Local&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Authentication_Port&gt;1812&lt;/Authentication_Port&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Accounting_Port&gt;1813&lt;/Accounting_Port&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Local&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;Billing_Server&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Address&gt;200.94.75.11&lt;/Address&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Authentication_Port&gt;1812&lt;/Authentication_Port&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Accounting_Port&gt;1813&lt;/Accounting_Port&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Password&gt;password&lt;/Password&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/Billing_Server&gt;<br>
&nbsp; &lt;/RADIUS&gt;<br>
&nbsp; &lt;PrePaid&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;Billing&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Option&gt;mandatory&lt;/Option&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Refresh_Time&gt;20&lt;/Refresh_Time&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;Extract_User_Id_From&gt;Proxy-Authorization&lt;/Extract_User_Id_From&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;User_Id_Decode_Scheme&gt;Basic&lt;/User_Id_Decode_Scheme&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/Billing&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Use_SIP_INFO&gt;no&lt;/Use_SIP_INFO&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Use_HTTP&gt;no&lt;/Use_HTTP&gt;<br>
&nbsp; &lt;/PrePaid&gt;<br>
&nbsp; &lt;Redundancy /&gt;<br>
&lt;/B2BUA_Configuration&gt;<br>
<br>
Regarding the NAT issue I have tested the Linksys with SER and
MEDIAPROXY alone and I don't have any problem. I can have the call more
than 1 hour and it stills alive.<br>
<br>
Regards<br>
<br>
Alberto Cruz<br>
Zeus Ng wrote:<br>
<blockquote type="cite"
 cite="mid00c001c57b81$22cf0f40$6515a8c0@isdws101">
  <pre wrap="">Hi Alberto,

I'm not sure how your B2BUA handle private IP in SDP (c=IN IP4
172.31.253.127) from the Linksys UA. The call flow is "fine" (see below) but
the RTP packets is not going through your B2BUA. Normally, the B2BUA shall
rewrite the SDP and carry the RTP packets. In you case, it's not doing so.
The BYE might be sent out by the B2BUA because it does not receive any RTP
packets from Linksys. Thus, it disconnect the call because it thinks the UA
is not responding. Although the call is established, the RTP packets are
between Linksys and Cisco. Please check your B2BUA configuration.

Also, as Klaus said, the call flow is a bit strange. The B2BUA is not
relaying the 183 and 200 responses to SER than Linksys. I'm not sure why
your Linksys is responding to these two responses from the B2BUA, it's
definitely a problem for other NAT routers. I guess your Linksys do have the
problem as it's not responding to the BYE request from B2BUA.

Zeus

  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:serusers-bounces@iptel.org">serusers-bounces@lists.iptel.org</a> On Behalf Of Alberto Cruz
Sent: Tuesday, 28 June 2005 1:38 AM
To: Klaus Darilion
Cc: <a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
Subject: Re: [Serusers] Call expires after 30 seconds with 
SER + MEDIAPROXY+VOVIDA B2BUA
Importance: High


Hi Klaus

I'm trying to do the following:

UA behind a NAT ----&gt; SER+MEDIAPROXY --------&gt; B2BUA -----&gt; 
SER+MEDIAPROXY------&gt; PSTN GATEWAY

The first callee is the UA behind the NAT and then the B2BUA calls to 
the PSTN.
The B2BUA has a public IP address (isn't nated)
The PSTN GATEWAY has a public IP address too.
 
I'm attaching the full NGREP sniffing from the call in order 
you can see 
all the flow.

Regards

Alberto Cruz
Klaus Darilion wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">30 seconds calls are usually an ACK problem due to NAT. 
      </pre>
    </blockquote>
    <pre wrap="">Make sure the
    </pre>
    <blockquote type="cite">
      <pre wrap="">callee receives the ACK.

regards,
klaus

Greger V. Teigre wrote:

      </pre>
      <blockquote type="cite">
        <pre wrap="">Only B2BUA can generate a BYE, so it's definitely not SER. However,
there may be something else that causes Vovida to generate it. I 
would start in that end. I don't know Vovida, so I wouldn't know 
where to start...
g-)



_______________________________________________
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="">

      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->


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