Hi,
I have an issue in reducing the delay in dialing out from a analog phone/ PBX. The only work around I found is by reducing the interdigit timer but I rather setup the dial peers properly so they route the outgoing calls quickly when 9 and 10 digits is dialed.
Here is my config so far:
voice class e164-pattern-map 1
description E164 Pattern Map for calling numbers
e164 911
e164 1[2-9]..[2-9]......
e164 9[^1]T
e164 [2-9]..[2-9]......
!
voice class dpg 111
description - Line 2
dial-peer 11 preference 1
!
dial-peer voice 11 voip
description Line 2: PSTN to SIP (Outgoing to Provider)
session protocol sipv2
session target dns:sip5.provider.net:5060
session transport udp
destination e164-pattern-map 1
voice-class codec 101
voice-class sip profiles 11
dtmf-relay rtp-nte h245-alphanumeric
fax-relay ecm disable
fax rate 14400
fax nsf 000000
no vad
authentication username 07191002 password 7 XXXXXXXXX realm sip5.provider.net
!
dial-peer voice 111 pots
description Line 2
destination-pattern 07191002
destination dpg 111
port 0/1/1
FYI I'm using a 2900 series router with VIC3-4FXS/DID card. This is connected to the provider's SIP trunk.
There is still a 10 second delay from the time you dial the number until it calls out.
Any help will be great.
Thanks