cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
861
Views
5
Helpful
3
Replies

ARJ reason resourceUnavailable

andrew-ivanov
Level 1
Level 1

Hi!

H323 terminal try to setup call to remote zone:

term GK1 GK2 GW

|---ARQ-->|----LRQ--->|

| | |

|<--ARJ---|<---LCF----|

GK2 (cisco 2600) sends to GK1 (cisco 3600) LCF message but GK1 rejects call:

value RasMessage ::= admissionReject :

{

requestSeqNum 3650

rejectReason resourceUnavailable : NULL

}

What does it mean?

May be this part of LCF is at the bottom of reject:

value LCFnonStandardInfo ::=

{

....

resources

{

maxDSPs 0

inUseDSPs 0

maxBChannels 0

inUseBChannels 0

activeCalls 0

bandwidth 0

inuseBandwidth 0

}

....

}

GK2 doesn't receive information about resources availability from GW.

Is it possible to around that sort of GKs behaviour?

Regards.

3 Replies 3

jtufail
Level 1
Level 1

The resources availability is decided by the originating gatekeeper, if it allows the call to go through or not depending on the available resources. Do you have any resources availbity configured on the originating gatekeeper?

No I havn't. The configuration of the originating gatekeeper is simple:

gatekeeper

zone local gk2.foo.net foo.net xx.xx.xx.xx

zone remote gk.foo.net foo.net yy.yy.yy.yy 1719

zone prefix gk.foo.net 380*

zone prefix gk.foo.net 888*

no shutdown

This could be due to a couple of reasons

1. Due to unavailability of bw that GK is rejecting the call. Try configuring "bandwidth remote 1000" on the OGK

2. When there is no proxy configured the GK will also give the same ARJ reason..

you can try the following commands under the GK..

no use-proxy gk1 remote gk2 outbound terminal

no use-proxy gk1 remote gk2 inbound terminal

hope that helps