Question

CME Dial Peers. Can call 411 and 91+area code 11 digit dialing, but not 10

Asked by: Baran711


i have put the XXXXs in here just to hide the real #. i must be doing something fundementally wrong. basically 9+11 digit dialing is working, and also 411 is working.
10 digit dialing is not working. i feel that the 411 and 11 digit dialing may be working for the wrong reason. (they seem to match dial peers i didnt manually create).
below is my configuration and a printout of a dialpeer debug for a working 411 call and then a non working 10 digit call.

voice translation-rule 1
 rule 1 /^9\(011*\)/ /\1/
 rule 2 /^9\(...........$\)/ /\1/
 rule 3 /^9\(..........$\)/ /\1/
 rule 4 /^9\([469]11$\)/ /\1/
 rule 5 /^[469]11$/ /\0/
!
voice translation-rule 2
 rule 1 /.*/ /1777204XXXX/
!
voice translation-rule 3
 rule 1 /.*/ /250/
!
!
voice translation-profile PSC.Net-Incomming-VOIP
 translate called 3
!
voice translation-profile PSC.Net-Outgoing-VOIP
 translate calling 2
 translate called 1
!







dial-peer voice 1000 voip
 destination-pattern 29.
 b2bua
 session protocol sipv2
 session target ipv4:192.168.20.10
 dtmf-relay rtp-nte
 codec g711ulaw
 no vad
!
dial-peer voice 1 voip
 description "Outgoing PSC.Net Local Dial-Peer"
 translation-profile outgoing PSC.Net-Outgoing-VOIP
 destination-pattern 9[2-9].........
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 no vad
!
dial-peer voice 2 voip
 description "Outgoing PSC.Net Long Distance Dial-Peer"
 translation-profile outgoing PSC.Net-Outgoing-VOIP
 destination-pattern 91[2-9].........
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 no vad
!
dial-peer voice 3 voip
 description "Outgoing PSC.Net International Dial-Peer"
 translation-profile outgoing PSC.Net-Outgoing-VOIP
 destination-pattern 9011T
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 no vad
!
dial-peer voice 4 voip
 description "Outgoing PSC.Net Telco-Service Dial-Peer"
 translation-profile outgoing PSC.Net-Outgoing-VOIP
 destination-pattern 9[469]11
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 no vad
!
dial-peer voice 5 voip
 description "Outgoing PSC.Net Telco-Service Dial-Peer"
 translation-profile outgoing PSC.Net-Outgoing-VOIP
 destination-pattern [469]11
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 no vad
!
dial-peer voice 6 voip
 translation-profile incoming PSC.Net-Incomming-VOIP
 session target sip-server
 incoming called-number 1777204XXXX
 dtmf-relay rtp-nte
 no vad
!



PSC-Router#sh dial-peer voice summary
dial-peer hunt 0
             AD                                    PRE PASS                OUT
TAG    TYPE  MIN  OPER PREFIX    DEST-PATTERN      FER THRU SESS-TARGET    STAT PORT
1000   voip  up   up             29.                0  syst ipv4:192.168.20.10
1      voip  up   up             9[2-9].........    0  syst sip-server
2      voip  up   up             91[2-9].........   0  syst sip-server
3      voip  up   up             9011T              0  syst sip-server
4      voip  up   up             9[469]11           0  syst sip-server
5      voip  up   up             [469]11            0  syst sip-server
6      voip  up   up                                0  syst sip-server
20001  pots  up   up             201$               0                           50/0/1
20002  pots  up   up             202$               0                           50/0/2
20003  pots  up   up             203$               0                           50/0/3
20004  pots  up   up             204$               0                           50/0/4
20005  pots  up   up             220$               0                           50/0/20
20006  pots  up   up             250$               1                           50/0/50
             AD                                    PRE PASS                OUT
TAG    TYPE  MIN  OPER PREFIX    DEST-PATTERN      FER THRU SESS-TARGET    STAT PORT
20007  pots  up   up             1777204XXXX$       9                           50/0/50
20008  pots  up   up             250$               2                           50/0/51
20009  pots  up   up             1777204XXXX$       9                           50/0/51
20010  pots  up   up             250$               3                           50/0/52
20011  pots  up   up             1777204XXXX$       9                           50/0/52
20012  pots  up   up             250$               4                           50/0/53
20013  pots  up   up             1777204XXXX$       9                           50/0/53
20014  pots  up   up             8000...            0                           50/0/100
20015  pots  up   up             8001...            0                           50/0/101
20016  pots  up   up             210$               0                           50/0/102
20017  pots  up   up             251$               0                           50/0/103
             AD                                    PRE PASS                OUT
TAG    TYPE  MIN  OPER PREFIX    DEST-PATTERN      FER THRU SESS-TARGET    STAT PORT
20018  pots  up   up             *201$              0                           50/0/110
20019  pots  up   up             *202$              0                           50/0/111
20020  pots  up   up             *203$              0                           50/0/112
20021  pots  up   up             *204$              0                           50/0/113






411 dial peer debug (works, call is completed)

Jul  2 02:20:21.451: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=201
Jul  2 02:20:21.455: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:21.455: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:21.455: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:20:21.455: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=201
Jul  2 02:20:21.455: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:21.455: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:21.455: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dia
PSC-Router#l-peer=20001 Is Matched
Jul  2 02:20:21.799: //-1/BA42E32480BC/DPM/dpMatchCore:
   Dial String=4, Expanded String=4, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:21.799: //-1/BA42E32480BC/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=5
Jul  2 02:20:21.799: //-1/BA42E32480BC/DPM/dpMatchCore:
   Result=1
Jul  2 02:20:21.999: //-1/BA42E32480BC/DPM/dpMatchCore:
   Dial String=41, Expanded String=41, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:21.999: //-1/BA42E32480BC/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=5
Jul  2 02:20:21.999: //-1/BA42E32480BC/DPM/dpMatchCore:
   Result=1
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=411T
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=411
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=411T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=411
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=411T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=5 Is Matched
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:22.199: //-1/BA42E32480BC/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
Jul  2 02:20:25.719: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=1777204XXXX, Expanded String=1777204XXXX, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:25.719: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20007 Is Matched
Jul  2 02:20:25.719: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20009 Is Matched
Jul  2 02:20:25.719: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20011 Is Matched
Jul  2 02:20:25.719: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20013 Is Matched
Jul  2 02:20:25.719: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:25.719: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
Jul  2 02:20:25.787: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=1777204XXXX, Expanded String=1777204XXXX, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:25.787: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20007 Is Matched
Jul  2 02:20:25.787: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20009 Is Matched
Jul  2 02:20:25.787: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20011 Is Matched
Jul  2 02:20:25.787: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=20013 Is Matched
Jul  2 02:20:25.787: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=411, Expanded String=411, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:25.791: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=5 Is Matched
PSC-Router#
PSC-Router#
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=201$
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201$T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=201$
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:

PSC-Router#Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201$T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:29.875: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=[469]11
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:

PSC-Router#Dial String=, Expanded String=, Calling Number=[469]11T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=[469]11
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=[469]11T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:20:30.075: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1


10 digit call dial peer (get busy signal/ unknown #)

Jul  2 02:22:58.407: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=201
Jul  2 02:22:58.407: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:22:58.407: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:58.407: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:22:58.407: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=201
Jul  2 02:22:58.407: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:22:58.411: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:58.411: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dia
PSC-Router#l-peer=20001 Is Matched
Jul  2 02:22:58.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9, Expanded String=9, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:58.743: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:22:58.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:22:58.943: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=96, Expanded String=96, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:58.943: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:22:58.943: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:22:59.143: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=961, Expanded String=961, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:59.143: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:22:59.143: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:22:59.343: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9610, Expanded String=9610, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:59.343: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:22:59.343: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:22:59.543: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=96103, Expanded String=96103, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:59.543: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:22:59.543: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:22:59.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=961032, Expanded String=961032, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:59.743: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:22:59.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:22:59.943: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9610323, Expanded String=9610323, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:22:59.943: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:22:59.943: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:23:00.143: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=96103231, Expanded String=9610323X, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.143: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:23:00.143: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:23:00.343: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=961032310, Expanded String=9610323XX, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.343: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:23:00.343: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:23:00.543: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9610323105, Expanded String=9610323XXX, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.543: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=MORE_DIGITS_NEEDED(1); Outgoing Dial-peer=1
Jul  2 02:23:00.543: //-1/17D078BB80C2/DPM/dpMatchCore:
   Result=1
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9610323XXXX, Expanded String=9610323XXXX, Calling Number=
   Timeout=FALSE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=1 Is Matched
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9610323XXXX, Expanded String=9610323XXXX, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=1 Is Matched
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9610323XXXX, Expanded String=9610323XXXX, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=1 Is Matched
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=9610323XXXX, Expanded String=9610323XXXX, Calling Number=9610323XXXXT
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=1 Is Matched
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=9610323XXXX
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=9610323XXXXT
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=9610323XXXX
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=9610323XXXXT
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=1 Is Matched
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=9610323XXXX, Expanded String=9610323XXXX, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=1 Is Matched
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/dpMatchCore:
   Dial String=9610323XXXX, Expanded String=9610323XXXX, Calling Number=
   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:00.743: //-1/17D078BB80C2/DPM/MatchNextPeer:
   Result=Success(0); Outgoing Dial-peer=1 Is Matched
Jul  2 02:23:01.263: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=9[2-9].........
Jul  2 02:23:01.263: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:23:01.263: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=9[2-9].........T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:01.263: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:23:01.263: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=9[2-9].........
Jul  2 02:23:01.267: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:23:01.267: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=9[2-9].........T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:01.267: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ANSWER; Calling Number=201$
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201$T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=201$
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=201$T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
Jul  2 02:23:03.903: //-1/xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1


please let me know what may be wrong

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-07-01 at 19:30:18ID24538481
Topics

Voice Over IP

,

Network Routers

,

IP PBX Systems

Participating Experts
2
Points
500
Comments
8

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. dial-peer configs
    ive got 10 remote locations right now that all run a cheaper phone system that doesnt have extensions and such only phone lines. in my host location ive got a meridian option 11 phone system. i have mapped out on that phone system a number of extensions that get passed to m...
  2. CISCO VOIP - dial-peer configuration URGENT !
    Hello, I have a 3640 cisco with 2 cards : NM-HDV 2-E1 60 I have 2 E1 pluggued in the first card, and 2 E1 in the second card. In my dial-peer voice XXX voip i have a sip-target to a specific server. how could i do to have different sip-target depending on wich NM-HDV card ...
  3. Cisco voip-to-voip termination Dial-peer Issue
    Hi, we have a cisco AS5400 which I have configured to run Voip to Voip connection using T1 crossover cable on 2 T1 pots. I was able to configure dial peer to communicate with the radius server. But the problem I have is that, AS5400 sends international code + country code...
  4. SRST dial-peer help
    Call Manager 4.2 at Corp site with MPLS (T1) connected to remote office. Remote router is a Cisco 2811 with a dual T1/E1 VWIC running IOS(12.4). I have one voice PRI to port T1 0/0/0. What I like to do is in SRST mode (when MPLS is down), route this incoming dialed number ...
  5. Cisco Router Dial Peer for VoIP
    below is my original config for my dial peer: dial-peer voice 100 voip description Outbound VoIP to SBC destination-pattern .T rtp payload-type nse 105 rtp payload-type nte 100 voice-class codec 1 session protocol sipv2 session target ipv4:204.245.30.165 dtmf-relay r...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: kenboonejrPosted on 2009-07-01 at 19:55:42ID: 24760090

Take the 10 digit number you are trying to dial and run it through the translation patterns with a test

router# test translation-rule 1 96103231234

See what the output is?  Is it what you are expecting to receive?

Is the sip provider expecting 10 digits or 11?  I have run into some providers who want the 1 in front.  
Since you are going through a sip provider maybe they only want 7 digits and are routing everything else in a 10 digit local area as LD.  Just make sure you know what the sip provider is expecting.  Actually I don't think you are getting out to the SIP provider I think the router is giving you the busy signal.

Oh on the 10 digit dialig peer try adding forward-digits 10 instead of using the translation pattern to strip the 9.  Note this might only work on pots dial peers though.

 

by: Baran711Posted on 2009-07-01 at 20:07:25ID: 24760125

the translation test comes back as expected, basically the 10 digit # without the 9.

i do not believe forward 10 will work.

ill cehck with the sip provider but the dial peer match flow doesnt seem to be right? its trying alot of different things i really cant even tell from that what its using to go out with.

 

by: lrmoorePosted on 2009-07-01 at 20:32:02ID: 24760242

Try a destination pattern of 9T on a new dial peer

dial-peer voice 7 voip
  translation-profile outgoing PSC.Net-Outgoing-VOIP
 destination-pattern 9T
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 no vad

 

by: kenboonejrPosted on 2009-07-01 at 20:35:24ID: 24760268

Well it is matching the correct dial peer - dial peer 1.  But I am not sure what it is doing after that.

 

by: Baran711Posted on 2009-07-01 at 21:04:05ID: 24760386

i contacted the provider and i do indeed need to send 11 digits (i guess i was wrong about 10 working). i setup a translation rule for 10 digit to add the 1.

back to determining if the right peer is working. is there a way to look at an active call and tell exactly what peer its using. even with the working call i see it match say dial peer 2 and then turn around and match dial peer 20001 im guessing it might run through them all before it decides on one?

 

by: kenboonejrPosted on 2009-07-02 at 06:10:41ID: 24762867

I "think" that what you are seeing is that it is matching the correct dial peer, then I think it is running through the list of dynamically built peers as part of the sip server setup.  Notice that those other peers listed were pots peers.  So I am guessing that has something to do with actually how the sip traffic is being handled with the sip server.  That is just a guess though.

 

by: Baran711Posted on 2009-07-02 at 06:16:02ID: 24762906

is anyone aware of perhaps a more appropriate debug statement to narrow down whats actually happening. while im happy that the call is completed i dont know if all of the other aspects of my intended dial peer are being applied

 

by: kenboonejrPosted on 2009-07-02 at 06:48:18ID: 24763253

You can try the following:

debug voice ccapi inout
show call active voice

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...