<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>Hi Jim,<br>
<br>
What OpenSIPS version do you use ?<br>
<br>
Is the x00 string corresponding to the to_tn extra field ? If yes,
is there any chance to have the $rU null (no username in RURI) ?<br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a>
OpenSIPS Summit May 2017 Amsterdam
<a class="moz-txt-link-freetext" href="http://www.opensips.org/events/Summit-2017Amsterdam.html">http://www.opensips.org/events/Summit-2017Amsterdam.html</a>
</pre>
<div class="moz-cite-prefix">On 04/26/2017 05:43 PM, Jim DeVito
wrote:<br>
</div>
<blockquote
cite="mid:CAAcmnhke1-MwtGiwixkXTrfRJWf+vrBHB5iGHG6qhtUg0Ami_A@mail.gmail.com"
type="cite">
<div dir="ltr">Hi All,
<div><br>
</div>
<div>So I am seeing the below record in the ACC output that is
causing me problems else where. Notice the
\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 part. </div>
<div><br>
</div>
<div>INVITE|gK0c48d4aa||1464632400_16750753@REDACTED|600|Busy
Everywhere|1493217263|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|+1REDACTED|sip-proxy03|from-PSTN|REDACTED||8877||<br>
</div>
<div><br>
</div>
<div>In every other ACC entry the value is to be the user part
of the request URI as described here...</div>
<div><br>
</div>
<div>modparam("acc", "db_extra", "to_tn=$rU; (etc....)</div>
<div><br>
</div>
<div>Except when the call goes through the below failure route.</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>failure_route[orig_load_balance_fail] {</div>
<div><br>
</div>
<div> if (t_was_cancelled()) { </div>
<div> exit();</div>
<div> }</div>
<div><br>
</div>
<div> if (t_check_status("[56][0-9][0-9]") ||
t_local_replied("all")) {</div>
<div><br>
</div>
<div> if (lb_next()) {</div>
<div>
t_on_failure("orig_load_balance_fail");</div>
<div> t_relay();</div>
<div> exit();</div>
<div> } else { </div>
<div> send_reply("600","Busy
Everywhere");</div>
<div> exit();</div>
<div> }</div>
<div> }</div>
<div>} </div>
</div>
<div> </div>
<div><br>
</div>
<div>Thoughts?</div>
<div><br>
</div>
<div>Thanks!!</div>
<div><br>
</div>
<div>Jim D. </div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>