[Asterisk-Users] Newbie question

Jeb Campbell jebc at c4solutions.net
Wed Apr 7 15:12:25 MST 2004


On Apr 7, 2004, at 4:23 PM, Darren Nay wrote:

> My question is.  Is there a way to make asterisk aware of the 
> calling-from (callerID) number so that it will automatically detect 
> the number and then go directly to asking them to input their 
> password.
>
>  

 From "show application VoicemailMain" try:
exten => 1001,1,VoiceMailMain(${CALLERIDNUM})

We use:
exten => 1001,1,VoiceMailMain(s${CALLERIDNUM})
to skip password

Change extensions accordingly.

Jeb




More information about the asterisk-users mailing list