<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
SIP call comes on leg A as following:<br>
INVITE sip:6135555555<b>;npdi=yes</b>@1.2.3.4:5060 SIP/2.0<br>
<br>
${destination_number} var becomes "6135555555;npdi=yes"<br>
<br>
On leg B I send the call to gateway using unaltered
${destination_number}:<br>
<action application="bridge"
data="sofia/gateway/test_gw/${destination_number}"/><br>
<br>
I see the following on leg B:<br>
INVITE <a class="moz-txt-link-abbreviated" href="mailto:sip:6135555555@5.6.7.8:5060">sip:6135555555@5.6.7.8:5060</a><b>;npdi=yes</b> SIP/2.0<br>
<br>
So, FS moved ";npdi=yes" which is a tel URI parameter into the very
end as if it was a SIP URI parameter. Such behavior does not seem
correct. Is this a bug? Found the following implementation
discussion:<br>
<a class="moz-txt-link-freetext" href="http://comments.gmane.org/gmane.ietf.sip-implementors/21554">http://comments.gmane.org/gmane.ietf.sip-implementors/21554</a><br>
<br>
Please help to make FS send tel URI parameters unaltered using
bridge application and a gateway. WiKi for bridge dial-plan tool has
some examples but it does not make use of gateway and I need to use
gateway.<br>
<br>
Thank you,<br>
Victor
</body>
</html>