cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2452
Views
6
Helpful
1
Replies

translation-profile vs translate-outgoing

Dronskiy [more]2013-05-28 23:39:27

Hello!

ISR 2901 when switching to CME-SRST. Dial peer with translation-profile digit manipulation work correct, but with translate-outgoing don't working. I don't understand why?


voice translation-rule 1
  rule 1 /73../ /xxxxxx/ type any subscriber
!
!
voice translation-profile OUT
translate calling 1
!

#working

dial-peer voice 1 pots
  description Local calls(Subscriber)
  destination-pattern 9[1-9]......
  translation-profile outgoing OUT
  port 0/0/0:15
  forward-digits 7
  !
#not working


dial-peer voice 1 pots
  description Local calls(Subscriber)
  destination-pattern 9[1-9]......
  translate-outgoing calling 1
  port 0/0/0:15
  forward-digits 7

1 Accepted Solution

Accepted Solutions

Chris Deren
Hall of Fame
Hall of Fame

When you use translate-outgoing that means you are attempting to invoke a translation rule not a voice translation-rule, which you have not defined. Basically you should use the method 1 which is newer and more flexible.

HTH,

Chris

View solution in original post

1 Reply 1

Chris Deren
Hall of Fame
Hall of Fame

When you use translate-outgoing that means you are attempting to invoke a translation rule not a voice translation-rule, which you have not defined. Basically you should use the method 1 which is newer and more flexible.

HTH,

Chris