Hi,
I have tested the redirecting feature of gnugk for
a few days, without any luck.
Anybody have a success with it please give me a
hint.
I am using 2.0.8 (binary version) on Linux machine.
even tried 2.2beta. same result.
I have two gnugk gk1(on machine 192.168.1.1)
and gk2(on machine 192.168.1.2)
and two IP phones(Swissvoice IP10S). I put the
call limit to gk1 to "1". so it
should forward the second cocurrent call to
gk2.
I registered with both IP phone with gk1. But
they registered with gk2 too automaticly.
I made first call from ip_phone1, it go through. I
dialed the second call from ip_phone2.
gk1 show "resourceUnavailable" error,
but did not forward call to gk2?!
I keep on
getting "fullRegistrationRequired" error on gk1's status port as
below:
RRJ|192.168.1.2|
|unknown|fullRegistrationRequired;
My configuration file shown as below.
in machine 192.168.1.1
############################################################################
## ## Gatekeeper 1 configuration ## ############################################################################ [Gatekeeper::Main] Fourtytwo=42 Name=gk1 TimeToLive=300 Home=192.168.1.1 ; ;Alternate GK ; ;RedirectGK=temporary ;RedirectGK=permanent RedirectGK=Endpoints > 200 || Calls > 1 AlternateGKs=192.168.1.2:1719:false:10:gk2 SendTo=192.168.1.2:1719 SkipForwards=192.168.1.2 [RoutedMode]
GKRouted=1 H245Routed=0 CallSignalPort=1721 [RasSrv::GWPrefixes]
AS5300=2 [GkStatus::Auth]
rule=allow in machine 192.168.1.2
############################################################################
## ## Gatekeeper 2 configuration ## ############################################################################ [Gatekeeper::Main] Fourtytwo=42 Name=gk2 TimeToLive=300 Home=192.168.1.2 ; ;Alternate GK ; ;RedirectGK=temporary ;RedirectGK=permanent RedirectGK=Endpoints > 200 || Calls > 10 AlternateGKs=192.168.1.1:1719:false:100:gk1 SendTo=192.168.1.1:1719 SkipForwards=192.168.1.1 [RoutedMode]
GKRouted=1 H245Routed=0 CallSignalPort=1721 [RasSrv::GWPrefixes]
AS5300=2 [GkStatus::Auth]
rule=allow Thanks in advance, Mei Xiao |