cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
727
Views
0
Helpful
6
Replies

SRST CME Post Dial Deay

Peter Valdes
Level 3
Level 3

Hi All,

I'm currently running a hub and spoke voice network.

Hub consist of CUCM 7.1.5 and CUC 7.1.

Spoke Cisco Phones register back to Hub via a 2Mb point to point.

During SRST, I want to minimize post dial delay as I only have one Dial-Peer POTS

dial-peer voice 1 pots
description SINGTEL VOICE
translation-profile outgoing OutgoingCallerID1
destination-pattern 9T
progress_ind setup enable 3
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
incoming called-number .
direct-inward-dial
port 0/0/0:15

I need to create more but I dont know where to start. If I place preference 1 on the SRST DP Pots with a destination pattern of an exact match on the called number, it still usesthe Dial-Peer 1 according to my debug.

Help please.

Thanks

6 Replies 6

ronpatel
Level 8
Level 8

HI

You need to send us the config you have done for another dial peer. As preference command will come in to play only if you have match of two dial peer.

Regards

Ronak Patel

Rate helpful posts.

Regards Ronak Patel Rate all helpful post by clicking stars below the answer.

Hi,

As you are only using one DP 9T

Try reducing the timout for inter digits

This example shows 3 seconds

!

!

call-manager-fallback

timeouts interdigit 3

!

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

Peter Valdes
Level 3
Level 3

Hi,

I only have one dial peer pots. I dont have others the spedify destination pattern to reduce PDD.

I'm also using SRST CME.

I will try the timeout settings but right now, we have to press # in the end to let the call out.

Thanks

Hi,

NO

You dont need the #

Once you have dialled the last digit the call will wait for 3 seconds then should

send the digits to line.

Hope it works.

It does for me.

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

Hi Alex,

Thanks. It works for us too. But we discuss that most users will have to dial-in the numbers fast on the keypad to avoid issues call sending out to ISDN and getting busy tone because of incomplete number.

Hi,

Mmmm users Ehhhhh

I think your only real option then is to start building POTS dial peers for each kind of number

It can be a lot of work.

Something like this from the UK.

!
dial-peer voice 901 pots
description [ Local Numbers - 7 digit ]
huntstop
destination-pattern 9[2-9]......
progress_ind alert enable 8
progress_ind connect enable 8
direct-inward-dial
forward-digits 7
port 0/0/0:15
!
!
dial-peer voice 907 pots
description [ mobile ]
huntstop
destination-pattern 907[7-9]........
progress_ind alert enable 8
progress_ind connect enable 8
direct-inward-dial
forward-digits 11
port 0/0/0:15
!
!
dial-peer voice 908 pots
description [ Free Numbers - 11 digit ]
huntstop
destination-pattern 90800.......
progress_ind alert enable 8
progress_ind connect enable 8
direct-inward-dial
forward-digits 11
port 0/0/0:15
!
!
dial-peer voice 900 pots
description [ INTERNATIONAL]
huntstop
destination-pattern 900T
progress_ind alert enable 8
progress_ind connect enable 8
direct-inward-dial
prefix 00
port 0/0/0:15
!

And many many more

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.