cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
343
Views
0
Helpful
4
Replies

Prefix 9 for incoming call

h.vansdadia
Level 1
Level 1

I have Call Manager setup with H.323 gateway, outbound calls with caller ID works fine, but when someone call inbound, it shows up in missed or received call w/o 9, in order for my users to call without edit outbound, where should i make changes. I read some posting regarding Translation Patterns, but i already have router pattern and calling search spaced defined , if there is simple command on H.323 gate, to make this happen, i would really appriciate it.

thanks

Himmat Vansdadia

4 Replies 4

paul.harrison
Level 4
Level 4

Himmat,

Have a search on CCO for a document on translation patterns. The translation patterns you want are on the IOS gateway and they can modify the CLI sent to call manager from the router to include the 9.

Don't get confused with translation patterns on the CM.

Paul

Here is a sample config:

translation-rule 1 <-----

Rule 1 ^0.% 90

Rule 2 ^1.% 91

Rule 3 ^2.% 92

Rule 4 ^3.% 93

Rule 5 ^4.% 94

Rule 6 ^5.% 95

Rule 7 ^6.% 96

Rule 8 ^7.% 97

Rule 9 ^8.% 98

Rule 10 ^9.% 99

Dial-peer voice 1 voip

Translate outgoing calling 1 <----

Destination-pattern 2...

session target ipv4:192.168.0.100

For more info, checkout the Digit Manipulation section of:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fvvfax_c/vvfpeers.htm#xtocid48

-Dustin

Appriciate reply, yes I will go ahead and do that and make changes. Let group know outcome.

thanks

Himmat

Thank you all, it worked like a charm.

This is what i did

translation-rule 1

Rule 1 ^0.% 910

Rule 2 ^1.% 911

Rule 3 ^2.% 912

Rule 4 ^3.% 913

Rule 5 ^4.% 914

Rule 6 ^5.% 915

Rule 7 ^6.% 916

Rule 8 ^7.% 917

Rule 9 ^8.% 918

Rule 10 ^9.% 919

dial-peer voice 5 voip

incoming called-number 9

destination-pattern 1...

progress_ind setup enable 3

translate-outgoing calling 1

voice-class codec 1

voice-class h323 1

session target ipv4:10.10.2.5

dtmf-relay h245-alphanumeric

ip precedence 5

no vad

as i wanted to have 91 for outbound dialing.

-Himmat