cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
621
Views
0
Helpful
2
Replies

ANI based call routing

pgamage
Level 1
Level 1

We have unique requirement like this.

Phone A Phone B---CM6--3845GW---PSTN-- Phone 1 Phone 2

calls from phone 1 should go to the Phone A, Phone 2 should go to the phone B. (Based on ANI)

Is this possible?

Thnks,

2 Replies 2

If you're using H323 or SIP on your GW then you can do this.

You need to make sure you're not using an 'incoming called-number' command on any of your pots dial peers, and do something like this:

dial-peer voice 1 pots

direct-inward-dial

translation-profile incoming 1

answer-address 5551234

port 0/0/0:23

dial-peer voice 2 pots

direct-inward-dial

translation-profile incoming 2

answer-address 6661234

port 0/0/0:23

Then in your translation profile you would have two different called numbers.

voice translation-profile 1

translate called 1

voice translation-rule 1

rule 1 /.*/ /1234/

voice translation-profile 2

translate called 2

voice translation-rule 2

rule 1 /.*/ /5555/

That was the ANI in dial peer 1 will call the number in rule 1, and so on.

-nick

HI, I am sorry i have forgotten to mention important thing here. This is a CM + CRS installation. so need to do with scripts. any way I would try your method and It will be helpful.