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

1760 dial translations

dalyd
Level 1
Level 1

On a 1760 gateway with a PRI, how do you translate a inbound POTS call that (ie # 515) to an outbound VOIP peer that adds a 0 to the first digit.

I need 555 to translate to 0555. Because the PBX I am connected to always drops the 0.

2 Replies 2

smalkeric
Level 6
Level 6

That is pretty straight forward. Use translation rules on the router.

See http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a0080094681.shtml for more details

translation-rule 1

Rule 0 ^5.% 05

!

voice-port 2/0:23

translate called 1

!

dial-peer voice 1 pots

incoming called-number .

port 2/0:23

!

dial-peer voice 555 voip

destination-pattern 0555

session target ipv4:

etc...