Can anyone suggest a way to password protect a meetme conference?
In extensions.conf
; Conferencing
exten => 18,1,Answer
exten => 18,2,Wait(1)
exten => 18,3,Meetme
exten => 18,4,Hangup
and this in meetme.conf
[rooms]
conf => 18
Try using Authenticate.. eg exten => 18,2,Authenticate(1234)
*CLI> show application Authenticate
-= Info about application 'Authenticate' =-
[Synopsis]:
Authenticate a user
[Description]:
Authenticate(password[|options]): Requires a user to enter agiven password in order to continue execution. If the
password begins with the '/' character, it is interpreted as
a file which contains a list of valid passwords (1 per line).
an optional set of opions may be provided by concatenating any
of the following letters:
a - Set account code to the password that is entered
Returns 0 if the user enters a valid password within three tries, or -1 otherwise (or on hangup).
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
