<div dir="auto">Thanks for your response, this works but we cannot hardcode this in the dialplan, we need this to be done from an external application connected either via manager or stasis.<div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Aug 19, 2018, 11:14 AM Doug Lytle <<a href="mailto:support@drdos.info">support@drdos.info</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div class="m_2758311178740765146moz-cite-prefix">On 08/19/2018 05:57 AM, Khalil
      Khamlichi wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="auto">Is there a way to add another extension to a live
        dial, for example </div>
      <div dir="auto"><br>
      </div>
      <div dir="auto">Dial(PJSIP/1000,,)</div>
      <div dir="auto"><br>
      </div>
      <div dir="auto">and after 20 secondes change it to</div>
      <div dir="auto"><br>
      </div>
      <div dir="auto">Dial(PJSIP/1000&PJSIP/1001,,)</div>
    </blockquote>
    <br>
    <font face="Courier New, Courier, monospace">This is a simple one.<br>
      <br>
          exten => s,1,Dial(SIP/1000,20)<br>
    </font><font face="Courier New, Courier, monospace"><font face="Courier New, Courier, monospace">    exten => s,</font>n,Dial(SIP/1000&SIP/1001,20)<br>
    </font><font face="Courier New, Courier, monospace"><font face="Courier New, Courier, monospace">    exten => s,</font>n,Hangup()<br>
      <br>
      The first dial will ring with a 20 second timeout and proceed to
      the next dial and ring both extensions for 20 seconds and finally
      hangup<br>
      <br>
      Doug<br>
      <br>
    </font>
  </div>

-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer noreferrer" target="_blank">https://community.asterisk.org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer noreferrer" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Getting+Started</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 noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote></div>