RE: Gk to gk problem.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



News on this case

I changed the GK accounting from radacct to fileacct, and its not crashing
now. The crash only happens with unregistered calls (I need to use
'AcceptUnregisteredCalls=1', some of my GWs receives calls from unregistered
endpoints..), that had been initiated *before* the GK being running.

With RadAcct:

2004/04/18 04:29:09.084 2             RasTbl.cxx(1340)  Gk      Disconnect
Call No. 3
2004/04/18 04:29:09.085 2             RasTbl.cxx(1776)  CDR     ignore not
connected call
2004/04/18 04:29:09.085 0             assert.cxx(105)   PWLib   Assertion
fail: Null pointer reference, file /usr/src/openh323/src/h225_1.cxx, line
360

With FileAcct:

2004/04/18 05:12:18.475 2             RasTbl.cxx(1340)  Gk      Disconnect
Call No. 2
2004/04/18 05:12:18.475 2             RasTbl.cxx(1776)  CDR     ignore not
connected call
2004/04/18 05:12:18.476 2             gkacct.cxx(432)   GKACCT  Successfully
logged event 2 for call no. 2

--
Thiago Lucas
Matrix Internet S/A - NOC
 
 

> -----Original Message-----
> From: openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx 
> [mailto:openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx] On 
> Behalf Of Thiago Lucas
> Sent: Sunday, April 18, 2004 3:13 AM
> To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
> Subject: RE:  Gk to gk problem.
> 
> Hey !
> 
> I'm running the latest GnuGK (from the CVS repository), the 
> new neighbor
> system is really fantastic !
> 
> My first scenerio is now working very fine, thanks Zygmuntowicz.
> 
> Now I'm facing a weird but true gnugk crashing (certainly 
> because of its
> dependencies); I'll try to get more details but even with 
> debug level 4
> (-tttt) that's all I have... 
> 
> 2004/04/18 02:57:01.559 2             RasTbl.cxx(1340)  Gk    
>   Disconnect
> Call No. 1
> 2004/04/18 02:57:01.560 2             RasTbl.cxx(1776)  CDR   
>   ignore not
> connected call
> 2004/04/18 02:57:01.560 0             assert.cxx(105)   PWLib 
>   Assertion
> fail: Null pointer reference, file 
> /usr/src/openh323/src/h225_1.cxx, line
> 390
> 
> And it dies after this.
> 
> Tried with:
> 
> PWLib = 1.5.2
> OpenH323 = 1.12.2
> GnuGK = 2.2b3
> 
> and
> 
> PWLib = 1.6.6
> OpenH323 = 1.13.5
> GnuGK = cvs
> 
> Thanks !
> 
> --
> Thiago Lucas
> Matrix Internet S/A - NOC
> Phone: 55 11 5644-9220
>  
>  
> 
> > -----Original Message-----
> > From: openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx 
> > [mailto:openh323gk-users-admin@xxxxxxxxxxxxxxxxxxxxx] On 
> > Behalf Of Zygmuntowicz Michal
> > Sent: Saturday, April 17, 2004 6:34 AM
> > To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
> > Subject: Re:  Gk to gk problem.
> > 
> > The reason may be that GK2 is not forwarding LRQ to GK3,
> > but is generating a new LRQ and sends it to GK3, but GK3
> > replies with LCF directly to GK1. Then LRQ and LCF have
> > different sequence numbers. You may try to:
> > 1. Force GK2 to stay in LRQ/LFC path, if it has such option.
> > 2. Try to use gnugk 2.2 - it may solve this problem, as neighboring
> >     code was rewritten.
> > 
> > ----- Original Message ----- 
> > From: "Thiago Lucas" <thiago@xxxxxxxxxxxxx>
> > Sent: Friday, April 16, 2004 11:25 PM
> > 
> > 
> > > Hi list,
> > > 
> > > I'm trying to get my gnugk working in the following scenario:
> > > 
> > > Gateway --- GK1 -- GK2 --- GK3 --- Endpoint
> > > (origin)       (I'm here)
> > > 
> > > When GK1 send the LRQ to me (GK2), and the prefix is mached 
> > as GK3, I get:
> > > 
> > > 2004/04/16 18:12:35.530 2             RasSrv.cxx(2166)  
> GK      Send
> > > locationRequest to 1.2.3.4:1719
> > > 2004/04/16 18:12:35.531 2             RasSrv.cxx(439)   GK  
> >     Forward LRQ
> > > to 1 neighbor(s)
> > > 2004/04/16 18:12:35.682 2             RasSrv.cxx(2224)  GK  
> >     Read from
> > > 1.2.3.4:1719
> > > 2004/04/16 18:12:35.684 2             RasSrv.cxx(2239)  GK  
> >     Received
> > > locationConfirm
> > > 2004/04/16 18:12:35.685 1             RasSrv.cxx(2038)  GK  
> >     LCF Received
> > > 2004/04/16 18:12:35.685 2             RasSrv.cxx(171)   GK  
> >     Unknown LCF,
> > > ignore!
> > > 
> > > When I change the scene to 
> > > 
> > > Gateway --- GK2 -- GK3 --- Endpoint
> > > 
> > > The call goes thru.
> > > 
> > > PS.: GK1 just handles the call, now is a Cisco, but I 
> > already made tests
> > > with another GnuGK.
> > > 
> > > Part of GK2 gnugk.ini:
> > > 
> > > [Gatekeeper::Main]
> > > Fourtytwo=42
> > > Name=gk2
> > > UnicastRasPort=1719 
> > > MulticastPort=1718
> > > 
> > > [RoutedMode]
> > > GKRouted=1
> > > H245Routed=1
> > > CallSignalPort=1720
> > > AcceptNeighborsCalls=1
> > > AcceptUnregisteredCalls=1
> > > SupportNATedEndpoints=1
> > > ForwardOnFacility=1
> > > ShowForwarderNumber=0
> > > 
> > > [Proxy]
> > > Enable=0
> > > 
> > > [RasSrv::RRQFeatures]
> > > AcceptEndpointIdentifier=1
> > > AcceptGatewayPrefixes=1
> > > 
> > > [RasSrv::ARQFeatures]
> > > ArjReasonRouteCallToSCN=0
> > > ArjReasonRouteCallToGatekeeper=0
> > > CallUnregisteredEndpoints=1
> > > 
> > > [RasSrv::LRQFeatures]
> > > NeighborTimeout=2
> > > #ForwardHopCount=5
> > > AlwaysForwardLRQ=1
> > > AcceptForwardedLRQ=1
> > > IncludeDestinationInfoInLCF=0
> > > CiscoGKCompatible=1
> > > 
> > > Thanks !
> > > 
> > > Thiago.
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: IBM Linux Tutorials
> > Free Linux tutorial presented by Daniel Robbins, President 
> and CEO of
> > GenToo technologies. Learn everything from fundamentals to system
> > 
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> > 
> > _______________________________________________________
> > 
> > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
> > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
> > Homepage: http://www.gnugk.org/
> > 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> 
> _______________________________________________________
> 
> List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
> Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
> Homepage: http://www.gnugk.org/
> 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

_______________________________________________________

List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
Homepage: http://www.gnugk.org/

[Index of Archives]     [SIP]     [Open H.323]     [Gnu Gatekeeper]     [Asterisk PBX]     [ISDN Cause Codes]     [Yosemite News]

  Powered by Linux