[Asterisk-Users] direct-inward-dialing (DID)
Paul Crick
web-asterisk-users at ivrl.com
Mon Oct 6 14:21:19 MST 2003
It's pretty easy, in your extensions.conf.
If your DIDs are in a range, you could set up some pattern matching to take
a block of incoming DIDs and map to extension numbers then dial or hand off
to the dial'n'voicemail macro thing. If your DIDs are non-contiguous, you'll
have to set up a separate entry for each one.
Example: 456-7000 is your main number and you have 7001 to 7099 as DIDs:
exten => 7000,1,Goto(AutoAttendant|s|1)
exten => _7XXX,1,Macro(yourdialmacro|${EXTEN})
More information about the asterisk-users
mailing list