Paul Mahler
2004-Feb-09 09:40 UTC
[Asterisk-Users] how to password protect a meetme conference?
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 Paul Mahler mail:pmahler@signate.com phone: 650.207.9855 fax: 877.408.0105 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040209/9a8bd543/attachment.htm
Jason Ross
2004-Feb-09 10:09 UTC
[Asterisk-Users] how to password protect a meetme conference?
Hi Paul, I believe it is...> and this in meetme.conf > > [rooms] > > conf => 18conf => 18,1234 ; 1234 is the PIN. HTH, Jason
Patrick
2004-Feb-09 10:09 UTC
[Asterisk-Users] how to password protect a meetme conference?
On Mon, 2004-02-09 at 17:40, Paul Mahler wrote:> 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 => 18exten => 18,1,Answer exten => 18,2,Wait(1) exten => 18,3,Authenticate(5678) exten => 18,4,MeetMe(18|p) exten => 18,5,Playback(vm-goodbye) exten => 18,6,Hangup On the cli do: show application Authenticate Regards, Patrick
WipeOut
2004-Feb-09 10:15 UTC
[Asterisk-Users] how to password protect a meetme conference?
Paul Mahler wrote:> 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).
Senad Jordanovic
2004-Feb-09 10:43 UTC
[Asterisk-Users] how to password protect a meetme conference?
If you are running 0.72 version... then in meetme.conf you need to have: conf => ROOMNO,PASSWRD ie. 100,123 Ta SJ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040209/a080d9a3/attachment.htm