<div dir="ltr"><div><div><div>Hello all,<br></div>         While using basic topo-hiding <strong>script_scenario, </strong>I am facing a problem of CANCEL packet not being able to relayed to CALLEE by B2BUA opensip.<br><br>
</div>The scenario is as follow:<br><br></div>Caller -&gt;Carrier ( x.x.36.69) -&gt; B2BUA(x.x.x.171) -&gt; Proxy(x.x.x.142) .... <br><div><div><div><div><div><div><div><div><div><br></div><div>When caller CANCEL the call, B2BUA server replies back with 200  cancenling but does not intimate callee resulting in request timeout.<br>
<br></div><div>SIP Traces are attached, and following is the brief config <br></div><div><br> <br></div><div><u><b>MODParameter</b></u><br>modparam(&quot;b2b_entities&quot;, &quot;script_req_route&quot;, &quot;b2b_request&quot;)<br>
modparam(&quot;b2b_entities&quot;, &quot;script_reply_route&quot;, &quot;b2b_reply&quot;)<br>modparam(&quot;b2b_logic&quot;, &quot;use_init_sdp&quot;, 1)<br><br clear="all"><u><b>CANCEL BLOCK</b></u><br>        if (is_method(&quot;CANCEL&quot;))<br>
        {<br>                if (t_check_trans()){<br>                        t_relay();<br>                }<br>                exit;<br>        }<br><br></div><div><u><b>INVITE</b></u><br></div><div>force_send_socket(udp:<a href="http://192.168.226.171:5060">192.168.226.171:5060</a>);<br>
                setflag(ACC_DO); # do accounting<br>                if(src_ip==192.168.36.69) {<br>                        $rd = &quot;192.168.226.142&quot;;<br>                        $rp = &quot;5060&quot;;<br>                } else  {<br>
                        $rd = &quot;192.168.36.69&quot;;<br>                        $rp = &quot;5060&quot;;<br>                }<br><br></div><div>       b2b_init_request(&quot;top hiding&quot;);<br>       record_route();<br>
</div><div>       exit;<br></div><div><br>--  <br></div><div><div dir="ltr"><font face="&#39;times new roman&#39;, serif">Regards</font><div><font face="&#39;times new roman&#39;, serif"><br>
</font><div><pre cols="72"><font face="&#39;times new roman&#39;, serif">M. Salman Zafar<br>VoIP Professional<br></font><br></pre></div></div></div>
</div></div></div></div></div></div></div></div></div></div>