[Asterisk-Users] how to password protect a meetme conference?

Patrick idefix at puzzled.xs4all.nl
Mon Feb 9 10:09:55 MST 2004


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 => 18

exten => 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




More information about the asterisk-users mailing list