[Asterisk-Users] Incoming calls
Time Bandit
timebandit001 at gmail.com
Wed Mar 15 12:34:57 MST 2006
> 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
More information about the asterisk-users
mailing list