hi cliff
 
 
CCM is 4 digit,   the debug dialpeer is showing correct , hit incoming and 
goint to dial-peer 3000, which go to CCM (and CCM will take 4 digit)
 
 
ok i will using the incoming Transaltion pattern as u suggest in my next 
session, tks for help
 
erwan
 
 
 


--- On Mon, 4/6/09, Cliff McGlamry <cl...@mcglamry.net> wrote:

From: Cliff McGlamry <cl...@mcglamry.net>
Subject: Re: [OSL | CCIE_Voice] call from PSTN to Br-2
To: e_er...@yahoo.com, ccie_voice@onlinestudylist.com
Date: Monday, April 6, 2009, 11:27 AM



Actually, you're missing some stuff here.  You're not showing the voice-port, 
but let me take a swing at this just on paper.  I'm a bit puzzled by this setup 
as the international location is normally the CME in the stuff I've seen, but 
we'll go with it being part of HQ or BR1:  
 
 
int loopback 0
h323-gateway voip interface
h323-gateway voip bind srcaddress 172.X.X.X   <-- Bind this to whatever you 
define for H323 gateway...usually the loopback
!
voice translation-rule 1
rule 1 /2131\(3...\)/ /\1/
!
voice translation-profile 8to4
transate called 1
!
voice-port 1/0:15
translation-profile incoming 8to4
!
dial-peer voice 1 pots
 incoming called-number .
 direct-inward-dial
 port 1/0:15
!
dial-peer voice 3000 voip
 destination-pattern 21313...
 voice-class codec 1   <---   Not sure what you have defined here, so I'm not 
sure if this is right
 session target ipv4:177.1.10.10   --> CCm    
no vad
dtmf-relay h245-alphanumeric   <--You missed this one.  Will cause problems if 
you forget
ip qos dscp cs3 signal  <-- for QOS

 
Hope this helps.  If all else fails, do a DEBUG VOICE DIALPEER ALL and see 
what's happening when it hits.  It's failing on the dial peer, and in the case 
of what you had, it's likely because the extension is defined as 4 digits and 
not 8.  You might have the gateway definition in CCM defined to send all digits 
instead of just 4 (in which case, you could just change it to 4 digits and fix 
the issue).  If you have the wrong CSS over there, it will also blow up on you.
 
Cliff
 
 
 
 
 
 
----- Original Message ----- 

From: Erwan Erwan 
To: ccie_voice@onlinestudylist.com ; Cliff McGlamry 
Sent: Sunday, April 05, 2009 11:10 PM
Subject: Re: [OSL | CCIE_Voice] call from PSTN to Br-2






hi Cliff and Day,
 
right, ext 3001 in CCM    , the debug that I sent before, showing call hit the 
BR-2 and correct dial-peer in BR-2  (dial-peer 1 and 3000)
 
here is my config   BR-2
---------------------------

voice translation-rule 20
 rule 1 /^3.../ /44232141\0/
!
!
voice translation-profile Outbound-ANI
 translate calling 20
!
!
controller E1 1/0
 pri-group timeslots 1-3,16
!
dial-peer voice 1 pots
 incoming called-number .
 direct-inward-dial
 port 1/0:15
!
dial-peer voice 3000 voip
 destination-pattern 21313...
 voice-class codec 1
 session target ipv4:177.1.10.10   --> CCm
 no vad
!
 
tks
 

--- On Mon, 4/6/09, Cliff McGlamry <cl...@mcglamry.net> wrote:

From: Cliff McGlamry <cl...@mcglamry.net>
Subject: Re: [OSL | CCIE_Voice] call from PSTN to Br-2
To: ccie_voice@onlinestudylist.com
Date: Monday, April 6, 2009, 10:59 AM





How about posting the dial-peer so we can see it (actually the full config 
would be better).  
 
But in looking at this, I can guess what the problem is.  
 
The number hitting the gateway is 21313001.  I don't have your config, but the 
extension should be 3001.  
 
I personally always have a translation rule that converts the incoming DNIS to 
the proper length.  In this case, I'd have a rule called 8to4 that would take 
that number and return 3001.  I apply this translation to the called number and 
place it on the voice-port (not the dial-peer) in the incoming direction.
 
My bet is that you forgot (1)to build this, (2) the translation rule is off 
(check the the test command), (3) apply it to the port correctly, or possibly 
some combination of the above.  
 
If you post your full config, we can likely tell you exactly where the problem 
is. 
 
 

----- Original Message ----- 
From: Erwan Erwan 
To: ccie_voice@onlinestudylist.com 
Sent: Sunday, April 05, 2009 10:51 PM
Subject: [OSL | CCIE_Voice] call from PSTN to Br-2






hi,
 
calling from PSTN  to BR-2 , can not go thru, and "debug isdn q931" saying 
"network-out of order"   , dial-peer is correct  
 
anybody have idea, what happen ?
 
----------------------------------------------------
 Progress Ind i = 0x8183 - Origination address is non-ISDN  
        Calling Party Number i = 0x0180, '911' 
                Plan:ISDN, Type:Unknown 
        Called Party Number i = 0x81, '21313001' 
                Plan:ISDN, Type:Unknown
*Apr  5 19:35:17.367: ISDN Se1/0:15 Q931: TX -> CALL_PROC pd = 8  callref = 
0x8086 
        Channel ID i = 0xA98381 
                Exclusive, Channel 1
BR-2#
*Apr  5 19:35:17.387: ISDN Se1/0:15 Q931: TX -> DISCONNECT pd = 8  callref = 
0x8086 
        Cause i = 0x80A6 - Network out of order
*Apr  5 19:35:17.399: ISDN Se1/0:15 Q931: RX <- RELEASE pd = 8  callref = 0x0086
*Apr  5 19:35:17.399: ISDN Se1/0:15 Q931: TX -> RELEASE_COMP pd = 8  callref = 
0x8086
----------------------------------------------------




      

Reply via email to