Thanks a lot, it works. Here is my learning points discovered from GnuGK study.
Works:
======
[Gatekeeper::Main]
UseBroadcastListener=0
UseMulticastListener=0
[RoutedMode]
CallSignalPort=1720
A) Registration working
2011/05/11 11:53:21.170 1 RasSrv.cxx(517) Listening to 0.0.0.0:1719(U)
2011/05/11 11:53:21.170 1 RasSrv.cxx(517) Listening to 0.0.0.0:1720
2011/05/11 11:53:21.170 1 RasSrv.cxx(517) Listening to 0.0.0.0:7000
2011/05/11 11:53:21.452 2 RasSrv.cxx(173) RAS Read from 78.21.235.xx:1719
2011/05/11 11:53:21.453 3 RasSrv.cxx(222) RAS
registrationRequest {
B) Telnet for status working also
$ telnet localhost 7000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Version:
Gatekeeper(GNU) Version(2.3.4) Ext(pthreads=1,radius=1,mysql=1,pgsql=1,firebird=1,odbc=1,sqlite=1,large_fdset=0,crypto/ssl=1,h46018=1,h46023=1) H323Plus(1.22.0) PTLib(2.8.1) Build(Jan 4 2011, 15:17:41) Sys(Linux i686 2.6.35.12-90.fc14.i686)
Startup: Wed, 11 May 2011 11:53:21 +0200 Running: 0 days 00:04:49
;
Not work, because:
==============
[Gatekeeper::Main]
#UseBroadcastListener=0
#UseMulticastListener=0
[RoutedMode]
CallSignalPort=1720
A) Registration fail
2011/05/11 11:47:51.561 1 RasSrv.cxx(517) Listening to 0.0.0.0:1719(U)
2011/05/11 11:47:51.563 1 RasSrv.cxx(517) Listening to 0.0.0.0:1718(Mcast)
2011/05/11 11:47:51.563 1 RasSrv.cxx(517) Listening to 0.0.0.0:1720
2011/05/11 11:47:51.563 1 RasSrv.cxx(517) Listening to 0.0.0.0:7000
2011/05/11 11:47:51.564 1 RasSrv.cxx(881) RAS Broadcast listener listening at 0.0.0.0:1719(Bcast)
2011/05/11 11:30:41.942 2 RasSrv.cxx(173) RAS Read from 78.21.235.xx:1719
2011/05/11 11:30:41.943 1 RasSrv.cxx(310) RAS Unknown broadcasted RAS message tag 3
B) Telnet have issues
Regards
Shamun
Message: 3
Date: Wed, 11 May 2011 10:23:54 +0200
From: Jan Willamowius <jan@xxxxxxxxxxxxxx>
Subject: Re: Unknown broadcasted RAS message tag 3
To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Message-ID: <20110511102354.3ce2cb58@xxxxxxxxxxx>
Content-Type: text/plain; charset=US-ASCII
Hi,
your endpoint is sending its RegistrationRequest to the broadcast
address. Thats not how its supposed to work. It should may send a
GatekeeperRequest to the broadcast address, but the RegistrationRequest
is supposed to go to the RAS port (1719).
Regards,
Jan
------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/