<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>