<div dir="ltr">Hi , <div><br></div><div>I know this is a very basic question . Still I need some clarification . </div><div><br></div><div>I have 2 contact for same number , When I place a call Openips give that to 1st if 1st contact reject the call with 486 busy , then opensips try the same call to the 2nd contact without rejecting the call .</div><div><br></div><div>In the next call for same number , opensips tries to 2nd contact if that rejects the call with 486 it wont try to the 1st contact again . Why is this happening ? </div><div><br></div><div>route{</div><div><br></div><div>                        if (!serialize_branches(1)){<br>                                sl_send_reply("500","Unable to load contacts");<br>                                exit;<br>                        }else{<br>                                if (next_branches()){<br>                                        t_on_failure("1");<br>                                }<br>                        }<br></div><div>}</div><div><br></div><div>failure_route[1] {<br><br>   if ( t_check_status("404|477|480|481|408|486|50[234]")){<br>         if (next_branches())<br>         {<br>                t_on_failure("1");<br>                route(1);<br>         }<br><br>    }<br>}<br></div><div><br></div><div>This is in my config file . i have gone through the doc  <a href="https://www.opensips.org/Documentation/Script-CoreFunctions-1-11#toc44">https://www.opensips.org/Documentation/Script-CoreFunctions-1-11#toc44</a></div><div>but not able to understand properly . </div><div><br></div><div>How can I print the internally stored branches on avp ?</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div></div></div>