-
1
- #1
Created a inter change between IPO ver 4.0(10) using H323 successfully using GNUGK Open GateKeeper.
The following is the setup that I have used in GNUGK -
[Gatekeeper::Main]
Fourtytwo=42
Name=GnuGK
TimeToLive=60
; change this to 1 or 2, if you want CDRs and RAS messages to be printed on the status port
StatusTraceLevel=2
; enable these options if your endpoints use broadcast and/or multicast to discover the gatekeeper
UseBroadcastListener=0
UseMulticastListener=0
[GkStatus::Auth]
rule=allow
[RoutedMode]
; enable gatekeeper signaling routed mode, route H.245 channel only if neccessary (for NATed endpoints)
GKRouted=1
H245Routed=0
AcceptNeighborCalls=1
AcceptUnregisteredCalls=1
RemoveH245AddressOnTunneling=1
RemoveCallOnDRQ=0
DropCallsByReleaseComplete=1
SendReleaseCompleteOnDRQ=0
SupportNATedEndpoints=1
TranslateFacility=1
CallSignalPort=1720
[RoutingPolicy]
Default=internal,neighbor,parent
[RasSrv::Neighbors]
GK2=10.0.30.254;*
[RasSrv::LRQFeatures]
; timeout value to wait reply in seconds
NeighborTimeout=2
[RasSrv::ARQFeatures]
; allow calling endpoints directly by an IP address
CallUnregisteredEndpoints=1
[Endpoint]
Gatekeeper=10.0.30.254
Type=Gateway
RRQRetryInterval=10
Prefix=*
Vendor=Cisco
TimeToLive=900
Discovery=0
[CallTable]
; don't print CDRs for neighbor calls to the status port
GenerateNBCDR=1
; print CDRs for unconnected calls to the status port
GenerateUCCDR=1
IPO Config -
auto create users and extensions
create ip line - not SIP.
Input the ip address of the server running GNUGK.
enable fast start
enable out of band dtmf
enable allow direct media path
Nothing else.
Then you need to install the gnuGK on a server - I loaded this installing it as a service with the above ini file (tested with 2003).
results - inter extension dialing - h323 ext registered at GNUGK calling IPO extension. H323 extension using shortcodes to access outside PRI and Analog trunk (using ARS and LCR) everthing works great.
Have fun I thought I would share.
Tj.
The following is the setup that I have used in GNUGK -
[Gatekeeper::Main]
Fourtytwo=42
Name=GnuGK
TimeToLive=60
; change this to 1 or 2, if you want CDRs and RAS messages to be printed on the status port
StatusTraceLevel=2
; enable these options if your endpoints use broadcast and/or multicast to discover the gatekeeper
UseBroadcastListener=0
UseMulticastListener=0
[GkStatus::Auth]
rule=allow
[RoutedMode]
; enable gatekeeper signaling routed mode, route H.245 channel only if neccessary (for NATed endpoints)
GKRouted=1
H245Routed=0
AcceptNeighborCalls=1
AcceptUnregisteredCalls=1
RemoveH245AddressOnTunneling=1
RemoveCallOnDRQ=0
DropCallsByReleaseComplete=1
SendReleaseCompleteOnDRQ=0
SupportNATedEndpoints=1
TranslateFacility=1
CallSignalPort=1720
[RoutingPolicy]
Default=internal,neighbor,parent
[RasSrv::Neighbors]
GK2=10.0.30.254;*
[RasSrv::LRQFeatures]
; timeout value to wait reply in seconds
NeighborTimeout=2
[RasSrv::ARQFeatures]
; allow calling endpoints directly by an IP address
CallUnregisteredEndpoints=1
[Endpoint]
Gatekeeper=10.0.30.254
Type=Gateway
RRQRetryInterval=10
Prefix=*
Vendor=Cisco
TimeToLive=900
Discovery=0
[CallTable]
; don't print CDRs for neighbor calls to the status port
GenerateNBCDR=1
; print CDRs for unconnected calls to the status port
GenerateUCCDR=1
IPO Config -
auto create users and extensions
create ip line - not SIP.
Input the ip address of the server running GNUGK.
enable fast start
enable out of band dtmf
enable allow direct media path
Nothing else.
Then you need to install the gnuGK on a server - I loaded this installing it as a service with the above ini file (tested with 2003).
results - inter extension dialing - h323 ext registered at GNUGK calling IPO extension. H323 extension using shortcodes to access outside PRI and Analog trunk (using ARS and LCR) everthing works great.
Have fun I thought I would share.
Tj.