[Asterisk-Users] let incoming callers contact a certain extension...
Evert Meulie
evert at witelcom.com
Fri Sep 17 05:35:06 MST 2004
Hi everyone!
The following: Any calls coming in on extension 12121212 should get a
message telling them to dial the extension of the person they are trying
to reach, and then press #.
The call should then go to the entered extension.
This is as far as I got...
***********************************************************
exten => 12121212,1,Wait,1
exten => 12121212,2,Answer
exten => 12121212,3,PlayBack(welcome)
exten => 12121212,4,PlayBack(if-u-know-ext-dial)
exten => 12121212,5,PlayBack(then-press-pound)
exten => 12121212,6,DigitTimeout,10
exten => 12121212,7,ResponseTimeout,30
***********************************************************
Who can help me a little further on the way?
Regards,
Evert
More information about the asterisk-users
mailing list