Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SRST 2801 incoming calls

Status
Not open for further replies.

nabs79

Technical User
Nov 16, 2006
44
FR
Hi,

I have a CCM 4.1.3 and gateways 2801.
The incoming calls in mode SRST don't work.
Can you help me?

call-manager-fallback
max-conferences 8 gain -6
transfer-system full-consult
limit-dn 7960 1
timeouts interdigit 8
ip source-address 172.16.40.253 port 2000
max-ephones 30
max-dn 144
system message primary Mode Secours
system message secondary Mode Secours
keepalive 10
voicemail 1001886
no huntstop
time-zone 23
time-format 24
date-format dd-mm-yy
!

Thanks in advance
 
for the incoming calls, we will need to know the voice circuit terminated into the router, the digit length of your extensions, and if applicable, the incoming number of digits passed from telco. Most likey the incoming digits is of different lenght so it is not matching with the extension in SRST. if that is the case, you can use different things like translation profiles to manipulate things.
 
My dial plan is consisting of seven digits.
The phone that i want to reach is 1002828
In SRST i receive from the telco 5890

So what i done is a translation rule but it doesn't work!!

voice translation-rule 1
rule 1 /^\(5890$\)/ /1002828/


call-manager-fallback
max-conferences 8 gain -6
transfer-system full-consult
limit-dn 7960 1
timeouts interdigit 8
ip source-address 172.16.40.253 port 2000
max-ephones 30
max-dn 144
system message primary Mode Secours
system message secondary Mode Secours
keepalive 10
voicemail 1001886
translate called 1
no huntstop
time-zone 23
time-format 24
date-format dd-mm-yy
!
 
Thanks i will try it tommorow.

Another thing i'm using 2801 router is the number of max ephone and max-dn for SRST correct?

max-ephones 30
max-dn 144
 
it didn't work

Should I put a dialpeer voip for incoming calls for SRST??
 
The translation profiles for fallback is different in one context:
CallManager Fallback Configuartion

You can also apply Translation profiles in a Cisco CallManager fallback configuration. When applied under the call-manager-fallback mode, the calls are translated only when the IP phones fallback to SRST mode. Under normal circumstances (when phones are registered to Cisco CallManager servers), the call made by the phones are not translated. The translation-profile under the call-manager-fallback affect the incoming and outgoing calls to the router from the IP phone. This is a different behavior than when you apply the translation-profile under a dial-peer. The incoming and outgoing commands are related to the IP phone. The incoming command changes the parameters of calls that come from the IP phone. The outgoing command changes the values of calls that go out of the router to the IP phone.
 
I was wrong above. The profile should be:
voice-translation rule 1
rule 1 /^5890$/ /1002828/

voice translation-profile outgoing
translate called 1

call-manager-fallback
translation-profile outgoing outgoing

Or simply if you are using MGCP, simply create the dial-peer for mgcp with no destination pattern

dial-peer voice 1 pots
desc ****MGCP Dial-Peer****
service mgcp
direct-inward-dial
port 0/0/0:23

dial-peer voice 10 pots
desc ****SRST dial-peer*****
destination-pattern 91[2-9]..[2-9]......
forward 11
direct-inward-dial
port 0/0/0:23
translation-profile incoming incoming

dial-peer voice 11 pots
desc ****SRST dial-peer*****
destination-pattern .T
forward 11
direct-inward-dial
port 0/0/0:23
translation-profile incoming incoming


Either way, translation-profiles in SRST does work. There are numerous ways of doing this. I have done it many times in the field. Post your config with out passwords or public ip if you are still having problems.
 
It didn't work!!
Here is the configuration of the gateway

Current configuration : 7520 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname GW102
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
network-clock-participate wic 1
network-clock-select 1 BRI0/1/0
network-clock-select 2 BRI0/1/1
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.40.11 172.16.40.254
!
ip dhcp pool Voice
network 172.16.40.0 255.255.255.0
option 150 ip 172.16.253.252
default-router 172.16.40.254
lease 8
!
!
no ip domain lookup
multilink bundle-name authenticated
!
isdn switch-type basic-net3
!
!
!
voice-card 0
!
!
voice call send-alert
voice rtp send-recv
!
!
!
!
!
!
!
!
!
!
!
!
voice translation-rule 1
rule 1 /\(^........$\)/ /00\1/
rule 2 /\(^.........$\)/ /00\1/
rule 3 /\(^..........$\)/ /000\1/
rule 4 /\(^...........$\)/ /000\1/
rule 5 /\(^............$\)/ /000\1/
rule 6 /\(^.............$\)/ /000\1/
rule 7 /\(^..............$\)/ /000\1/
rule 8 /\(^...............$\)/ /000\1/
!
voice translation-rule 2
rule 1 /.*/ /1002828/
!
voice translation-rule 3
rule 1 /.......$/ /388992828/
!
!
voice translation-profile Inco_Prefix-ModSDA
translate calling 1
translate called 2
!
voice translation-profile Outgo_TeteLigne-NumAb
translate calling 3
!
!
!
crypto pki trustpoint TP-self-signed-1892547572
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1892547572
revocation-check none
rsakeypair TP-self-signed-1892547572
!
!
crypto pki certificate chain TP-self-signed-1892547572
certificate self-signed 01
3082023E 308201A7 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 31383932 35343735 3732301E 170D3037 30323232 30383434
35305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 38393235
34373537 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100C144 237D1064 B4881E84 16949525 4854BFC1 364C6F8F 558CD7B7 F1412B23
7891D0BD BC3C3CDB BA57F2AB A7EA502B 636166F1 AC40BF9E 9E3DB010 A490753D
7CC519E5 3DDDF01D D1A9FCE7 FCFD6F9C A0487130 EF410BDE 9F415CDC 11691F27
FC5E42C7 2260F1AA DD157722 381F2AC4 69DEFF7D E1D98296 78167BB5 EC4D6D13
5ABD0203 010001A3 66306430 0F060355 1D130101 FF040530 030101FF 30110603
551D1104 0A300882 06475731 30322E30 1F060355 1D230418 30168014 9E18B011
FED25230 EAE65D2D 5FD8B81E DFD0677D 301D0603 551D0E04 1604149E 18B011FE
D25230EA E65D2D5F D8B81EDF D0677D30 0D06092A 864886F7 0D010104 05000381
810004D1 4B0C9FBC 50B39806 6B92C5F9 E4EA1874 54A41E68 3A63F641 755E786A
95238B44 EC59C71E 8D4E4735 D777BC69 F577C10B EC7DE693 23EEDCC9 4D7815D2
AD8D74B7 2D079587 93F3DEDB 36D97D67 31843A1F 3DA1DDB5 E7D24ACE 80AFCA84
DFAFAD46 AC615CBF 5282E515 C5441E8F DA156C36 A5C430DD E4D15C0E 5742C98F 4870
quit
!
!
username cisco privilege 15 secret 5 $1$CvLD$qvIb0zXEd6a2l94GK/EAm/
username administrator privilege 15 password 7 062A0E2643405B4D5C4E
!
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 172.16.40.253 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI0/1/0
no ip address
isdn switch-type basic-net3
isdn point-to-point-setup
isdn incoming-voice voice
isdn bind-l3 ccm-manager service mgcp
isdn send-alerting
!
interface BRI0/1/1
no ip address
isdn switch-type basic-net3
isdn point-to-point-setup
isdn incoming-voice voice
isdn bind-l3 ccm-manager service mgcp
isdn send-alerting
!
ip default-gateway 172.16.40.254
ip route 0.0.0.0 0.0.0.0 172.16.40.254
!
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
!
!
control-plane
!
!
!
voice-port 0/0/0
cptone FR
!
voice-port 0/0/1
!
voice-port 0/1/0
compand-type a-law
cptone FR
!
voice-port 0/1/1
compand-type a-law
cptone FR
!
voice-port 0/2/0
cptone FR
!
voice-port 0/2/1
!
ccm-manager fallback-mgcp
ccm-manager mgcp
no ccm-manager fax protocol cisco
ccm-manager music-on-hold
ccm-manager config server 172.16.253.252
ccm-manager config
!
mgcp
mgcp call-agent 172.16.253.252 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp package-capability rtp-package
no mgcp package-capability res-package
mgcp package-capability sst-package
no mgcp package-capability fxr-package
mgcp package-capability pre-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp fax t38 inhibit
mgcp rtp payload-type g726r16 static
mgcp bind control source-interface FastEthernet0/0
mgcp bind media source-interface FastEthernet0/0
!
mgcp profile default
!
!
!
dial-peer voice 10 pots
description APPELS SRST SORTANTS 10 CHIFFRES
translation-profile outgoing Outgo_TeteLigne-NumAb
destination-pattern 0..........
progress_ind setup enable 0
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
fax rate disable
direct-inward-dial
port 0/1/0
!
dial-peer voice 11 pots
description APPELS SRST SORTANTS TS APPELS
translation-profile incoming Inco_Prefix-ModSDA
translation-profile outgoing Outgo_TeteLigne-NumAb
destination-pattern 0T
progress_ind setup enable 0
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
fax rate disable
direct-inward-dial
port 0/1/0
!
dial-peer voice 999000 pots
service mgcpapp
port 0/0/0
!
dial-peer voice 999020 pots
service mgcpapp
port 0/2/0
!
dial-peer voice 14 pots
description APPELS SRST SORTANTS 10 CHIFFRES
translation-profile outgoing Outgo_TeteLigne-NumAb
destination-pattern 0..........
progress_ind setup enable 0
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
fax rate disable
direct-inward-dial
port 0/1/1
!
dial-peer voice 15 pots
description APPELS SRST SORTANTS TS APPELS
translation-profile incoming Inco_Prefix-ModSDA
translation-profile outgoing Outgo_TeteLigne-NumAb
destination-pattern 0T
progress_ind setup enable 0
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
fax rate disable
direct-inward-dial
port 0/1/1
!
!
no dial-peer outbound status-check pots
gateway
timer receive-rtp 600
!
!
call-manager-fallback
max-conferences 8 gain -6
transfer-system full-consult
limit-dn 7960 1
timeouts interdigit 8
ip source-address 172.16.40.253 port 2000
max-ephones 30
max-dn 144
system message primary Mode Secours
system message secondary Mode Secours
keepalive 10
voicemail 1001886
translate called 2
no huntstop
time-zone 23
time-format 24
date-format dd-mm-yy
!
!
line con 0
login local
line aux 0
line vty 0
session-timeout 60
access-class 23 in
privilege level 15
password 7 123504101D055E507372
login
transport input all
transport output all
line vty 1 4
session-timeout 60
access-class 23 in
privilege level 15
password 7 062A0E2643405B4D5C4E
login local
transport input all
transport output all
line vty 5 15
access-class 23 in
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
end
 
yeah i can call out.

I put another command that seems to work under call-manager fallback
alias 1 5890 to 1002828

Can i make hunting in SRST mode?
 
yeah you can. add addtl alias under fall back with a preference after. that will hunt. Not sure how many alias u can have. Last time I checked it was 10. Depends on your IOS version.
 
thanks and if i want a broadcast algorithm i put the same preference.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top