On Wed, 2009-08-19 at 09:16 +0200, BERGANZ François wrote:
> hello 
> 
> 
> is it possible to lock a conference IF no admin are connected ? 
> 
> or how to do to have a conference offline?
<snip>
If I understand you correctly, we are doing something similar.  When
users call into a conference, they hear music on hold and cannot speak
to each other until the moderator joins the conference.  Our calls to
meetme are via macros but they should give you the idea:

[macro-confmod] ;conference moderator
exten => s,1,Macro(conference,${MACRO_EXTEN})
exten => s,n,MeetMe(${ARG1},cMaAsx)

[macro-confpart] ;conference participant
exten => s,1,Macro(conference,${MACRO_EXTEN})
exten => s,n,MeetMe(${ARG1},cIMswx,${ARG2})

I believe the critical options are the w for the participant (regular
users) which says wait until a "marked" user joins the conference and
the A for the moderator which designates the moderator as such a
"marked" user.

I don't understand what you mean by an offline conference.  Hope this
helps - John
> 
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to