<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Version: OpenSer 1.2.0<br>
<br>
I have a phone (using G711 as voice codec ) using openser as outbound
proxy, openser has 2 routes <br>
- gateway1 (does not allow G711) <br>
- gateway2<br>
<br>
When the phone try a call,&nbsp; openser try first gateway1 and that fails
with error code "488 Not acceptable here" ( which is normal because
G711 is not allowed on that gateway ). Then Openser then try gateway2
but it seems that Openser is generating wrong SIP packets especially,
it is using header "transport=<b>udp..t</b>" instead of
"transport=udp". <br>
<br>
Is this a known bug on LCR fallback ? <br>
Note that on the first gateway1, one digit is stripped before trying
the call; on the second gateway, no digits are stripped. <br>
<br>
Below is an extract of the SIP dialog ( ngrep output in attachement ): <br>
<br>
o Phone to OpenSer <br>
<font color="#cc0000"><tt>U phone:5060 -&gt; openser:5060<br>
INVITE <a class="moz-txt-link-abbreviated" href="mailto:sip:xxxxxxxx@sip1.e-qual.fr">sip:xxxxxxxx@sip1.e-qual.fr</a> SIP/2.0.<br>
<br>
U openser:5060 -&gt; phone:5060<br>
SIP/2.0 100 Giving a try.<br>
<br>
</tt></font>o&nbsp; OpenSer to Gateway1<br>
<font color="#cc0000"><tt>U openser:5060 -&gt; gateway1:5060<br>
INVITE sip:</tt></font><font color="#cc0000"><tt>xxxxxxxx</tt></font><font
 color="#cc0000"><tt>@gateway1:5060;transport=udp SIP/2.0.<br>
<br>
U gateway1:5060 -&gt; openser:5060<br>
SIP/2.0 488 Not acceptable here.<br>
<br>
U openser:5060 -&gt; gateway1:5060<br>
ACK sip:516442431@gateway1:5060;transport=udp SIP/2.0.<br>
<br>
</tt></font>o&nbsp; OpenSer to Gateway2<br>
<font color="#cc0000"><tt>U openser:5060 -&gt; gateway2:5060<br>
INVITE sip:</tt></font><font color="#cc0000"><tt>xxxxxxxx</tt></font><font
 color="#cc0000"><tt>@</tt></font><font color="#cc0000"><tt>gateway2</tt></font><font
 color="#cc0000"><tt>:5060;<b>transport=udp..t</b> SIP/2.0.<br>
<br>
U openser:5060 -&gt; </tt></font><font color="#cc0000"><tt>gateway2</tt></font><font
 color="#cc0000"><tt>:5060<br>
INVITE sip:</tt></font><font color="#cc0000"><tt>xxxxxxxx</tt></font><font
 color="#cc0000"><tt>@</tt></font><font color="#cc0000"><tt>gateway2</tt></font><font
 color="#cc0000"><tt>:5060;<b>transport=udp..t</b> SIP/2.0.<br>
<br>
U openser:5060 -&gt; </tt></font><font color="#cc0000"><tt>gateway2</tt></font><font
 color="#cc0000"><tt>:5060<br>
INVITE sip:</tt></font><font color="#cc0000"><tt>xxxxxxxx</tt></font><font
 color="#cc0000"><tt>@</tt></font><font color="#cc0000"><tt>gateway2</tt></font><font
 color="#cc0000"><tt>:5060;<b>transport=udp..t</b> SIP/2.0.</tt></font><br>
<br>
<br>
Regards,<br>
Jerome<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Jerome</pre>
</body>
</html>