Hello,<div><br></div><div><br></div><div>I&#39;m trying to do a sequential ringing with 3 phones, this scenario in CPL :</div><div><br></div><div><br></div><div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</div>
<div>&lt;!DOCTYPE cpl SYSTEM &quot;/home/mehdi/opensips-1.5.0-notls/modules/cpl-c/cpl-06.dtd&quot;&gt;</div><div>&lt;cpl&gt;</div><div>  &lt;incoming &gt;</div><div>    &lt;location url=&quot;tel:+336xxxxxxxx&quot; &gt;</div>
<div>      &lt;location priority=&quot;0.9&quot; url=&quot;tel:+336xxxxxxxx&quot; &gt;</div><div>        &lt;location priority=&quot;0.8&quot; url=&quot;tel:+336xxxxxxxx&quot; &gt;</div><div>          &lt;proxy ordering=&quot;sequential&quot; recurse=&quot;yes&quot; timeout=&quot;7&quot; /&gt;</div>
<div>        &lt;/location&gt;</div><div>      &lt;/location&gt;</div><div>    &lt;/location&gt;</div><div>  &lt;/incoming&gt;</div><div>&lt;/cpl&gt; </div><div><br></div><div>The problem is after ringing the first phone during 7 seconds and the second phone  during less 7 seconds the AS sends a 408 request timeout to the IMS core which Broke the Call.</div>
<div><br></div><div>How can i do to permit this type of scenario and  block the sent of the 408 Timeout packet? </div><div> </div><div>Thanks,</div><div><br></div><div><br></div><div>Regards,</div><div><br></div><div>Mehdi BOUDOU</div>