[Asterisk-Users] Call-in/Call-out
Andy Hamilton
ciscophonefreak at gmail.com
Tue Oct 4 08:16:09 MST 2005
> How would I setup where I call into my number and
> press say 911 and then it would ask for a pass and
> would accept it and then would prompt for a number so
> I could call out of my number on the road?
How about in whatever context you define your inbound number, add this exten:
exten = NXXNXXXXXX,1, Authenticate(911)
exten = NXXNXXXXXX,2,Dial(IAX2/uname at pass:iaxserver.com/1${EXTEN})
exten = NXXNXXXXXX,3,Hangup
-a
More information about the asterisk-users
mailing list