11-19-2012 12:30 PM - edited 03-16-2019 02:16 PM
Can anyone tell me or share a document that explains how to forward a inbound call based on the caller ID that is coming across. Basically just looking for a way to say if XXX-XXX-XXXX is calling in, then forward all the calls to extension XXXX.
Thanks,
Jason
11-19-2012 12:42 PM
Look at this document, https://supportforums.cisco.com/docs/DOC-18367
Please remember to rate all useful posts.
Sent from Cisco Technical Support iPhone App
11-19-2012 12:47 PM
Can this be done on the router? Rather than in CM?
11-19-2012 01:54 PM
You could use a combination of a caller id specific incoming dial peer and a voice translation rule to achieve that on the VGW. On the dial peer use answer address as the match to intercept the calling number and tie a incoming translation rule that transforms the called number to the destination of your choice.
Please remember to rate all useful posts.
Sent from Cisco Technical Support iPhone App
11-19-2012 01:59 PM
Would you happen to have a example config for this setup on the router?
11-19-2012 02:15 PM
This is from memory, so there might be one or two typos. :) If needed I can give you a more exact answer tomorrow when I'm at work and have access to a bunch of configuration examples, but I think you should manage to figure it out with this.
Incoming dial peer
dial-peer voice 1 pots
answer-address 555123456789 <- caller id you'd like to match calls from.
direct-in dial
translation-profile incoming IN-ANI-REDIRECT
Translation rule
voice translation-rule 1
rule 1 /.*/ /1000/ <- match anything and translate to 1000. Use whatever DN on the replace part to suite your needs.
voice translation-profile IN-ANI-REDIRECT
translate called 1
Please remember to rate all useful posts.
Sent from Cisco Technical Support iPhone App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide