<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"><<a href="mailto:Santi.Anton@quarea.com" target="_blank">Santi.Anton@quarea.com</a>></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 => 100,1,Dial(SIP/101&SIP/102)<br>
<br>
when a call rings on 101 and 102 and one of them rejects the call "with 486 Busy here", is it possible to reject the call in the other device at same time? I read application dial options but I can'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 => 100,1,Dial(Local/101@extensions&Local/102@extensions)</div>
<div class="gmail_extra">[extensions]</div><div class="gmail_extra">exten => _X.,1,Dial(SIP/${EXTEN})</div><div class="gmail_extra">same => n,Execif($["${DIALSTATUS}"="BUSY"]?Answer():)</div><div class="gmail_extra">
<br></div><div class="gmail_extra">I couldn'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>