cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
549
Views
0
Helpful
9
Replies

International call failed on a VG200 H323 Gateway

mderriennic
Level 1
Level 1

Hi,

I am unable to place an internation PSTN call through the gateway whereas local and national call works fine. Call is rejected by the PSTN.

Is there any timer issue ?

IOS version is 12.2(4.2) with CCM 3.1(2c)

Gateway conf :

voice class codec 1

codec preference 1 g711alaw

codec preference 2 g711ulaw

codec preference 3 g729r8

!

!

interface BRI1/0

no ip address

isdn switch-type basic-net3

isdn incoming-voice voice

isdn sending-complete

!

!

voice-port 1/0/0

cptone FR

description *** FAX ***

!

voice-port 1/0/1

cptone FR

description *** Repondeur ***

!

voice-port 1/1/0

compand-type a-law

cptone FR

description *** Connexion FT - ISDN ***

!

dial-peer voice 20 pots

destination-pattern 0T

progress_ind alert enable 8

progress_ind progress enable 8

progress_ind connect enable 8

direct-inward-dial

port 1/1/0

!

dial-peer voice 30 pots

destination-pattern 6014

port 1/0/0

!

dial-peer voice 40 voip

destination-pattern 6...

progress_ind setup enable 3

voice-class codec 1

session target ipv4:192.168.3.2

dtmf-relay h245-alphanumeric

!

dial-peer voice 31 pots

destination-pattern 6013

port 1/0/1

!

**************

debug isdn q931 trace :

06:31:58: %ISDN-6-LAYER2UP: Layer 2 for Interface BR1/0, TEI 64 changed to up

*Mar 1 06:31:58.414: ISDN BR1/0: TX -> SETUP pd = 8 callref = 0x18

*Mar 1 06:31:58.414: Bearer Capability i = 0x8090A3

*Mar 1 06:31:58.418: Channel ID i = 0x83

*Mar 1 06:31:58.418: Calling Party Number i = 0x00, 0x80, '6082', Plan:Unknown, Type:Unknown

*Mar 1 06:31:58.422: Called Party Number i = 0x80, '0033<my_phone_number>', Plan:Unknown, Type:Unknown

*Mar 1 06:31:58.426: Sending Complete

*Mar 1 06:31:58.678: ISDN BR1/0: RX <- CALL_PROC pd = 8 callref = 0x98

*Mar 1 06:31:58.678: Channel ID i = 0x89

*Mar 1 06:31:58.766: ISDN BR1/0: RX <- DISCONNECT pd = 8 callref = 0x98

*Mar 1 06:31:58.766: Cause i = 0x8798 - Unknown cause value

*Mar 1 06:31:58.778: ISDN BR1/0: TX -> RELEASE pd = 8 callref = 0x18

*Mar 1 06:31:58.778: Cause i = 0x8098 - Unknown cause value

*Mar 1 06:31:58.854: ISDN BR1/0: RX <- RELEASE_COMP pd = 8 callref = 0x98

*********************

Any idea ?

Marc DERRIENNIC

Technical Account Manager

9 Replies 9

p.hagedorn
Level 1
Level 1

I had the same problem, it is a IOS Problem use 12.2.1 or 12.2.5a

Regards Philipp

I tried 12.2.1 and 12.2.1c without success.

I didn't found 12.2.5a on the CCO, can you tell me where to find it ?

Best regards,

Marc

dgoodwin
Cisco Employee
Cisco Employee

I see in your debug:

Called Party Number i = 0x80, '0033'

Is 0033 a complete number? I would expect that it's not. Can you try to remove the isdn sending-complete command, because you are sending 0033 and the telco is not going to wait for any more digits because you are sending the Sending Complete IE in the SETUP message.

Also, what is the route pattern that you have configured in CallManager, both for local/national calls as well as for the international calls?

No 0033 is not the complete number, I just hide the 7 last numbers. 00 is for international calls in France and 33 is the international France code. I must have tell you this, sorry.

national route pattern : 0.XXXXXXXXXX

international route pattern : 0.00!

this to avoid inter digit timeout for national calls.

Marc

Now I am a little confused. Are you saying that in the debug isdn q931 that the entire number was actually sent, not just 0033, and you deleted the number out when you posted your debug?

Yes, that's it, I put an explanation that was stripped because confusing with an HTML tag...

In the debug, the entire and correct number is sent

I already had a problem like this : I was able to call people connect with ISDN to the PSTN but not home user who used an analog connection. It was an IOS bug in v12.2.3 (timer pb). With 12.2.4 this feature works but still not international calls, even with a csim start command !

Marc

Sascha Monteiro
Level 6
Level 6

Hi,

We had some weird problems on a PRI (call to cell-phone ended up in singapore), this solved the problem (on the serial int);

isdn map address . plan unknown type unknown

You can try this on your BRI (if you can do this on a BRI, I am not sure)

You never now...... :-)

Sascha

jras
Level 1
Level 1

We did have this same problem and it ended up being a timer issue. The problem happened more frequently on international calls to cell phones because they take longer to connect. The two items that corrected the problem for us were:

1. On your gateway, set the call type to unknown in stead of call manager.

2. In your router, on the interface for your PRI line (ex. 2/0:23) add the entry "ISDN T310 50000"

alansmith
Level 1
Level 1

Guys,

Yep the last guy to post, I think had the right idea. Below is what I did to fix a similar problem.

*configure the T310 timer in the CallManager Service Parameters to 60s

(it is prob configured to 10s)

*configure the T310 timer on the Gateway as described in the following

URL:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft

/121limit/121x/121xi/121xi_3/dth323pi.htm#xtocid2003913

Alan