<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><extension name="treatment_followme_route"></div><div> <condition field="${Treatment}" expression="^SEQUENTIAL$"/></div><div><span class="" style="white-space:pre">        </span> <condition field="${ForwardingNumber}" expression="^100"></div>
<div><span class="" style="white-space:pre">                </span><action application="set" data="ignore_early_media=true"/></div><div><span class="" style="white-space:pre">                </span><action application="set" data="continue_on_fail=true"/></div>
<div><br></div><div><span class="" style="white-space:pre">                </span><b><action application="set" data="call_timeout=5"/></b> </div><div><span class="" style="white-space:pre">                </span><action application="bridge" data="user/1001|user/1001"/></div>
<div><span class="" style="white-space:pre">                </span></div><div><span class="" style="white-space:pre">                </span><b><action application="set" data="call_timeout=20"/></b> </div><div><span class="" style="white-space:pre">                </span><action application="bridge" data="user/1002|user/1002"/> </div>
<div><span class="" style="white-space:pre">                </span></div><div><span style="white-space:pre">...</span></div><div> </condition></div><div></extension></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><extension name="treatment_followme_route"></div><div style> <condition field="${Treatment}" expression="^SEQUENTIAL$"/></div><div style><span class="" style="white-space:pre">        </span> <condition field="${ForwardingNumber}" expression="^100"></div>
<div style><span class="" style="white-space:pre">                </span><action application="set" data="ignore_early_media=true"/></div><div style><span class="" style="white-space:pre">                </span><action application="set" data="continue_on_fail=true"/></div>
<div style><br></div><div style><span class="" style="white-space:pre">                </span><action application="bridge" data="<b>{call_timeout=5}</b>user/1001|user/1001"/><br></div><div style><span class="" style="white-space:pre">                </span></div>
<div style><span class="" style="white-space:pre">                </span><action application="bridge" data="<b>{call_timeout=20</b>}user/1002|user/1002"/> <br></div><div style><span class="" style="white-space:pre">..</span></div>
<div style><span class="" style="white-space:pre">                </span></div><div style> </condition><br></div><div style> </extension></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 <action application="set" data="call_timeout=5"/> 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>