If the participants are always the same people, there is no need to change the dialplan. Just tells the office secretary "Please, place a conference call.". with the "Page" application, she picks up the phone, dials a predefined number and all the participants are called at once. Easy peasy. :-)
On Thu, 2018-03-22 at 14:21 +0200, Atux Atux wrote: > 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. > > On Tue, Mar 20, 2018 at 5:41 PM, Frank Vanoni <mailinglist@linuxista. > com> wrote: > > Here I'm using the "Page" application to make a conference call "on > > the fly". > > > > > > > > [office] > > > > exten => 2222,1,Dial(SIP/desk2,150) > > same => n,Hangup() > > > > exten => 3333,1,Dial(SIP/desk3,150) > > same => n,Hangup() > > > > exten => 4444,1,Dial(SIP/desk4,150) > > same => n,Hangup() > > > > exten => 5555,1,Dial(SIP/desk5,150) > > same => n,Hangup() > > > > exten => 6666,1,Dial(SIP/desk6,150) > > same => n,Hangup() > > > > ; Conference call > > exten => 8888,1,Answer > > exten => 8888,n,Page(Local/2222@office&Local/3333@office&Local/4444 > > @office&Local/5555@office&Local/6666@office,d) > > same => n,Hangup() > > > > -- > > ___________________________________________________________________ > > __ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com > > -- > > > > Check out the new Asterisk community forum at: https://community.as > > terisk.org/ > > > > New to Asterisk? Start here: > > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.aste > risk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
