cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1417
Views
0
Helpful
1
Replies

SRST Inbound translate calls fails

Hi, I have a issue in the translation of incoming calls on SRST mode, the way I receive the call to analize in CCM is that I have to change the digits strings, but when the GW is in SRST mode the analysis is not the same, the issue is that I need to translate that call from a num-exp.

To explain the analysis is like this, in the normal operation I receive a DID from a R2 trunk, then I change the strings 99.. to 49.., and send them to CCM, in the CCM I receive in a CTI Port to put in a Hunt Pilot that is called 45.. (in the order of any DID), and the final destination is a 40.. DN number, but when the GW is in SRST mode I receive a 99.. DID and change to 49.. but there no more a CCM to make the analisys, in that step I have to change the 49.. string to 40.. because is the DN registered in fallback mode, I put a translation rule  in the call-manager-fallback, but did not work.

Config....

!

translation-rule 1
Rule 1 49.. 4019

!

dial-peer voice 100 voip
destination-pattern [2,4,5,6]...
no modem passthrough
session target ipv4:10.10.1.1
incoming called-number .
dtmf-relay h245-alphanumeric
codec g729br8
fax-relay ecm disable
fax rate disable
!

num-exp 99.. 49..
!
!
!
call-manager-fallback
secondary-dialtone 9
max-conferences 4 gain -6
transfer-system full-consult
log table retain-timer 100
timeouts interdigit 4
ip source-address 10.11.100.253 port 2000 strict-match
max-ephones 25
max-dn 25
system message primary Modo de supervivencia
system message secondary SRST operando
keepalive 20
default-destination 5000
translate calling 1
translation-profile incoming 1
call-forward pattern .T
call-forward busy 4000
call-forward noan 4000 timeout 15
time-zone 8
date-format dd-mm-yy
!

Any advice?? thanks in advance.

Cesar

1 Reply 1

gsidhu
Level 3
Level 3

Hi

I have a similar issue (the nunber expansion is for when the gateway is in SRST mode):

num-exp 3... 81313...

!

dial-peer voice 13 pots
description ** Local calls **
preference 1
destination-pattern [2-8]..[2-9]......
progress_ind setup enable 3
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/0/0:23
forward-digits all
prefix 1

The poblem is that if the gatway receives 312 xxx xxx numer the number gets translated to 8131312 xxx xxx

The dn range is 3000-3599

Does anybodynow of another solution to get round this issue.

I'm using CME mode of SRST

telephony-service
srst mode auto-provision none
srst dn line-mode dual

.....

Thanks