<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 15, 2013 at 2:38 PM, Santi Anton <span dir="ltr">&lt;<a href="mailto:Santi.Anton@quarea.com" target="_blank">Santi.Anton@quarea.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
Can a call to multiple devices be cancelled in all of them at same time?<br>
<br>
With next dialplan,<br>
<br>
exten =&gt; 100,1,Dial(SIP/101&amp;SIP/102)<br>
<br>
when a call rings on 101 and 102 and one of them rejects the call &quot;with 486 Busy here&quot;, is it possible to reject the call in the other device at same time? I read application dial options but I can&#39;t find any that can help me to achieve this behavior.<br>

<br>
Thanks in advance,<br>
 <br>
Santi Antón,<br><br>
</blockquote></div><br></div><div class="gmail_extra"><div class="gmail_extra">A very ugly way to achieve this!</div><div class="gmail_extra"><br></div><div class="gmail_extra">exten =&gt; 100,1,Dial(Local/101@extensions&amp;Local/102@extensions)</div>
<div class="gmail_extra">[extensions]</div><div class="gmail_extra">exten =&gt; _X.,1,Dial(SIP/${EXTEN})</div><div class="gmail_extra">same =&gt; n,Execif($[&quot;${DIALSTATUS}&quot;=&quot;BUSY&quot;]?Answer():)</div><div class="gmail_extra">
<br></div><div class="gmail_extra">I couldn&#39;t test the code and has obvious side effects on CDR.</div><div class="gmail_extra"><br></div><div class="gmail_extra">--Satish Barot</div><div class="gmail_extra">Ahmedabad, India.</div>
</div></div>