[asterisk-users] invite to conference by a call file

Atux Atux atuxnull at gmail.com
Thu Mar 22 07:21:06 CDT 2018


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 at 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 at office&Local/3333 at office&Local/4444 at office
> &Local/5555 at office&Local/6666 at 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.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180322/c13bc6dd/attachment.html>


More information about the asterisk-users mailing list