<br><br><div class="gmail_quote">2010/4/30 Brad Bendy <span dir="ltr">&lt;<a href="mailto:brad.bendy@benganetworks.com">brad.bendy@benganetworks.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



  
  

<div>
Hi,<br>
<br>
Im bringing this back up again.<br>
<br>
Ive had to switch our INVITE format as some upstreams parse the INVITE differently, I just need to change the order of variables around.<br>
<br>
Now the weird thing is, I set the $ru and then when I check to see what $ru is set to, it&#39;s been set correct, the order and all variables are correct, but then openSIPs sends the INVITE out it fails to modify it at all.<br>

<br>
I was using:<div class="im"><br>
<font color="#000000">$ru=&#39;sip:&#39; + $rU + &#39;@&#39; + $rd + &#39;;npdi=yes&#39; + &#39;;rn=&#39; + $avp(s:lrn);</font><br>
<br></div>
now<br>
$ru=&#39;sip:&#39; + $rU + &#39;;npdi=yes&#39; + &#39;;rn=+1&#39; + $avp(s:lrn) + &#39;@&#39; + $rd;<br>
<br></div></blockquote><div><br>maybe <br>that should go out if $avp(s:lrn) is not null(otherwise you should see errors in the syslog/messages).<br>can you post the output of<br>ngrep &#39;11235559999&#39;  port 5060 -Wbyline -q -dany -t<br>
<br>?<br>Is there any other place where you manipulate $ru? (failure_route or somewhere else)<br><br>-Laszlo<br><br><br><br><br><br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
Before the INVITE would look like:<br>
<br>
INVITE sip:+11235559999<b>@<a href="http://1.1.1.1" target="_blank">1.1.1.1</a></b>;npdi=yes;rn=+11235559999 SIP/2.0<br>
<br>
but now it should look like INVITE sip:+11235559999;npdi=yes;rn=+11235559999<b>@<a href="http://1.1.1.1" target="_blank">1.1.1.1</a></b> SIP/2.0<br>
<br>
it currently looks like INVITE sip:+11235559999@<b>1.1.1.1</b> SIP/2.0.<br>
<br>
Any ideals why just the positions of the AVPs and the other text would matter? I think it&#39;s weird when I use xlog() to print what $ru is set to it shows the correct value just OpenSIPs does not modify the INVITE. Not sure if anyone else has ran into this on the list or not.<br>

<br></div></blockquote></div><br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style>