Hello:
i desire to call VOIP in 2 gateway
192.168.141.215/216 each other through gatekeeper :
192.168.141.175 .
it had problem in H.225 RAS admission reject. below my
gatekeeper.ini set :
[Gatekeeper::Main]
FourtyTwo=42
Name=GnuGk
EndpointSuffix=_gnugk
TimeToLive=600
; change this to 1 or 2, if you want CDRs and RAS messages to be printed
on the status port
TotalBandwidth=100000
StatusPort=7000
StatusTraceLevel=2
; enable these options if your endpoints use broadcast and/or multicast
to discover the gatekeeper
UseBroadcastListener=0
UseMulticastListener=0
; restrict access to the status port by an IP address
[GkStatus::Auth]
rule=allow
; add more entries, if you access the status port from other hosts
;192.168.141.175=allow
;default=forbid
;Shutdown=allow
[RoutedMode]
; enable gatekeeper signaling routed mode, route H.245 channel only if
neccessary (for NATed endpoints)
GKRouted=1
H245Routed=0
; you may want to change it to the H.323 default 1720
CallSignalPort=1719
AcceptNeighborCalls=1
AcceptUnregisteredCalls=0
RemoveH245AddressOnTunneling=1
RemoveCallOnDRQ=0
DropCallsByReleaseComplete=1
SendReleaseCompleteOnDRQ=0
SupportNATedEndpoints=1
TranslateFacility=1
; proxy calls only for NATed endpoints
[Proxy]
Enable=1
; if port forwarding is correctly configured for each endpoint, you can
disable ProxyForNAT
T120PortRange=40000-40999
RTPPortRange=50000-59999
ProxyForNAT=1
ProxyForSameNAT=0
[GkStatus::Auth]
rule=allow
[RasSrv::GWPrefixes]
gw215=215
gw216=216
[RasSrv::PermanentEndpoints]
192.168.141.215=gw215;215
192.168.141.216=gw216;216
[RasSrv::RRQFeatures]
; endpoint identifiers are assigned by the gatekeeper
AcceptEndpointIdentifier=0
; you may want to disable this, if you want to control gateway prefixes
from the config
AcceptGatewayPrefixes=1
[RasSrv::ARQFeatures]
; allow calling endpoints directly by an IP address
CallUnregisteredEndpoints=1
[CallTable]
; don't print CDRs for neighbor calls to the status port
GenerateNBCDR=0
; print CDRs for unconnected calls to the status port
GenerateUCCDR=1