cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
0
Helpful
3
Replies

Dialing with speaker or headset in SRST Mode

jesusjimenez1
Level 1
Level 1

Hi everyone!

I'm configuring SRST mode with a CUCM 9.1. When Router goes to SRST Mode the registration of the phones to the SRST router and incoming calls from PSTN through the FXO ports are working fine, but if I try to dial an internal/external number with speakers or handset, (pressing the speaker button or picking up the handset first and then dialing the internal or external number) the call is successful just after a delay of 10 seconds. Obviously when I dial pressing first the complete number then the dial button the call is succesful immediately


I know this problem can be part of a dtmf issue in srst mode but the dial-peers created in this mode seem right, I don't know why the router is waiting for 10 seconds before to take all the numbers to do match with a dial-peer

I tried with several changes in my configuration but nothing seems work.

Any advice?

!
voice register global
mode esrst
source-address 192.X.X.X port 5060
system message SRST MODE
max-dn 10
max-pool 10
dialplan-pattern 1 1... extension-length 4 extension-pattern 1...
!
!
voice register pool 1
id network 192.X.X.X mask 255.255.255.0
no digit collect kpml
dtmf-relay rtp-nte sip-notify
voice-class codec 2
no vad
!
!
call-manager-fallback
secondary-dialtone 9
max-conferences 4 gain -6
transfer-system full-consult
ip source-address 192.X.X.X port 2000
max-ephones 10
max-dn 15 dual-line
system message primary SRST MODE
system message secondary SRST SEC MODE
keepalive 10
time-format 24
date-format dd-mm-yy
!

 

3 Replies 3

Georgios Fotiadis
VIP Alumni
VIP Alumni

You need even make your dial-peers more specific (so as not be overlapping) or configure a lower interdigit timeout:

call-manager-fallback 
 timeouts interdigit 3

voice register global
timeouts interdigit 3
Georgios
Please rate if you find this helpful.

Thanks! I will try and I'll return with comments

Regards!

It doesn't work. Another advice?