> When a friend calls, I would like for him to enter a 4 digit password
> in order to access to a sub-menu, if  no password is entered, then the
> welcome msg is said ...
>
> Any hints on how to do that ??
In your incoming-rtc context, define an extension (let's say 1234)
exten => 1234,1,Authenticate(5894)
exten => 1234,2,Goto(submenu-context,s,1)

see http://www.voip-info.org/wiki-Asterisk+cmd+authenticate

hth
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to