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 <[email protected]>:
>> 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

Reply via email to