[asterisk-users] custom automated meeting

Yaroslav Panych panych.y at gmail.com
Tue Nov 1 10:41:44 CDT 2011


You need simple dialplan of four steps:
same =>n,Set(conf_name=conf-${RAND(1,1000)})
same =>n,Originate(SIP/dev1,app,MeetMe,${conf_name},dFI1x)
same =>n,Originate(SIP/dev2,app,MeetMe,${conf_name},dFI1x)
same =>n,MeetMe(${conf_name},dFI1xAC)
same =>n,Noop(do post conference stuff)


2011/10/31 Thanasis <thanasis at asyr.hopto.org>:
> I need your help in implementing the following scenario:
>
> A certain extension will ring two sip phones simultaneously and when one
> of them answers, the other keeps ringing until it answers too, and then
> all three (the caller and the other two) are immediately placed in a
> conference room (same room for all three).
>
> Can we do it?
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list