cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
454
Views
0
Helpful
4
Replies

CME 8.6 Dial Peer misconfiguration

tyler.pell
Level 1
Level 1

I am running CME version 8.6 

When my customer is trying to dial a long distance number, lets say for this example the number is 915556667777, it randomly selects dial-peer 130 or 150. When it matches 130 it prefixes 727 and the call then is routed to 7279155566. Below is snippets from my configuration.  If I change dial-peer 130  from destination-pattern 9T to destination-pattern 9[2-9]T would that fix the issue from matching 130? Any help would be greatly appreciated.

*************dial-peer snippet*************

dial-peer voice 130 pots
 trunkgroup FXO_Trunk
 translation-profile outgoing OUTGOING_TRANSLATION_PROFILE
 destination-pattern 9T
 forward-digits 7
 prefix 727
 no sip-register
dial-peer voice 150 pots
 trunkgroup FXO_Trunk
 description ***North American 10-Digit Long Distance***
 translation-profile outgoing OUTGOING_TRANSLATION_PROFILE
 destination-pattern 91[2-9]..[2-9]......
 forward-digits all
 no sip-register
dial-peer voice 160 pots
 trunkgroup FXO_Trunk
 description ***North American 10-Digit Long Distance***
 translation-profile outgoing OUTGOING_TRANSLATION_PROFILE
 destination-pattern 9[2-9].........
 forward-digits all
 no sip-register

*************dial-peer snippet*************

 

*************voice translation snippet*************

voice translation-rule 1000
 rule 1 /^9/ //
!
voice translation-rule 1100
 rule 1 /^...$/ /7279381516/
!
voice translation-rule 1500
 rule 1 /^6/ //
!
!
voice translation-profile OUTGOING_TRANSLATION_ALL
 translate calling 1100
!
voice translation-profile OUTGOING_TRANSLATION_PROFILE
 translate called 1000
!
voice translation-profile Transfer_to_Voicemail_Profile
 translate redirect-called 1500

*************voice translation snippet*************

 

*************telephony-service snippet*************

telephony-service
 sdspfarm units 1
 sdspfarm tag 1 xxxxx
 group 1
  ip source-address x.x.x.x port 2000
  url services http://x.x.x.x/voiceview/common/login.do
  url authentication http://x.x.x.x/voiceview/authentication/authenticate.do
 !
 internal-call moh-group 1
 pin xxxxx override
 fxo hook-flash
 max-ephones 58
 max-dn 192
 max-redirect 20
 auto assign 20 to 60
 calling-number initiator
 service phone videoCapability 1
 service phone ehookenable 1
 service dnis overlay
 service dnis dir-lookup
 timeouts interdigit 5
 timeouts busy 5
 timeouts ringing 30
 load 7914 S00105000400.sbn
 load 7912 CP7912080004SCCP080108A.sbin
 load 7960-7940 P0030801SR02.loads
 time-zone 12
 voicemail 200
 max-conferences 3 gain -6
 call-forward pattern .T
 hunt-group logout HLog
 dn-webedit
 time-webedit
 transfer-system full-consult dss
 transfer-pattern .T
 transfer-pattern 9.T
 transfer-pattern 6.... blind
 transfer-pattern 6... blind
 secondary-dialtone 9
 login timeout 60
 fac standard

*************telephony-service snippet*************

4 Replies 4

Rejohn Cuares
Level 4
Level 4

It means you have an overlapping dial-peer. You can control this by having a specific destination-pattern which you already did. Other way is by putting "preference" command on each dial-peer. By default all dial-peers have preference 0.

 

Have a look at this documentation:

http://www.cisco.com/c/en/us/td/docs/ios/12_2/voice/configuration/guide/fvvfax_c/vvfpeers.html#wp1244361

 

Please rate replies and mark question as "answered" if applicable.

But would my solution I provided above work?

 

If I change dial-peer 130  from destination-pattern 9T to destination-pattern 9[2-9]T would that fix the issue from matching 130?

No, it won't match dial-peer 130 but will match dial-peer 150. Use this command to test which dial-peer is matching - "show dialplan number XXXX".

I'd suggest to have separate dial-peers for local, national, international, emergency, toll-free, etc numbers. This is to avoid the issue you are experiencing.

 

 

Please rate replies and mark question as "answered" if applicable.

I want it to match 150 so that is a good thing and thank you for the command. I will try that.

 

Also I do have dial-peers for national, international, emergency but didn't list them here. Only listed the dial peers that were causing the issue