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

827 dropping calls- again

luke.johnson
Level 1
Level 1

As mentioned in a previous post, our 827 is dropping call after ten minutes. After some debug, it appears that the gateway is registering as a gateway and then a couple of minutes later - unable to register.... This happens about 3-4 over a ten minute period, then my call is dropped. I'm including the debug I collected.

During the times when the gateway can not register, Ican not make calls, but my established calls remain. I'm using the latest version of code (12.2(8)T4) As stated previoulsy I have by-passed the PABX and have found the same results.

We are using Lucents MVAM as the gatekeeper.

Here is the debug.

Thanks in advance

Luke

07-11-2002 18:11:43 Local7.Info 10.3.7.20 6291: %CCH323-6-REGSTR: Gateway melb-office registered with Gatekeeper datafast-gk1

07-11-2002 18:11:10 Local7.Critical 10.3.7.20 6290: %CCH323-2-GTWY_REGSTR_FAILED: Gateway melb-office failed to register with Gatekeeper datafast-gk1 even after 2 retries

07-11-2002 18:09:25 Local7.Info 10.3.7.20 6289: %CCH323-6-REGSTR: Gateway melb-office registered with Gatekeeper datafast-gk1

07-11-2002 18:08:52 Local7.Critical 10.3.7.20 6288: %CCH323-2-GTWY_REGSTR_FAILED: Gateway melb-office failed to register with Gatekeeper datafast-gk1 even after 2 retries

1 Reply 1

fbahram
Level 1
Level 1

Now that we know your gateway to gatekeeper registration fails we can troubleshoot further. The reason ofcourse that you cannot make new calls is because we cannot place the RAS signaling. The reason your established calls remain is because after RAS signaling which has already taken place for them, the RTP stream passes between the gateways and the gatekeeper registration becomes secondary.

You need to debug h225 asn1 & debug ras on the gateway, and see whether the RRQ that we send is received and whether you are missing an RCF (registration confirmed) from the gatekeeper. If you miss up to 3 registrations, that means you send up to 3 RRQs without an RCF (after the gatekeeper registers we still do this because it acts like a keepalive) then we lose connection and try to establish communication again.

Hope this helps.