<div dir="ltr">Hi,<div>Even you achieve that, what would be the objective? Do you want to just call the user and Hangup ? or Dial two users and connect them together ? Is this some sort of ring group implementation where users are dialled and first one to answer will get the call ??</div><div><br></div><div>Anyway here's one way of how I think you can do.</div><div><br></div><div>Have a context created to dial the individual user</div><div><br></div><div>[dial_user]</div><div>exten => _600X.,1,Dial(PJSIP/${EXTEN})</div><div>...</div><div><br></div><div>and in your code change it to.</div><div><br></div><div><span style="font-size:12.8000001907349px">same = n,Dial(local/6001@dial_user/n&</span><span style="font-size:12.8000001907349px">local/6002@dial_user/n</span><span style="font-size:12.8000001907349px">)</span></div><div><span style="font-size:12.8000001907349px">same = n,Hangup()</span><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 13, 2015 at 2:28 PM, Rodrigo Pimenta Carvalho <span dir="ltr"><<a href="mailto:pimenta@inatel.br" target="_blank">pimenta@inatel.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi.<br>
<br>
<br>
I my dialplan I have :<br>
<br>
same = n,Dial(PJSIP/6001,10)<br>
same = n,Dial(PJSIP/6002,30)<br>
same = n,Hangup()<br>
<br>
<br>
The extension 6002 will not be invited  until the called party 6001 hangs up or until 10 seconds if nobody answers the call in 6001.<br>
<br>
How to call 6001 and immediately call 6002, having 2 phones ringing at same time, but without doing something like this : same = n,Dial(PJSIP/6001&PJSIP/6002) ?<br>
What I'm asking is if it is possible to call 6001 in an asynchronous way and then call 6002 too. Is it possible?<br>
<br>
Any hint will be very helpful!<br>
<br>
<br>
<br>
Best regards.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
RODRIGO PIMENTA CARVALHO<br>
Inatel Competence Center<br>
Software<br>
Ph: <a href="tel:%2B55%2035%203471%209200" value="+553534719200">+55 35 3471 9200</a> RAMAL 979<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" rel="noreferrer" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></span></blockquote></div><br></div>