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

CME Dial-peer

stephen.green
Level 1
Level 1

Hi

I am using dial-peers for my outbound calls to PSTN. A call to a 11 digits 0800 number is failing

dial-peer voice 10 pots
 description ***Outbound to 10 Digit Free and Reduced Rate Calls
 destination-pattern 908........
 port 0/0/0:15
 prefix 08

dial-peer voice 11 pots
 description ***Outbound to 11 Digit Free and Reduced Rate Calls
 destination-pattern 908.........
 port 0/0/0:15
 prefix 08

When an internal user dials 908003680638, the call fails.

Debug shows the digits as 0800368063

 

Seems to be hitting dial-peer 10 not dial-peer 11

Interdigits are set to 7

voice register global
 timeouts interdigit 7

 

As a work around I have added another dial-peer

dial-peer voice 12 pots
 description ***Outbound to 11 Digit to Conference
 destination-pattern 90800368063
 port 0/0/0:15
 prefix 08003680638

Now debug shows 08003680638 and call completes

 

Any ideas

 

Thanks

Steve

 

 

 

 

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

Use $

  •  Dollar sign ($)--Disables variable-length matching. It must be used at the end of the dial string.

 http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/dialpeer/configuration/15-mt/vd-15-mt-book/vd-dp-feat-cfg.html

HTH

java

if this helps, please rate

I removed my work around dial-peer voice 12 pots

 

Added the $ to the end of the destination  patterns, still the same issue

 

dial-peer voice 10 pots
 description ***Outbound to 10 Digit Free and Reduced Rate Calls
 destination-pattern 908........$
 port 0/0/0:15
 prefix 08

 

dial-peer voice 11 pots
 description ***Outbound to 11 Digit Free and Reduced Rate Calls
 destination-pattern 908.........$
 port 0/0/0:15
 prefix 08

 

 

  Bearer Capability i = 0x8090A3
                Standard = CCITT
                Transfer Capability = Speech
                Transfer Mode = Circuit
                Transfer Rate = 64 kbit/s
        Channel ID i = 0xA9839C
                Exclusive, Channel 28
        Calling Party Number i = 0x0181, '1628641000'
                Plan:ISDN, Type:Unknown
        Called Party Number i = 0x81, '0800368063'
                Plan:ISDN, Type:Unknown

 

 

I have deleted both dial-peers and added them back in reverse order. Seems to be ok now, weirdly..

 

dial-peer voice 11 pots
 description ***Outbound to 11 Digit Free and Reduced Rate Calls
 destination-pattern 908.........
 port 0/0/0:15
 prefix 08
!
dial-peer voice 10 pots
 description ***Outbound to 10 Digit Free and Reduced Rate Calls
 destination-pattern 908........
 port 0/0/0:15
 prefix 08

 

 Bearer Capability i = 0x8090A3
                Standard = CCITT
                Transfer Capability = Speech
                Transfer Mode = Circuit
                Transfer Rate = 64 kbit/s
        Channel ID i = 0xA9839F
                Exclusive, Channel 31
        Calling Party Number i = 0x0181, '1628641000'
                Plan:ISDN, Type:Unknown
        Called Party Number i = 0x81, '08003680638'