<div dir="ltr">that's the problem. it is never the same people<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 22, 2018 at 3:15 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">If the participants are always the same people, there is no need to<br>
change the dialplan. Just tells the office secretary "Please, place a<br>
conference call.". with the "Page" application, she picks up the phone,<br>
dials a predefined number and all the participants are called at once.<br>
Easy peasy. :-)<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, 2018-03-22 at 14:21 +0200, Atux Atux wrote:<br>
> All the aforementioned techniques need change everytime on the<br>
> dialplan. I need the office secretary to edit a file (call file) and<br>
> place it in a particular folder in their windows PCs. this folder is<br>
> the outgoing folder of LINUX shared through samba in LAN. i need to<br>
> make it as easy as possible, please.<br>
><br>
> On Tue, Mar 20, 2018 at 5:41 PM, Frank Vanoni <mailinglist@linuxista.<br>
> com> wrote:<br>
> > Here I'm using the "Page" application to make a conference call "on<br>
> > the fly".<br>
> ><br>
> ><br>
> ><br>
> > [office]<br>
> ><br>
> > exten => 2222,1,Dial(SIP/desk2,150)<br>
> >    same => n,Hangup()<br>
> ><br>
> > exten => 3333,1,Dial(SIP/desk3,150)<br>
> >    same => n,Hangup()<br>
> ><br>
> > exten => 4444,1,Dial(SIP/desk4,150)<br>
> >    same => n,Hangup()<br>
> ><br>
> > exten => 5555,1,Dial(SIP/desk5,150)<br>
> >    same => n,Hangup()<br>
> ><br>
> > exten => 6666,1,Dial(SIP/desk6,150)<br>
> >    same => n,Hangup()<br>
> ><br>
> > ; Conference call<br>
> > exten => 8888,1,Answer<br>
> > exten => 8888,n,Page(Local/2222@office&<wbr>Local/3333@office&Local/4444<br>
> > @office&Local/5555@office&<wbr>Local/6666@office,d)<br>
> >     same => n,Hangup()<br>
> ><br>
> > --<br>
> > ______________________________<wbr>______________________________<wbr>_______<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>
> > --<br>
> ><br>
> > Check out the new Asterisk community forum at: <a href="https://community.as" rel="noreferrer" target="_blank">https://community.as</a><br>
> > <a href="http://terisk.org/" rel="noreferrer" target="_blank">terisk.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>
> -- <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.aste" rel="noreferrer" target="_blank">https://community.aste</a><br>
> <a href="http://risk.org/" rel="noreferrer" target="_blank">risk.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.<wbr>org/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>
<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>
</div></div></blockquote></div><br></div>