[asterisk-users] custom automated meeting

Thanasis thanasis at asyr.hopto.org
Tue Nov 1 12:33:20 CDT 2011


on 11/01/2011 05:41 PM Yaroslav Panych wrote the following:
> 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)
> 

Thanks!
What is the meaning of the options dFI1xAC passed to
app,MeetMe,${conf_name} ?
Where can I find them described please?

> 
> 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?
>>



More information about the asterisk-users mailing list