<div dir="ltr"><div><div><div>Trying setting force_send_socket(PUBLIC_IP:<wbr>5060); in a branch 
route. Get redirects creates a new branch for each contact header 
returned in the 302 and you want to act upon those branches.<br><br>        if (t_check_status("302")) {<br>
                get_redirects("*");<br></div>             t_on_branch("REDIRECT_BRANCH")<br><div><div>
                t_relay();<br>
        }</div></div><br><br></div>     branch_route[REDIRECT_BRANCH] {<br>       force_send_socket(PUBLIC_IP:<wbr>5060);<br>     }<br><br><br></div>John<br></div>