<div dir="ltr">Hi there,<div><br></div><div>I am testing carrier failover via the dialplan. </div><div><br></div><div>Can anyone tell why me the following two dial plans act differently? In my mind they are the same so I am flummoxed.</div>
<div><br></div><div> </div><div><div>&lt;extension name=&quot;treatment_followme_route&quot;&gt;</div><div>     &lt;condition field=&quot;${Treatment}&quot; expression=&quot;^SEQUENTIAL$&quot;/&gt;</div><div><span class="" style="white-space:pre">        </span> &lt;condition field=&quot;${ForwardingNumber}&quot; expression=&quot;^100&quot;&gt;</div>
<div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div>
<div><br></div><div><span class="" style="white-space:pre">                </span><b>&lt;action application=&quot;set&quot; data=&quot;call_timeout=5&quot;/&gt;</b> </div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;bridge&quot; data=&quot;user/1001|user/1001&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                </span></div><div><span class="" style="white-space:pre">                </span><b>&lt;action application=&quot;set&quot; data=&quot;call_timeout=20&quot;/&gt;</b> </div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;bridge&quot; data=&quot;user/1002|user/1002&quot;/&gt; </div>
<div><span class="" style="white-space:pre">                </span></div><div><span style="white-space:pre">...</span></div><div>      &lt;/condition&gt;</div><div>&lt;/extension&gt;</div><div><span class="" style="white-space:pre">        </span></div>
</div><div><span class="" style="white-space:pre"><br></span></div><div><span class="" style="white-space:pre">VERUS:</span></div><div><span class="" style="white-space:pre"><br></span></div><div><span class=""><div style>
<div style>&lt;extension name=&quot;treatment_followme_route&quot;&gt;</div><div style>     &lt;condition field=&quot;${Treatment}&quot; expression=&quot;^SEQUENTIAL$&quot;/&gt;</div><div style><span class="" style="white-space:pre">        </span> &lt;condition field=&quot;${ForwardingNumber}&quot; expression=&quot;^100&quot;&gt;</div>
<div style><span class="" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;</div><div style><span class="" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div>
<div style><br></div><div style><span class="" style="white-space:pre">                </span>&lt;action application=&quot;bridge&quot; data=&quot;<b>{call_timeout=5}</b>user/1001|user/1001&quot;/&gt;<br></div><div style><span class="" style="white-space:pre">                </span></div>
<div style><span class="" style="white-space:pre">                </span>&lt;action application=&quot;bridge&quot; data=&quot;<b>{call_timeout=20</b>}user/1002|user/1002&quot;/&gt; <br></div><div style><span class="" style="white-space:pre">..</span></div>
<div style><span class="" style="white-space:pre">                </span></div><div style>      &lt;/condition&gt;<br></div><div style>    &lt;/extension&gt;</div><div style><br></div><div style><br></div><div style>First dial plan will dial user 1001 <b>once</b> followed by 1002 <b>once </b>- which is correct for my purposes</div>
<div style><br></div><div style>Second will dial user 1001 <b>twice </b>followed by 1002 <b>twice</b></div><div style><br></div><div style>Why would {call_timeout=15} change the nature of that bridge and &lt;action application=&quot;set&quot; data=&quot;call_timeout=5&quot;/&gt; not?</div>
<div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style>Thanks</div><div style><br></div><div style><br></div><div style>Phil</div><div style><br></div><div style><br></div><div style>
<br></div></div></span></div></div>