<div dir="ltr">All the aforementioned techniques need change everytime on the dialplan. I need the office secretary to edit a file (call file) and place it in a particular folder in their windows PCs. this folder is the outgoing folder of LINUX shared through samba in LAN. i need to make it as easy as possible, please.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 20, 2018 at 5:41 PM, Frank Vanoni <span dir="ltr"><<a href="mailto:mailinglist@linuxista.com" target="_blank">mailinglist@linuxista.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Here I'm using the "Page" application to make a conference call "on the fly".</div><div><br></div><div><br></div><div><br></div><div>[office]</div><div><br></div><div>exten => 2222,1,Dial(SIP/desk2,150)</div><div>   same => n,Hangup()</div><div><br></div><div>exten => 3333,1,Dial(SIP/desk3,150)</div><div>   same => n,Hangup()</div><div><br></div><div>exten => 4444,1,Dial(SIP/desk4,150)</div><div>   same => n,Hangup()</div><div><br></div><div>exten => 5555,1,Dial(SIP/desk5,150)</div><div>   same => n,Hangup()</div><div><br></div><div>exten => 6666,1,Dial(SIP/desk6,150)</div><div>   same => n,Hangup()</div><div><br></div><div>; Conference call</div><div>exten => 8888,1,Answer</div><div>exten => 8888,n,Page(<a href="mailto:Local/2222@office" target="_blank">Local/2222@office</a>&<a href="mailto:Local/3333@office" target="_blank"><wbr>Local/3333@office</a>&<a href="mailto:Local/4444@office" target="_blank">Local/4444@<wbr>office</a>&<a href="mailto:Local/5555@office" target="_blank">Local/5555@office</a>&<a href="mailto:Local/6666@office" target="_blank">Local<wbr>/6666@office</a>,d)</div><div><span class="m_-6116249769238404841Apple-tab-span" style="white-space:pre-wrap">    </span>same => n,Hangup()</div></div><br>--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="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" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>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" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br></blockquote></div><br></div>