cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1011
Views
0
Helpful
1
Replies

Dialing out a Gateway with BRI gives ISDN Disconnect Cause = 0x82E4

dhellings
Level 1
Level 1

Hello,

I'm having a IOS H323 gateway configured and when I try to place a call to the PSTN using a BRI interface, I get a the following ISDN disconnect cause:

Cause i = 0x82E404 - Invalid information element contents

The bearer cap looks also wrong: 0x8090A2 (G.711 u-Law Speech) instead of 0x8090A3 (G.711 A-law). The gateway is a VG200 with IOS 12.2(13). Can anyone tell me what is going wrong?

--- config gateway ---------

!

interface BRI1/0

description **** PSTN 0402300496 *****

no ip address

isdn switch-type basic-net3

isdn overlap-receiving

isdn incoming-voice voice

isdn send-alerting

!

voice-port 1/0/0

cptone NL

bearer-cap Speech

!

!

dial-peer voice 1 pots

preference 1

destination-pattern 0T

direct-inward-dial

port 1/0/0

!

dial-peer voice 3 voip

preference 1

destination-pattern T

voice-class h323 1

session target ipv4:10.1.1.1

dtmf-relay h245-alphanumeric

codec g711alaw

1 Reply 1

dhellings
Level 1
Level 1

I Already found it myself. This is the command needed to change the bearer cap:

voice-port 1/0/0

compand-type a-law

It wil change the bearer cap from 0x8090A2 (G.711 u-Law Speech) to 0x8090A3 (G.711 A-law). The connection to PSTN is fully operational now. Thanks.