WARNING: You receive this message on the old GnuGk mailinglist
that will go away soon. Please re-subscribe for the new mailinglist at
https://lists.gnugk.org/cgi-bin/mailman/listinfo/gnugk-users

Hi Alessandro,

all that is necessary to force GnuGk to use only a single IP (assuming
the IP is bound to one of it's interfaces) is the Home=<ip> switch.
Leave out the Bind= and NetworkInterfaces switches etc.

My guess is that you are changing a config file that your GnuGk is not
using. Look at this warning:

> 2018/04/17 14:23:28.698       0                 gk.cxx(869)   WARNING: This 
> doesn't look like a GNU Gatekeeper configuration file!

Make sure you point your GnuGk to the right config file:
-c /path/to/gnugk.ini

Regards,
Jan

-- 
Jan Willamowius, Founder of the GNU Gatekeeper Project
EMail  : [email protected]
Website: https://www.gnugk.org
Support: https://www.willamowius.com/gnugk-support.html

Relaxed Communications GmbH
Frahmredder 91
22393 Hamburg
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584


[email protected] wrote:
> Dear All,
> I looked on the mailing list for similar problems, and could not find a 
> solution.
> 
> Problem: how to *force* GnuGK to use only one interface on hosts with more 
> than one?
> 
> Situation:
> 1) Parent gatekeeper (outside my control)
> 2) Firewall, with:
> DMZ) 
> external gatekeeper (GnuGK 3.6) on host with two interfaces: 
>       xxx.xxx.xxx.11
>       xxx.xxx.xxx.12
> ....
> LOC) internal gatekeeper (Gnugk 3.6) on host with single interface:
> 192.168.0.4
> ..
> user's computers
> 
> Why:
> Since the host with external gatekeeper is hosting (several) other services, 
> I want GnuGK
> to leave entirely free the interface xxx.xxx.xxx.11 and only use the 
> xxx.xxx.xxx.12.
> 
> It worked fine for a long time under Debian 7, until a crash and bare-metal 
> restore made me lose
> control even if using *same* .ini file.
> 
> I've made two major system updates (now debian 9, stable, with Gnugk 3.6.0 
> launched with -strict 
> option) and behaviour is the same: the program uses also xxx.xxx.xxx.11 and 
> this 
> causes communication with internal gatekeeper to fail (at least this is my 
> interpretation of broken behaviour).
> Firewall is now allowing both xxx.xxx.xxx.11 and xxx.xxx.xxx.12 to avoid 
> getting in the way.
> 
> Appending: gatkeeper configuration for external and internal one, logs on 
> both gatekeepers with a
> short session where I start them, connect a local endpoint, call an outside 
> number, get the 
> call refused (and it should not), close the gatekeepers.
> 
> Grateful for *ANY* suggestions. My colleagues are now getting kind of 
> nervous, and I can't blame them but am clueless...
> TIA
> Alessandro
> 
> 
> *******************************************************
> gatekeeper.ini on external gatekeeper (auth section removed)
> [Gatekeeper::Main]
> Name=gk_my_domain
> Home=xxx.xxx.xxx.12              ;this should be the listen address
> Bind=xxx.xxx.xxx.12              ;this should be the output address
> NetworkInterfaces=xxx.xxx.xxx.12 ;added this for despair, no difference
> ;ExternalIP=xxx.xxx.xxx.12       ;tried this too
> TimeToLive=60
> EndpointIDSuffix=_gk1
> DefaultDomain=my.domain.tld
> UseMulticastListener=0
> UseBroadcastListener=0
> 
> [LogFile]
> Rotate=monthly
> RotateDay=31
> RotateTime=23:59
> 
> [RoutedMode]
> GKRouted=1
> H245Routed=1
> AcceptUnregisteredCalls=1
> SupportNATedEndpoints=1
> DropCallsByReleaseComplete=1
> CallSignalPort=1721
> SendReleaseCompleteOnDRQ=1
> Q931PortRange=30000-60099
> H245PortRange=30100-60199
> 
> [Proxy]
> Enable=1
> ProxyAlways=1
> RTPPortRange=50000-60199
> 
> [Endpoint]
> Gatekeeper=ip.of.parent.gk
> Type=Gateway
> H323ID=gk_my_domain
> Prefix=02661732
> TimeToLive=120
> 
> [Endpoint::RewriteE164]
> 02661732=2
> 
> [RasSrv::RRQFeatures]
> OverwriteEPOnSameAddress=1
> 
> [RasSrv::ARQFeatures]
> 
> 
> [RoutingPolicy]
> default=explicit,internal,neighbor,parent
> 
> [RasSrv::RRQAuth]
> 
> [GkStatus::Auth]
> rule=explicit
> xxx.xxx.xxx.12=allow
> default=forbid
> 
> [RasSrv::RewriteE164]
> 
> [RasSrv::Neighbors]
> GK1=GnuGK
> GK2=GnuGK
> 
> [Neighbor::GK1]
> GatekeeperIdentifier=gk_tld
> Host=ip.of.parent.gk
> Dynamic=0
> SendPrefixes=!003902661732,!02661732,!2,*
> AcceptPrefixes=02661732,003902661732
> 
> [Neighbor::GK2]
> GatekeeperIdentifier=gk2_my_domain
> Host=192.168.0.4
> Dynamic=0
> SendPrefixes=2,02661732,003902661732;
> AcceptPrefixes=*
> ForwardHopCount=10
> ForwardLRQ=always
> 
> [Gatekeeper::Acct]
> FileAcct=sufficient;start,stop,on,off,update,alert,register,unregister
> default=accept
> 
> [FileAcct]
> DetailFile=/var/log/gnugk/gnugk.acct
> Rotate=monthly
> RotateDay=31
> RotateTime=23:59
> *******************************************************
> gatekeeper.ini on internal gatekeeper:
> [Gatekeeper::Main]
> Fortytwo=42
> Name=gk2_my_domain
> EndpointIDSuffix=_gk2
> CompareAliasType=0
> 
> [LogFile]
> Rotate=monthly
> RotateDay=31
> RotateTime=23:59
> 
> [RoutedMode]
> GKRouted=1
> RemoveH245AddressOnTunneling=1
> AcceptNeighborsCalls=1
> SupportNATedEndpoints=1
> DropCallsByReleaseComplete=1
> CallSignalPort=1721
> SendReleaseCompleteOnDRQ=1
> Q931PortRange=30000-30099
> H245PortRange=30100-30199
> SetupTimeout=10000
> SignalTimeout=30000
> AlertingTimeout=60000
> TranslateFacility=1
> 
> [Proxy]
> Enable=1
> InternalNetwork=192.168.0.0/24
> RTPPortRange=50000-50199
> 
> [Endpoint]
> Gatekeeper=xxx.xxx.xxx.12
> Type=Gateway
> H323ID=gk2_my_domain
> Prefix=02661732
> TimeToLive=300
> EndpointIdentifier=gk2_my_domain
> 
> [Endpoint::RewriteE164]
> 02661732=2
> 003902661732=2
> 
> [RasSrv::ARQFeatures]
> RemoveTrailingChar=#
> 
> [RoutingPolicy]
> default=explicit,internal,parent,neighbor,srv
> 
> [GkStatus::Auth]
> rule=regex
> regex=^(127\.0\.0\.1)$
> default=forbid
> 
> [RasSrv::Neighbors]
> gk1=GnuGK
> 
> [Neighbor::gk1]
> GatekeeperIdentifier=gk_my_domain
> Host=xxx.xxx.xxx.12
> SendPrefixes=!02661732,!003902661732,!2,*
> AcceptPrefixes=2,003902661732,02661732
> 
> [RasSrv::LRQFeatures]
> NeighborTimeout=5
> 
> [Gatekeeper::Auth]
> default=allow
> 
> [Gatekeeper::Acct]
> FileAcct=sufficient;start,stop,connect,alert,register,unregister,on,off
> default=accept
> 
> [FileAcct]
> DetailFile=/var/log/gnugk/gnugk.acct
> Rotate=monthly
> RotateDay=31
> RotateTime=23:59
> 
> *********************************
> External gatekeeper ttt log
> 2018/04/17 14:23:28.689       2          singleton.cxx(24)    Create 
> instance: Toolkit(1)
> 2018/04/17 14:23:28.692       2            Toolkit.cxx(352)   
> Network=ip.of.parent.gk/32, IP=xxx.xxx.xxx.12
> 2018/04/17 14:23:28.692       2            Toolkit.cxx(352)   
> Network=xxx.xxx.xxx.0/24, IP=xxx.xxx.xxx.11
> 2018/04/17 14:23:28.692       2            Toolkit.cxx(352)   
> Network=xxx.xxx.xxx.0/24, IP=xxx.xxx.xxx.11
> 2018/04/17 14:23:28.692       2            Toolkit.cxx(352)   
> Network=xxx.xxx.xxx.10/32, IP=xxx.xxx.xxx.11
> 2018/04/17 14:23:28.692       2            Toolkit.cxx(360)   Default 
> IP=xxx.xxx.xxx.11
> 2018/04/17 14:23:28.692       2         transports.cxx(446)   H323    Use of 
> non IP transport address: ""
> 2018/04/17 14:23:28.693       2            Toolkit.cxx(634)   GK      H.323 
> Proxy enabled
> 2018/04/17 14:23:28.693       2          singleton.cxx(24)    Create 
> instance: RasSrv(2)
> 2018/04/17 14:23:28.693       2            Toolkit.cxx(1021)  GK      Loaded 
> per GW rewrite data:
> 2018/04/17 14:23:28.693       2            Toolkit.cxx(1024)  GK      No per 
> GW data loaded
> 2018/04/17 14:23:28.694       2          singleton.cxx(24)    Create 
> instance: CapacityControl(3)
> 2018/04/17 14:23:28.698       0                 gk.cxx(869)   WARNING: This 
> doesn't look like a GNU Gatekeeper configuration file!
> 2018/04/17 14:23:28.698       1                 gk.cxx(1427)  GNU Gatekeeper 
> with ID 'OpenH323GK' started
> Gatekeeper(GNU) Version(3.6.0) 
> Ext(pthreads=1,radius=1,mysql=1,pgsql=1,firebird=1,odbc=0,sqlite=1,large_fdset=0,crypto/ssl=1,h46018=0,h46023=0,ldap=1,ssh=1,ipv6=0,h235media=0,lua=0,h46017=0,snmp=0,h46026=0)
>  H323Plus(1.24.0) PTLib(2.10.11) Build(May 31 2014, 06:03:53) Sys(Linux i686 
> 4.9.0-6-686-pae)
> 
> 
> 2018/04/17 14:23:28.698       1                 gk.cxx(1429)  Current file 
> handle limit: 1024
> 2018/04/17 14:23:28.698       2          singleton.cxx(24)    Create 
> instance: CallTable(4)
> 2018/04/17 14:23:28.698       2                 gk.cxx(1485)  GK      Total 
> bandwidth not limited
> 2018/04/17 14:23:28.698       2                 gk.cxx(1494)  GK      
> TimeToLive for Registrations: -1
> 2018/04/17 14:23:28.698       2       ProxyChannel.cxx(741)   Q931PortRange: 
> 30000-60099
> 2018/04/17 14:23:28.698       2       ProxyChannel.cxx(741)   H245PortRange: 
> 30100-60199
> 2018/04/17 14:23:28.698       2       ProxyChannel.cxx(741)   RTPPortRange: 
> 50000-60199
> 2018/04/17 14:23:28.698       2          singleton.cxx(24)    Create 
> instance: Agent(5)
> 2018/04/17 14:23:28.699       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:28.699       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:28.699       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:28.699       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:28.699       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:28.699       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:28.699       2             RasSrv.cxx(806)   GK      Using 
> Routed Signalling
> 2018/04/17 14:23:28.699       2             RasSrv.cxx(807)   GK      H.245 
> Routed Enabled
> 2018/04/17 14:23:28.699       2             RasSrv.cxx(809)   GK      H.245 
> tunneling translation Disabled
> 2018/04/17 14:23:28.699       2             RasSrv.cxx(830)   GK      No 
> ENUMservers set, using defaults
> 2018/04/17 14:23:28.699       2             RasSrv.cxx(851)   GK      No 
> RDSservers set, using defaults
> 2018/04/17 14:23:28.699       2          singleton.cxx(24)    Create 
> instance: RegistrationTable(6)
> 2018/04/17 14:23:28.699       2             RasSrv.cxx(915)   GK      Home = 
> xxx.xxx.xxx.12,xxx.xxx.xxx.11,127.0.0.1
> 2018/04/17 14:23:28.700       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.12:1719(U)
> 2018/04/17 14:23:28.700       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.12:1718(Mcast)
> 2018/04/17 14:23:28.700       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.12:1721
> 2018/04/17 14:23:28.700       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.12:7000
> 2018/04/17 14:23:28.700       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.11:1719(U)
> 2018/04/17 14:23:28.725       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.11:1718(Mcast)
> 2018/04/17 14:23:28.725       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.11:1721
> 2018/04/17 14:23:28.725       1             RasSrv.cxx(572)   Listening to 
> xxx.xxx.xxx.11:7000
> 2018/04/17 14:23:28.725       1             RasSrv.cxx(572)   Listening to 
> 127.0.0.1:1719(U)
> 2018/04/17 14:23:28.725       1             RasSrv.cxx(572)   Listening to 
> 127.0.0.1:1721
> 2018/04/17 14:23:28.726       1             RasSrv.cxx(572)   Listening to 
> 127.0.0.1:7000
> 2018/04/17 14:23:28.726       1             RasSrv.cxx(979)   RAS     
> Broadcast listener listening at 0.0.0.0:1719(Bcast)
> 2018/04/17 14:23:28.726       3               pdns.cxx(734)   DNS     Query 
> failed: error=-1
> 2018/04/17 14:23:28.726       2               pdns.cxx(525)   DNS     SRV 
> Lookup Fail no domain h323:[email protected]
> 2018/04/17 14:23:28.727       1           Neighbor.cxx(381)   Set neighbor 
> GK1(ip.of.parent.gk:1719) send=!003902661732,!02661732,!2,* 
> accept=02661732,003902661732
> 2018/04/17 14:23:28.727       1           Neighbor.cxx(381)   Set neighbor 
> GK2(192.168.0.4:1719) send=2,02661732,003902661732; accept=*
> 2018/04/17 14:23:28.727       1             gkauth.cxx(459)   GKAUTH  
> AliasAuth rule added to check RAS: ARQ BRQ DRQ GRQ IRQ LRQ RRQ URQ, OTHER: 
> SETUP SETUPUNREG
> 2018/04/17 14:23:28.727       1             gkacct.cxx(71)    GKACCT  Created 
> module FileAcct with event mask 35F
> 2018/04/17 14:23:28.727       2             gkacct.cxx(548)   GKACCT  
> FileAcct CDR file: /var/log/gnugk/gnugk.acct
> 2018/04/17 14:23:28.727       1             gkacct.cxx(71)    GKACCT  Created 
> module default with event mask FFFFFFFF
> 2018/04/17 14:23:28.728       2            Routing.cxx(995)   VQueue  (CTI) 
> Virtual queues disabled - no virtual queues configured
> 2018/04/17 14:23:28.728       2          singleton.cxx(24)    Create 
> instance: Routing::Analyzer(7)
> 2018/04/17 14:23:28.728       1            Routing.cxx(335)   
> RoutingPolicy::OnARQ add policy explicit,internal,neighbor,parent for prefix *
> 2018/04/17 14:23:28.728       1            Routing.cxx(335)   
> RoutingPolicy::OnLRQ add policy explicit,internal,neighbor,parent for prefix *
> 2018/04/17 14:23:28.728       1            Routing.cxx(335)   
> RoutingPolicy::OnSetup add policy explicit,internal,neighbor,parent for 
> prefix *
> 2018/04/17 14:23:28.728       1            Routing.cxx(335)   
> RoutingPolicy::OnFacility add policy explicit,internal,neighbor,parent for 
> prefix *
> 2018/04/17 14:23:28.728       3             gkacct.cxx(928)   GKACCT  default 
> logged event 8
> 2018/04/17 14:23:28.728       2             gkacct.cxx(964)   GKACCT  
> Successfully logged event 8
> 2018/04/17 14:23:29.729       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> gatekeeperRequest {
>     requestSeqNum = 1
>     protocolIdentifier = 0.0.8.2250.0.2
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. 
> .<========this is 12
>       }
>       port = 1719
>     }
>     endpointType = {
>       gatekeeper = {
>       }
>       gateway = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     endpointAlias = 1 entries {
>       [0]=h323_ID  10 characters {
>         0067 006b 005f 0069 0066 0070 005f 0063   gk_ifp_c
>         006e 0072                                 nr
>       }
>     }
>     authenticationCapability = 2 entries {
>       [0]=pwdHash <<null>>
>       [1]=authenticationBES radius <<null>>
>     }
>     algorithmOIDs = 2 entries {
>       [0]=1.2.840.113549.2.5
>       [1]=1.2.840.113548.10.1.2.1
>     }
>     supportsAltGK = <<null>>
>     supportsAssignedGK = false
>   }
> 2018/04/17 14:23:29.729       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> gatekeeperRequest {
>     requestSeqNum = 1
>     protocolIdentifier = 0.0.8.2250.0.2
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0b                                        .. 
> .<========this is 11!!!
>       }
>       port = 1719
>     }
>     endpointType = {
>       gatekeeper = {
>       }
>       gateway = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     endpointAlias = 1 entries {
>       [0]=h323_ID  10 characters {
>         0067 006b 005f 0069 0066 0070 005f 0063   gk_ifp_c
>         006e 0072                                 nr
>       }
>     }
>     authenticationCapability = 2 entries {
>       [0]=pwdHash <<null>>
>       [1]=authenticationBES radius <<null>>
>     }
>     algorithmOIDs = 2 entries {
>       [0]=1.2.840.113549.2.5
>       [1]=1.2.840.113548.10.1.2.1
>     }
>     supportsAltGK = <<null>>
>     supportsAssignedGK = false
>   }
> 2018/04/17 14:23:29.740       2             RasSrv.cxx(175)   RAS     Read 
> from ip.of.parent.gk:1719
> 2018/04/17 14:23:29.740       3             RasSrv.cxx(252)   RAS
> gatekeeperConfirm {
>     requestSeqNum = 1
>     protocolIdentifier = 0.0.8.2250.0.2
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         92 30 60 b7                                        .0`.
>       }
>       port = 1719
>     }
>   }
> 2018/04/17 14:23:29.741       2             RasSrv.cxx(1646)  RAS     Trapped 
> GCF
> 2018/04/17 14:23:29.741       2           GkClient.cxx(2385)  GKC     
> Discover GK ip.of.parent.gk:1719 at xxx.xxx.xxx.11   <===again 11
> 2018/04/17 14:23:29.741       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> registrationRequest {
>     requestSeqNum = 2
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  16 octets {
>         49 50 3d 31 35 35 2e 32  35 33 2e 33 32 2e 31 31   IP=xxx.xxx.xxx.11
>       }
>     }
>     discoveryComplete = true
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1721
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1719
>       }
>     }
>     terminalType = {
>       gatekeeper = {
>       }
>       gateway = {
>         protocol = 1 entries {
>           [0]=voice {
>             supportedPrefixes = 1 entries {
>               [0]={
>                 prefix = dialedDigits "02661732"
>               }
>             }
>           }
>         }
>       }
>       mc = false
>       undefinedNode = false
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  10 characters {
>         0067 006b 005f 0069 0066 0070 005f 0063   gk_ifp_c
>         006e 0072                                 nr
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 138
>         t35Extension = 0
>         manufacturerCode = 2
>       }
>       productId =  66 octets {
>         47 4e 55 20 47 61 74 65  6b 65 65 70 65 72 20 6f   GNU Gatekeeper o
>         6e 20 4c 69 6e 75 78 20  69 36 38 36 20 34 2e 39   n Linux i686 4.9
>         2e 30 2d 36 2d 36 38 36  2d 70 61 65 2c 20 4d 61   .0-6-686-pae, Ma
>         79 20 33 31 20 32 30 31  34 20 30 36 3a 30 33 3a   y 31 2014 06:03:
>         35 33                                              53
>       }
>       versionId =  13 octets {
>         56 65 72 73 69 6f 6e 20  33 2e 36 2e 30            Version 3.6.0
>       }
>     }
>     timeToLive = 120
>     keepAlive = false
>     willSupplyUUIEs = false
>     maintainConnection = false
>     supportsAltGK = <<null>>
>   }
> 2018/04/17 14:23:29.752       2             RasSrv.cxx(175)   RAS     Read 
> from ip.of.parent.gk:1719
> 2018/04/17 14:23:29.752       3             RasSrv.cxx(252)   RAS
> registrationConfirm {
>     requestSeqNum = 2
>     protocolIdentifier = 0.0.8.2250.0.2
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           92 30 60 b7                                        .0`.
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  10 characters {
>         0067 006b 005f 0069 0066 0070 005f 0063   gk_ifp_c
>         006e 0072                                 nr
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     timeToLive = 60
>     willRespondToIRR = false
>     maintainConnection = false
>   }
> 2018/04/17 14:23:29.752       2             RasSrv.cxx(1646)  RAS     Trapped 
> RCF
> 2018/04/17 14:23:29.752       2           GkClient.cxx(2677)  GKC     
> Register with ip.of.parent.gk:1719 successfully
> 2018/04/17 14:23:36.740       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:23:36.741       3             RasSrv.cxx(252)   RAS
> gatekeeperRequest {
>     requestSeqNum = 1
>     protocolIdentifier = 0.0.8.2250.0.2
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     endpointType = {
>       gatekeeper = {
>       }
>       gateway = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     endpointAlias = 1 entries {
>       [0]=h323_ID  11 characters {
>         0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>         0063 006e 0072                            cnr
>       }
>     }
>     authenticationCapability = 2 entries {
>       [0]=pwdHash <<null>>
>       [1]=authenticationBES radius <<null>>
>     }
>     algorithmOIDs = 2 entries {
>       [0]=1.2.840.113549.2.5
>       [1]=1.2.840.113548.10.1.2.1
>     }
>     supportsAltGK = <<null>>
>     supportsAssignedGK = false
>   }
> 2018/04/17 14:23:36.741       1             RasSrv.cxx(383)   RAS     GRQ 
> Received from 192.168.0.4:1719
> 2018/04/17 14:23:36.741       2             RasSrv.cxx(422)   
> GCF|192.168.0.4|gk2_ifp_cnr|gateway,gatekeeper;
> 2018/04/17 14:23:36.741       2          singleton.cxx(24)    Create 
> instance: GkStatus(8)
> 2018/04/17 14:23:36.741       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> gatekeeperConfirm {
>     requestSeqNum = 1
>     protocolIdentifier = 0.0.8.2250.0.2
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. .
>       }
>       port = 1719
>     }
>   }
> 2018/04/17 14:23:36.746       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:23:36.746       3             RasSrv.cxx(252)   RAS
> registrationRequest {
>     requestSeqNum = 2
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  14 octets {
>         49 50 3d 31 39 32 2e 31  36 38 2e 30 2e 34         IP=192.168.0.4
>       }
>     }
>     discoveryComplete = true
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1719
>       }
>     }
>     terminalType = {
>       gatekeeper = {
>       }
>       gateway = {
>         protocol = 1 entries {
>           [0]=voice {
>             supportedPrefixes = 1 entries {
>               [0]={
>                 prefix = dialedDigits "02661732"
>               }
>             }
>           }
>         }
>       }
>       mc = false
>       undefinedNode = false
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  11 characters {
>         0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>         0063 006e 0072                            cnr
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 138
>         t35Extension = 0
>         manufacturerCode = 2
>       }
>       productId =  66 octets {
>         47 4e 55 20 47 61 74 65  6b 65 65 70 65 72 20 6f   GNU Gatekeeper o
>         6e 20 4c 69 6e 75 78 20  69 36 38 36 20 34 2e 39   n Linux i686 4.9
>         2e 30 2d 36 2d 36 38 36  2d 70 61 65 2c 20 4d 61   .0-6-686-pae, Ma
>         79 20 33 31 20 32 30 31  34 20 30 36 3a 30 33 3a   y 31 2014 06:03:
>         35 33                                              53
>       }
>       versionId =  13 octets {
>         56 65 72 73 69 6f 6e 20  33 2e 36 2e 30            Version 3.6.0
>       }
>     }
>     timeToLive = 300
>     keepAlive = false
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     willSupplyUUIEs = false
>     maintainConnection = false
>     supportsAltGK = <<null>>
>   }
> 2018/04/17 14:23:36.746       1             RasSrv.cxx(383)   RAS     RRQ 
> Received from 192.168.0.4:1719
> 2018/04/17 14:23:36.746       3             gkauth.cxx(937)   GKAUTH  
> AliasAuth RRQ check ok
> 2018/04/17 14:23:36.746       1             RasTbl.cxx(113)   New 
> EP|192.168.0.4:1721|gk2_ifp_cnr:h323_ID|gateway,gatekeeper|gk2_ifp_cnr
> 2018/04/17 14:23:36.747       3             gkacct.cxx(998)   GKACCT  default 
> logged event 256 for endpoint gk2_ifp_cnr
> 2018/04/17 14:23:36.747       2             gkacct.cxx(1034)  GKACCT  
> Successfully logged event 256 for endpoint gk2_ifp_cnr
> 2018/04/17 14:23:36.748       2             RasSrv.cxx(422)   
> RCF|192.168.0.4:1721|gk2_ifp_cnr:h323_ID|gateway,gatekeeper|gk2_ifp_cnr
> 
> ;
> 2018/04/17 14:23:36.748       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> registrationConfirm {
>     requestSeqNum = 2
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         4e 6f 4e 41 54                                     NoNAT
>       }
>     }
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0c                                        .. .
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  11 characters {
>         0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>         0063 006e 0072                            cnr
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     willRespondToIRR = false
>     maintainConnection = false
>     supportsAdditiveRegistration = <<null>>
>   }
> 2018/04/17 14:24:11.755       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> registrationRequest {
>     requestSeqNum = 3
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  16 octets {
>         49 50 3d 31 35 35 2e 32  35 33 2e 33 32 2e 31 31   IP=xxx.xxx.xxx.11
>       }
>     }
>     discoveryComplete = true
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1721
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1719
>       }
>     }
>     terminalType = {
>       mc = false
>       undefinedNode = false
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 138
>         t35Extension = 0
>         manufacturerCode = 2
>       }
>     }
>     keepAlive = true
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     willSupplyUUIEs = false
>     maintainConnection = false
>     supportsAltGK = <<null>>
>   }
> 2018/04/17 14:24:11.766       2             RasSrv.cxx(175)   RAS     Read 
> from ip.of.parent.gk:1719
> 2018/04/17 14:24:11.767       3             RasSrv.cxx(252)   RAS
> registrationConfirm {
>     requestSeqNum = 3
>     protocolIdentifier = 0.0.8.2250.0.2
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           92 30 60 b7                                        .0`.
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  10 characters {
>         0067 006b 005f 0069 0066 0070 005f 0063   gk_ifp_c
>         006e 0072                                 nr
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     timeToLive = 60
>     willRespondToIRR = false
>     maintainConnection = false
>   }
> 2018/04/17 14:24:11.767       2             RasSrv.cxx(1646)  RAS     Trapped 
> RCF
> 2018/04/17 14:24:53.770       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> registrationRequest {
>     requestSeqNum = 4
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  16 octets {
>         49 50 3d 31 35 35 2e 32  35 33 2e 33 32 2e 31 31   IP=xxx.xxx.xxx.11
>       }
>     }
>     discoveryComplete = true
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1721
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1719
>       }
>     }
>     terminalType = {
>       mc = false
>       undefinedNode = false
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 138
>         t35Extension = 0
>         manufacturerCode = 2
>       }
>     }
>     keepAlive = true
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     willSupplyUUIEs = false
>     maintainConnection = false
>     supportsAltGK = <<null>>
>   }
> 2018/04/17 14:24:53.781       2             RasSrv.cxx(175)   RAS     Read 
> from ip.of.parent.gk:1719
> 2018/04/17 14:24:53.781       3             RasSrv.cxx(252)   RAS
> registrationConfirm {
>     requestSeqNum = 4
>     protocolIdentifier = 0.0.8.2250.0.2
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           92 30 60 b7                                        .0`.
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  10 characters {
>         0067 006b 005f 0069 0066 0070 005f 0063   gk_ifp_c
>         006e 0072                                 nr
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     timeToLive = 60
>     willRespondToIRR = false
>     maintainConnection = false
>   }
> 2018/04/17 14:24:53.781       2             RasSrv.cxx(1646)  RAS     Trapped 
> RCF
> 2018/04/17 14:24:59.739       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:24:59.739       3             RasSrv.cxx(252)   RAS
> admissionRequest {
>     requestSeqNum = 3
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     srcCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1721
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = false
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:24:59.740       1             RasSrv.cxx(383)   RAS     ARQ 
> Received from 192.168.0.4:1719
> 2018/04/17 14:24:59.740       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> locationRequest {
>     requestSeqNum = 5
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         47 4b 31                                           GK1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. .
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:24:59.740       2           Neighbor.cxx(1233)  NB      1 
> LRQ(s) sent
> 2018/04/17 14:25:04.741       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> locationRequest {
>     requestSeqNum = 5
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         47 4b 31                                           GK1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. .
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:04.753       2           Neighbor.cxx(1447)  NB      1 
> LRQ(s) re-sent
> 2018/04/17 14:25:04.754       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:25:04.754       3             RasSrv.cxx(252)   RAS
> admissionRequest {
>     requestSeqNum = 3
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     srcCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1721
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = false
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:04.754       2             RasSrv.cxx(1630)  RAS     
> Duplicate ARQ, deleted
> 2018/04/17 14:25:09.742       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:25:09.743       3             RasSrv.cxx(252)   RAS
> admissionRequest {
>     requestSeqNum = 3
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     srcCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1721
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = false
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:09.753       2             RasSrv.cxx(1630)  RAS     
> Duplicate ARQ, deleted
> 2018/04/17 14:25:09.754       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> locationRequest {
>     requestSeqNum = 5
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         47 4b 31                                           GK1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. .
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:09.754       2           Neighbor.cxx(1447)  NB      1 
> LRQ(s) re-sent
> 2018/04/17 14:25:14.743       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:25:14.743       3             RasSrv.cxx(252)   RAS
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:14.753       1             RasSrv.cxx(383)   RAS     LRQ 
> Received from 192.168.0.4:1719
> 2018/04/17 14:25:14.754       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:14.754       2           Neighbor.cxx(1233)  NB      1 
> LRQ(s) sent
> 2018/04/17 14:25:14.754       2             RasSrv.cxx(422)   
> RIP|192.168.0.4|gk1:1|004910097929387:dialedDigits|OpenH323GK;
> 2018/04/17 14:25:14.754       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> requestInProgress {
>     requestSeqNum = 4
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         67 6b 31 3a 31                                     gk1:1
>       }
>     }
>     delay = 5000
>   }
> 2018/04/17 14:25:14.754       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> admissionRequest {
>     requestSeqNum = 7
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     srcCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0b                                        .. .
>       }
>       port = 1721
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     willSupplyUUIEs = false
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:15.887       2             RasSrv.cxx(175)   RAS     Read 
> from ip.of.parent.gk:1719
> 2018/04/17 14:25:15.887       3             RasSrv.cxx(252)   RAS
> admissionConfirm {
>     requestSeqNum = 7
>     bandWidth = 1920
>     callModel = gatekeeperRouted <<null>>
>     destCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         92 30 60 b7                                        .0`.
>       }
>       port = 1721
>     }
>     irrFrequency = 120
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     willRespondToIRR = false
>     uuiesRequested = {
>       setup = false
>       callProceeding = false
>       connect = false
>       alerting = false
>       information = false
>       releaseComplete = false
>       facility = false
>       progress = false
>       empty = false
>       status = false
>       statusInquiry = false
>       setupAcknowledge = false
>       notify = false
>     }
>   }
> 2018/04/17 14:25:15.887       2             RasSrv.cxx(1646)  RAS     Trapped 
> ACF
> 2018/04/17 14:25:15.887       3             RasSrv.cxx(3296)  GK      ACF 
> will grant bandwidth of 1920
> 2018/04/17 14:25:15.888       2             RasTbl.cxx(4697)  
> CallTable::Insert(CALL) Call No. 1, total sessions : 1
> 2018/04/17 14:25:15.888       2             RasSrv.cxx(422)   
> ACF|192.168.0.4:1721|gk2_ifp_cnr|12498|004910097929387:dialedDigits|Alessandro
>  
> Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=00390266173271:dialedDigits|false|9c-84-08-04-a8-40-e8-11-85-5f-dd-cb-54-23-07-0e|ToBeDecided;
> 2018/04/17 14:25:15.888       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> admissionConfirm {
>     requestSeqNum = 3
>     bandWidth = 1920
>     callModel = gatekeeperRouted <<null>>
>     destCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. .
>       }
>       port = 1721
>     }
>     irrFrequency = 120
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     willRespondToIRR = false
>     uuiesRequested = {
>       setup = false
>       callProceeding = false
>       connect = false
>       alerting = false
>       information = false
>       releaseComplete = false
>       facility = false
>       progress = false
>       empty = false
>       status = false
>       statusInquiry = false
>       setupAcknowledge = false
>       notify = false
>     }
>   }
> 2018/04/17 14:25:19.759       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:25:19.759       3             RasSrv.cxx(252)   RAS
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:19.769       1             RasSrv.cxx(383)   RAS     LRQ 
> Received from 192.168.0.4:1719
> 2018/04/17 14:25:19.769       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:19.769       2           Neighbor.cxx(1233)  NB      1 
> LRQ(s) sent
> 2018/04/17 14:25:19.769       2             RasSrv.cxx(422)   
> RIP|192.168.0.4|gk1:1|004910097929387:dialedDigits|OpenH323GK;
> 2018/04/17 14:25:19.769       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> requestInProgress {
>     requestSeqNum = 4
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         67 6b 31 3a 31                                     gk1:1
>       }
>     }
>     delay = 5000
>   }
> 2018/04/17 14:25:24.774       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.4:1719
> 2018/04/17 14:25:24.774       3             RasSrv.cxx(252)   RAS
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:24.786       1             RasSrv.cxx(383)   RAS     LRQ 
> Received from 192.168.0.4:1719
> 2018/04/17 14:25:24.787       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:24.787       2           Neighbor.cxx(1233)  NB      1 
> LRQ(s) sent
> 2018/04/17 14:25:24.787       2             RasSrv.cxx(422)   
> RIP|192.168.0.4|gk1:1|004910097929387:dialedDigits|OpenH323GK;
> 2018/04/17 14:25:24.787       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> requestInProgress {
>     requestSeqNum = 4
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         67 6b 31 3a 31                                     gk1:1
>       }
>     }
>     delay = 5000
>   }
> 2018/04/17 14:25:35.784       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> registrationRequest {
>     requestSeqNum = 10
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  16 octets {
>         49 50 3d 31 35 35 2e 32  35 33 2e 33 32 2e 31 31   IP=xxx.xxx.xxx.11
>       }
>     }
>     discoveryComplete = true
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1721
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1719
>       }
>     }
>     terminalType = {
>       mc = false
>       undefinedNode = false
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 138
>         t35Extension = 0
>         manufacturerCode = 2
>       }
>     }
>     keepAlive = true
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     willSupplyUUIEs = false
>     maintainConnection = false
>     supportsAltGK = <<null>>
>   }
> 2018/04/17 14:25:35.795       2             RasSrv.cxx(175)   RAS     Read 
> from ip.of.parent.gk:1719
> 2018/04/17 14:25:35.795       3             RasSrv.cxx(252)   RAS
> registrationConfirm {
>     requestSeqNum = 10
>     protocolIdentifier = 0.0.8.2250.0.2
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           92 30 60 b7                                        .0`.
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  10 characters {
>         0067 006b 005f 0069 0066 0070 005f 0063   gk_ifp_c
>         006e 0072                                 nr
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     timeToLive = 60
>     willRespondToIRR = false
>     maintainConnection = false
>   }
> 2018/04/17 14:25:35.795       2             RasSrv.cxx(1646)  RAS     Trapped 
> RCF
> 2018/04/17 14:25:44.590       1                 gk.cxx(1062)  GK      
> Received signal 15
> 2018/04/17 14:25:44.590       1             RasSrv.cxx(768)   GK      
> Stopping RasServer...
> 2018/04/17 14:25:44.804       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> unregistrationRequest {
>     requestSeqNum = 11
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0b                                        .. .
>         }
>         port = 1721
>       }
>     }
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>   }
> 2018/04/17 14:25:44.804       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> disengageRequest {
>     requestSeqNum = 12
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     callReferenceValue = 12498
>     disengageReason = forcedDrop <<null>>
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     answeredCall = false
>   }
> 2018/04/17 14:25:44.804       2             RasTbl.cxx(3285)  Gk      
> Disconnect Call No. 1
> 2018/04/17 14:25:44.804       2             RasTbl.cxx(5179)  CDR     ignore 
> not connected call
> 2018/04/17 14:25:44.804       3             gkacct.cxx(928)   GKACCT  
> FileAcct logged event 2 for call no. 1
> 2018/04/17 14:25:44.804       2             gkacct.cxx(964)   GKACCT  
> Successfully logged event 2 for call no. 1
> 2018/04/17 14:25:44.804       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> disengageRequest {
>     requestSeqNum = 13
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     callReferenceValue = 12498
>     disengageReason = normalDrop <<null>>
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     answeredCall = false
>   }
> 2018/04/17 14:25:47.805       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> disengageRequest {
>     requestSeqNum = 13
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     callReferenceValue = 12498
>     disengageReason = normalDrop <<null>>
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     answeredCall = false
>   }
> 2018/04/17 14:25:50.805       3             RasSrv.cxx(264)   RAS     Send to 
> ip.of.parent.gk:1719
> disengageRequest {
>     requestSeqNum = 13
>     endpointIdentifier =  9 characters {
>       0035 0033 0036 0032 005f 0065 006e 0064   5362_end
>       0070                                      p
>     }
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     callReferenceValue = 12498
>     disengageReason = normalDrop <<null>>
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  7 characters {
>       0067 006b 005f 0067 0061 0072 0072        gk_garr
>     }
>     answeredCall = false
>   }
> 2018/04/17 14:25:53.805       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.4:1719
> unregistrationRequest {
>     requestSeqNum = 14
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     reason = maintenance <<null>>
>   }
> 2018/04/17 14:25:53.805       3           yasocket.cxx(784)   TCPSrv  Select 
> read error: 10
> 2018/04/17 14:25:53.805       3           yasocket.cxx(1076)  TCP     Delete 
> listener xxx.xxx.xxx.12:1721
> 2018/04/17 14:25:53.805       3           yasocket.cxx(1076)  TCP     Delete 
> listener xxx.xxx.xxx.12:7000
> 2018/04/17 14:25:53.806       3           yasocket.cxx(784)   TCPSrv  Select 
> read error: 8
> 2018/04/17 14:25:53.806       3           yasocket.cxx(1076)  TCP     Delete 
> listener xxx.xxx.xxx.11:1721
> 2018/04/17 14:25:53.806       3           yasocket.cxx(1076)  TCP     Delete 
> listener xxx.xxx.xxx.11:7000
> 2018/04/17 14:25:53.806       3           yasocket.cxx(1076)  TCP     Delete 
> listener 127.0.0.1:1721
> 2018/04/17 14:25:53.806       3           yasocket.cxx(1076)  TCP     Delete 
> listener 127.0.0.1:7000
> 2018/04/17 14:25:53.806       2          singleton.cxx(31)    Delete 
> instance: Routing::Analyzer(7 objects left)
> 2018/04/17 14:25:53.806       1             RasSrv.cxx(1456)  GK      
> RasServer stopped
> 2018/04/17 14:25:53.806       3             gkacct.cxx(928)   GKACCT  default 
> logged event 16
> 2018/04/17 14:25:53.806       2             gkacct.cxx(964)   GKACCT  
> Successfully logged event 16
> 2018/04/17 14:25:53.806       3                 gk.cxx(760)   GK      
> Deleting global reference tables
> 2018/04/17 14:25:53.806       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xafdfbb40", real=39.052, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.816       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xafe7db40", real=137.075, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.826       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xafebeb40", real=145.098, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.836       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb00ffb40", real=145.138, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.846       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb047db40", real=145.148, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.856       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb007db40", real=145.158, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.866       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb04ffb40", real=145.168, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.877       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb04beb40", real=145.178, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.887       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb00beb40", real=145.188, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.897       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xafeffb40", real=145.197, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.907       2          singleton.cxx(31)    Delete 
> instance: GkStatus(6 objects left)
> 2018/04/17 14:25:53.907       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xafe3cb40", real=137.165, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:53.917       2          singleton.cxx(31)    Delete 
> instance: Agent(5 objects left)
> 2018/04/17 14:25:53.917       2          singleton.cxx(31)    Delete 
> instance: CapacityControl(4 objects left)
> 2018/04/17 14:25:53.917       3             RasTbl.cxx(2731)  Gk      Delete 
> Call No. 1
> 2018/04/17 14:25:53.917       2          singleton.cxx(31)    Delete 
> instance: CallTable(3 objects left)
> 2018/04/17 14:25:53.917       3             RasTbl.cxx(369)   Gk      Delete 
> endpoint: gk2_ifp_cnr 0
> 2018/04/17 14:25:53.917       2          singleton.cxx(31)    Delete 
> instance: RegistrationTable(2 objects left)
> 2018/04/17 14:25:53.917       1             gkauth.cxx(467)   GKAUTH  
> AliasAuth rule removed
> 2018/04/17 14:25:53.917       1             gkacct.cxx(76)    GKACCT  
> Destroyed module FileAcct
> 2018/04/17 14:25:53.917       1             gkacct.cxx(76)    GKACCT  
> Destroyed module default
> 2018/04/17 14:25:53.917       1           Neighbor.cxx(227)   NB      Delete 
> neighbor GK1
> 2018/04/17 14:25:53.917       1           Neighbor.cxx(227)   NB      Delete 
> neighbor GK2
> 2018/04/17 14:25:53.917       1           GkClient.cxx(1553)  GKC     Delete 
> GkClient
> 2018/04/17 14:25:53.917       1             RasSrv.cxx(238)   RAS     Delete 
> listener xxx.xxx.xxx.12:1719(U)
> 2018/04/17 14:25:53.917       1             RasSrv.cxx(238)   RAS     Delete 
> listener xxx.xxx.xxx.12:1718(Mcast)
> 2018/04/17 14:25:53.917       1             RasSrv.cxx(238)   RAS     Delete 
> listener xxx.xxx.xxx.11:1719(U)
> 2018/04/17 14:25:53.917       1             RasSrv.cxx(238)   RAS     Delete 
> listener xxx.xxx.xxx.11:1718(Mcast)
> 2018/04/17 14:25:53.917       1             RasSrv.cxx(238)   RAS     Delete 
> listener 127.0.0.1:1719(U)
> 2018/04/17 14:25:53.917       1             RasSrv.cxx(238)   RAS     Delete 
> listener 0.0.0.0:1719(Bcast)
> 2018/04/17 14:25:53.917       2          singleton.cxx(31)    Delete 
> instance: RasSrv(1 objects left)
> 2018/04/17 14:25:53.918       2          singleton.cxx(31)    Delete 
> instance: Toolkit(0 objects left)
> 2018/04/17 14:25:53.918       3                 gk.cxx(791)   GK      delete 
> ok
> 2018/04/17 14:25:53.918       1                 gk.cxx(1883)  GK      Logging 
> closed
> ************************
> internal gatekeeper ttt log
> 2018/04/17 14:23:35.699       2          singleton.cxx(24)    Create 
> instance: Toolkit(1)
> 2018/04/17 14:23:35.706       2            Toolkit.cxx(502)   Internal 
> Network Detected 192.168.0.0/24
> 2018/04/17 14:23:35.707       2            Toolkit.cxx(352)   
> Network=192.168.0.0/24, IP=192.168.0.4
> 2018/04/17 14:23:35.707       2            Toolkit.cxx(360)   Default 
> IP=192.168.0.4
> 2018/04/17 14:23:35.707       2         transports.cxx(446)   H323    Use of 
> non IP transport address: ""
> 2018/04/17 14:23:35.707       2            Toolkit.cxx(634)   GK      H.323 
> Proxy enabled
> 2018/04/17 14:23:35.707       2          singleton.cxx(24)    Create 
> instance: RasSrv(2)
> 2018/04/17 14:23:35.708       2            Toolkit.cxx(667)   GK      INI 
> Internal Network 0 = 192.168.0.0/24 (3,0)
> 2018/04/17 14:23:35.708       2            Toolkit.cxx(1021)  GK      Loaded 
> per GW rewrite data:
> 2018/04/17 14:23:35.708       2            Toolkit.cxx(1024)  GK      No per 
> GW data loaded
> 2018/04/17 14:23:35.710       2          singleton.cxx(24)    Create 
> instance: CapacityControl(3)
> 2018/04/17 14:23:35.715       0                 gk.cxx(869)   WARNING: This 
> doesn't look like a GNU Gatekeeper configuration file!
> 2018/04/17 14:23:35.716       1                 gk.cxx(1427)  GNU Gatekeeper 
> with ID 'OpenH323GK' started
> Gatekeeper(GNU) Version(3.6.0) 
> Ext(pthreads=1,radius=1,mysql=1,pgsql=1,firebird=1,odbc=0,sqlite=1,large_fdset=0,crypto/ssl=1,h46018=0,h46023=0,ldap=1,ssh=1,ipv6=0,h235media=0,lua=0,h46017=0,snmp=0,h46026=0)
>  H323Plus(1.24.0) PTLib(2.10.11) Build(May 31 2014, 06:03:53) Sys(Linux i686 
> 4.9.0-6-686-pae)
> 
> 
> 2018/04/17 14:23:35.716       1                 gk.cxx(1429)  Current file 
> handle limit: 1024
> 2018/04/17 14:23:35.717       2          singleton.cxx(24)    Create 
> instance: CallTable(4)
> 2018/04/17 14:23:35.717       2                 gk.cxx(1485)  GK      Total 
> bandwidth not limited
> 2018/04/17 14:23:35.717       2                 gk.cxx(1494)  GK      
> TimeToLive for Registrations: -1
> 2018/04/17 14:23:35.717       2       ProxyChannel.cxx(741)   Q931PortRange: 
> 30000-30099
> 2018/04/17 14:23:35.717       2       ProxyChannel.cxx(741)   H245PortRange: 
> 30100-30199
> 2018/04/17 14:23:35.718       2       ProxyChannel.cxx(741)   RTPPortRange: 
> 50000-50199
> 2018/04/17 14:23:35.718       2          singleton.cxx(24)    Create 
> instance: Agent(5)
> 2018/04/17 14:23:35.720       2             RasSrv.cxx(806)   GK      Using 
> Routed Signalling
> 2018/04/17 14:23:35.721       2             RasSrv.cxx(807)   GK      H.245 
> Routed Disabled
> 2018/04/17 14:23:35.721       2             RasSrv.cxx(809)   GK      H.245 
> tunneling translation Disabled
> 2018/04/17 14:23:35.721       2             RasSrv.cxx(830)   GK      No 
> ENUMservers set, using defaults
> 2018/04/17 14:23:35.721       2             RasSrv.cxx(851)   GK      No 
> RDSservers set, using defaults
> 2018/04/17 14:23:35.721       2          singleton.cxx(24)    Create 
> instance: RegistrationTable(6)
> 2018/04/17 14:23:35.722       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:35.723       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:35.723       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:35.723       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:35.724       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:35.724       2           tlibthrd.cxx(140)   PTLib   No 
> permission to set priority level 3
> 2018/04/17 14:23:35.725       2             RasSrv.cxx(915)   GK      Home = 
> 192.168.0.4,127.0.0.1
> 2018/04/17 14:23:35.725       1             RasSrv.cxx(572)   Listening to 
> 192.168.0.4:1719(U)
> 2018/04/17 14:23:35.725       1             RasSrv.cxx(572)   Listening to 
> 192.168.0.4:1718(Mcast)
> 2018/04/17 14:23:35.726       1             RasSrv.cxx(572)   Listening to 
> 192.168.0.4:1721
> 2018/04/17 14:23:35.727       1             RasSrv.cxx(572)   Listening to 
> 192.168.0.4:7000
> 2018/04/17 14:23:35.727       1             RasSrv.cxx(572)   Listening to 
> 127.0.0.1:1719(U)
> 2018/04/17 14:23:35.727       1             RasSrv.cxx(572)   Listening to 
> 127.0.0.1:1721
> 2018/04/17 14:23:35.728       1             RasSrv.cxx(572)   Listening to 
> 127.0.0.1:7000
> 2018/04/17 14:23:35.728       1             RasSrv.cxx(979)   RAS     
> Broadcast listener listening at 0.0.0.0:1719(Bcast)
> 2018/04/17 14:23:35.742       3               pdns.cxx(734)   DNS     Query 
> failed: error=-1
> 2018/04/17 14:23:35.743       2               pdns.cxx(525)   DNS     SRV 
> Lookup Fail no domain h323:[email protected]
> 2018/04/17 14:23:35.743       1           Neighbor.cxx(381)   Set neighbor 
> gk1(xxx.xxx.xxx.12:1719) send=!02661732,!003902661732,!2,* 
> accept=2,003902661732,02661732
> 2018/04/17 14:23:35.744       1             gkauth.cxx(459)   GKAUTH  default 
> rule added to check RAS: ARQ BRQ DRQ GRQ IRQ LRQ RRQ URQ, OTHER: SETUP 
> SETUPUNREG
> 2018/04/17 14:23:35.744       1             gkacct.cxx(71)    GKACCT  Created 
> module FileAcct with event mask 37B
> 2018/04/17 14:23:35.745       2             gkacct.cxx(548)   GKACCT  
> FileAcct CDR file: /var/log/gnugk/gnugk.acct
> 2018/04/17 14:23:35.745       1             gkacct.cxx(71)    GKACCT  Created 
> module default with event mask FFFFFFFF
> 2018/04/17 14:23:35.745       2            Routing.cxx(995)   VQueue  (CTI) 
> Virtual queues disabled - no virtual queues configured
> 2018/04/17 14:23:35.745       2          singleton.cxx(24)    Create 
> instance: Routing::Analyzer(7)
> 2018/04/17 14:23:35.746       1            Routing.cxx(335)   
> RoutingPolicy::OnARQ add policy explicit,internal,parent,neighbor,srv for 
> prefix *
> 2018/04/17 14:23:35.746       1            Routing.cxx(335)   
> RoutingPolicy::OnLRQ add policy explicit,internal,parent,neighbor,srv for 
> prefix *
> 2018/04/17 14:23:35.747       1            Routing.cxx(335)   
> RoutingPolicy::OnSetup add policy explicit,internal,parent,neighbor,srv for 
> prefix *
> 2018/04/17 14:23:35.747       1            Routing.cxx(335)   
> RoutingPolicy::OnFacility add policy explicit,internal,parent,neighbor,srv 
> for prefix *
> 2018/04/17 14:23:35.748       3             gkacct.cxx(928)   GKACCT  default 
> logged event 8
> 2018/04/17 14:23:35.748       2             gkacct.cxx(964)   GKACCT  
> Successfully logged event 8
> 2018/04/17 14:23:36.750       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> gatekeeperRequest {
>     requestSeqNum = 1
>     protocolIdentifier = 0.0.8.2250.0.2
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     endpointType = {
>       gatekeeper = {
>       }
>       gateway = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     endpointAlias = 1 entries {
>       [0]=h323_ID  11 characters {
>         0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>         0063 006e 0072                            cnr
>       }
>     }
>     authenticationCapability = 2 entries {
>       [0]=pwdHash <<null>>
>       [1]=authenticationBES radius <<null>>
>     }
>     algorithmOIDs = 2 entries {
>       [0]=1.2.840.113549.2.5
>       [1]=1.2.840.113548.10.1.2.1
>     }
>     supportsAltGK = <<null>>
>     supportsAssignedGK = false
>   }
> 2018/04/17 14:23:36.752       2             RasSrv.cxx(175)   RAS     Read 
> from xxx.xxx.xxx.12:1719
> 2018/04/17 14:23:36.753       3             RasSrv.cxx(252)   RAS
> gatekeeperConfirm {
>     requestSeqNum = 1
>     protocolIdentifier = 0.0.8.2250.0.2
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. .
>       }
>       port = 1719
>     }
>   }
> 2018/04/17 14:23:36.753       2             RasSrv.cxx(1646)  RAS     Trapped 
> GCF
> 2018/04/17 14:23:36.753       2           GkClient.cxx(2385)  GKC     
> Discover GK xxx.xxx.xxx.12:1719 at 192.168.0.4
> 2018/04/17 14:23:36.755       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> registrationRequest {
>     requestSeqNum = 2
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  14 octets {
>         49 50 3d 31 39 32 2e 31  36 38 2e 30 2e 34         IP=192.168.0.4
>       }
>     }
>     discoveryComplete = true
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1719
>       }
>     }
>     terminalType = {
>       gatekeeper = {
>       }
>       gateway = {
>         protocol = 1 entries {
>           [0]=voice {
>             supportedPrefixes = 1 entries {
>               [0]={
>                 prefix = dialedDigits "02661732"
>               }
>             }
>           }
>         }
>       }
>       mc = false
>       undefinedNode = false
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  11 characters {
>         0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>         0063 006e 0072                            cnr
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 138
>         t35Extension = 0
>         manufacturerCode = 2
>       }
>       productId =  66 octets {
>         47 4e 55 20 47 61 74 65  6b 65 65 70 65 72 20 6f   GNU Gatekeeper o
>         6e 20 4c 69 6e 75 78 20  69 36 38 36 20 34 2e 39   n Linux i686 4.9
>         2e 30 2d 36 2d 36 38 36  2d 70 61 65 2c 20 4d 61   .0-6-686-pae, Ma
>         79 20 33 31 20 32 30 31  34 20 30 36 3a 30 33 3a   y 31 2014 06:03:
>         35 33                                              53
>       }
>       versionId =  13 octets {
>         56 65 72 73 69 6f 6e 20  33 2e 36 2e 30            Version 3.6.0
>       }
>     }
>     timeToLive = 300
>     keepAlive = false
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     willSupplyUUIEs = false
>     maintainConnection = false
>     supportsAltGK = <<null>>
>   }
> 2018/04/17 14:23:36.759       2             RasSrv.cxx(175)   RAS     Read 
> from xxx.xxx.xxx.12:1719
> 2018/04/17 14:23:36.759       3             RasSrv.cxx(252)   RAS
> registrationConfirm {
>     requestSeqNum = 2
>     protocolIdentifier = 0.0.8.2250.0.2
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         4e 6f 4e 41 54                                     NoNAT
>       }
>     }
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           Hxx Hxx Hxx 0c                                        .. .
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 1 entries {
>       [0]=h323_ID  11 characters {
>         0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>         0063 006e 0072                            cnr
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     willRespondToIRR = false
>     maintainConnection = false
>     supportsAdditiveRegistration = <<null>>
>   }
> 2018/04/17 14:23:36.760       2             RasSrv.cxx(1646)  RAS     Trapped 
> RCF
> 2018/04/17 14:23:36.760       2           GkClient.cxx(2677)  GKC     
> Register with xxx.xxx.xxx.12:1719 successfully
> 2018/04/17 14:23:37.144       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.126:1719
> 2018/04/17 14:23:37.145       3             RasSrv.cxx(252)   RAS
> registrationRequest {
>     requestSeqNum = 30733
>     protocolIdentifier = 0.0.8.2250.0.5
>     discoveryComplete = false
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 7e                                        ...~
>         }
>         port = 1720
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 7e                                        ...~
>         }
>         port = 1719
>       }
>     }
>     terminalType = {
>       vendor = {
>         vendor = {
>           t35CountryCode = 181
>           t35Extension = 0
>           manufacturerCode = 9009
>         }
>         productId =  36 octets {
>           50 6f 6c 79 63 6f 6d 20  52 65 61 6c 50 72 65 73   Polycom RealPres
>           65 6e 63 65 20 44 65 73  6b 74 6f 70 20 66 6f 72   ence Desktop for
>           20 4d 61 63                                         Mac
>         }
>         versionId =  11 octets {
>           33 2e 33 2e 30 2e 35 30  38 37 31                  3.3.0.50871
>         }
>       }
>       terminal = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     terminalAlias = 2 entries {
>       [0]=dialedDigits "258"
>       [1]=h323_ID  22 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0050 004d 0061 006e 0074 0069   R-PManti
>         0063 0061 005f 004d 0053 0050             ca_MSP
>       }
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 181
>         t35Extension = 0
>         manufacturerCode = 9009
>       }
>       productId =  36 octets {
>         50 6f 6c 79 63 6f 6d 20  52 65 61 6c 50 72 65 73   Polycom RealPres
>         65 6e 63 65 20 44 65 73  6b 74 6f 70 20 66 6f 72   ence Desktop for
>         20 4d 61 63                                         Mac
>       }
>       versionId =  11 octets {
>         33 2e 33 2e 30 2e 35 30  38 37 31                  3.3.0.50871
>       }
>     }
>     timeToLive = 300
>     keepAlive = false
>     endpointIdentifier =  8 characters {
>       0037 0036 0033 0031 005f 0067 006b 0031   7631_gk1
>     }
>     willSupplyUUIEs = false
>     maintainConnection = false
>     supportsAltGK = <<null>>
>     featureSet = {
>       replacementFeatureSet = false
>       supportedFeatures = 2 entries {
>         [0]={
>           id = standard 9
>         }
>         [1]={
>           id = standard 18
>         }
>       }
>     }
>     restart = <<null>>
>     supportsAssignedGK = false
>   }
> 2018/04/17 14:23:37.146       1             RasSrv.cxx(383)   RAS     RRQ 
> Received from 192.168.0.126:1719
> 2018/04/17 14:23:37.147       3             gkauth.cxx(937)   GKAUTH  default 
> RRQ check ok
> 2018/04/17 14:23:37.148       1             RasTbl.cxx(113)   New 
> EP|192.168.0.126:1720|258:dialedDigits=IT-IFPCNR-PMantica_MSP:h323_ID|terminal|7631_gk1
> 2018/04/17 14:23:37.149       3             gkacct.cxx(998)   GKACCT  default 
> logged event 256 for endpoint 7631_gk1
> 2018/04/17 14:23:37.149       2             gkacct.cxx(1034)  GKACCT  
> Successfully logged event 256 for endpoint 7631_gk1
> 2018/04/17 14:23:37.150       2             RasSrv.cxx(422)   
> RCF|192.168.0.126:1720|258:dialedDigits=IT-IFPCNR-PMantica_MSP:h323_ID|terminal|7631_gk1
> 
> ;
> 2018/04/17 14:23:37.150       2          singleton.cxx(24)    Create 
> instance: GkStatus(8)
> 2018/04/17 14:23:37.150       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.126:1719
> registrationConfirm {
>     requestSeqNum = 30733
>     protocolIdentifier = 0.0.8.2250.0.5
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         4e 6f 4e 41 54                                     NoNAT
>       }
>     }
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 2 entries {
>       [0]=dialedDigits "258"
>       [1]=h323_ID  22 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0050 004d 0061 006e 0074 0069   R-PManti
>         0063 0061 005f 004d 0053 0050             ca_MSP
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointIdentifier =  8 characters {
>       0037 0036 0033 0031 005f 0067 006b 0031   7631_gk1
>     }
>     willRespondToIRR = false
>     maintainConnection = false
>     supportsAdditiveRegistration = <<null>>
>   }
> 2018/04/17 14:24:54.041       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.70:5000
> 2018/04/17 14:24:54.042       3             RasSrv.cxx(252)   RAS
> gatekeeperRequest {
>     requestSeqNum = 38543
>     protocolIdentifier = 0.0.8.2250.0.6
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 46                                        ...F
>       }
>       port = 5000
>     }
>     endpointType = {
>       vendor = {
>         vendor = {
>           t35CountryCode = 9
>           t35Extension = 0
>           manufacturerCode = 61
>         }
>         productId =  23 octets {
>           58 4d 65 65 74 69 6e 67  20 58 4d 65 65 74 69 6e   XMeeting XMeetin
>           67 2e 61 70 70 00 00                               g.app..
>         }
>         versionId =  24 octets {
>           30 2e 33 62 65 74 61 34  20 28 4f 50 41 4c 20 76   0.3beta4 (OPAL v
>           32 2e 33 2e 32 29 00 00                            2.3.2)..
>         }
>       }
>       terminal = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     endpointAlias = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     supportsAltGK = <<null>>
>   }
> 2018/04/17 14:24:54.043       1             RasSrv.cxx(383)   RAS     GRQ 
> Received from 192.168.0.70:5000
> 2018/04/17 14:24:54.043       3               gkauth.h(881)   GKAUTH  default 
> GRQ check ok
> 2018/04/17 14:24:54.043       2             RasSrv.cxx(422)   
> GCF|192.168.0.70|Alessandro Simonetto|terminal;
> 2018/04/17 14:24:54.043       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.70:5000
> gatekeeperConfirm {
>     requestSeqNum = 38543
>     protocolIdentifier = 0.0.8.2250.0.6
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     rasAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>   }
> 2018/04/17 14:24:54.050       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.70:5000
> 2018/04/17 14:24:54.051       3             RasSrv.cxx(252)   RAS
> registrationRequest {
>     requestSeqNum = 38544
>     protocolIdentifier = 0.0.8.2250.0.6
>     discoveryComplete = true
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 46                                        ...F
>         }
>         port = 1720
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 46                                        ...F
>         }
>         port = 5000
>       }
>     }
>     terminalType = {
>       vendor = {
>         vendor = {
>           t35CountryCode = 9
>           t35Extension = 0
>           manufacturerCode = 61
>         }
>         productId =  23 octets {
>           58 4d 65 65 74 69 6e 67  20 58 4d 65 65 74 69 6e   XMeeting XMeetin
>           67 2e 61 70 70 00 00                               g.app..
>         }
>         versionId =  24 octets {
>           30 2e 33 62 65 74 61 34  20 28 4f 50 41 4c 20 76   0.3beta4 (OPAL v
>           32 2e 33 2e 32 29 00 00                            2.3.2)..
>         }
>       }
>       terminal = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     terminalAlias = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 9
>         t35Extension = 0
>         manufacturerCode = 61
>       }
>       productId =  23 octets {
>         58 4d 65 65 74 69 6e 67  20 58 4d 65 65 74 69 6e   XMeeting XMeetin
>         67 2e 61 70 70 00 00                               g.app..
>       }
>       versionId =  24 octets {
>         30 2e 33 62 65 74 61 34  20 28 4f 50 41 4c 20 76   0.3beta4 (OPAL v
>         32 2e 33 2e 32 29 00 00                            2.3.2)..
>       }
>     }
>     keepAlive = false
>     willSupplyUUIEs = true
>     maintainConnection = false
>     supportsAltGK = <<null>>
>     usageReportingCapability = {
>       nonStandardUsageTypes = 0 entries {
>       }
>       startTime = <<null>>
>       endTime = <<null>>
>       terminationCause = <<null>>
>     }
>     callCreditCapability = {
>       canEnforceDurationLimit = true
>     }
>   }
> 2018/04/17 14:24:54.052       1             RasSrv.cxx(383)   RAS     RRQ 
> Received from 192.168.0.70:5000
> 2018/04/17 14:24:54.052       3             gkauth.cxx(937)   GKAUTH  default 
> RRQ check ok
> 2018/04/17 14:24:54.053       1             RasTbl.cxx(113)   New 
> EP|192.168.0.70:1720|Alessandro 
> Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|1877_endp
> 2018/04/17 14:24:54.054       3             gkacct.cxx(998)   GKACCT  default 
> logged event 256 for endpoint 1877_endp
> 2018/04/17 14:24:54.054       2             gkacct.cxx(1034)  GKACCT  
> Successfully logged event 256 for endpoint 1877_endp
> 2018/04/17 14:24:54.055       2             RasSrv.cxx(422)   
> RCF|192.168.0.70:1720|Alessandro 
> Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|1877_endp
> 
> ;
> 2018/04/17 14:24:54.055       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.70:5000
> registrationConfirm {
>     requestSeqNum = 38544
>     protocolIdentifier = 0.0.8.2250.0.6
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         4e 6f 4e 41 54                                     NoNAT
>       }
>     }
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     willRespondToIRR = false
>     maintainConnection = false
>     serviceControl = 1 entries {
>       [0]={
>         sessionId = 0
>         contents = callCreditServiceControl {
>           callStartingPoint = connect <<null>>
>         }
>         reason = open <<null>>
>       }
>     }
>     supportsAdditiveRegistration = <<null>>
>   }
> 2018/04/17 14:24:59.744       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.70:5000
> 2018/04/17 14:24:59.746       3             RasSrv.cxx(252)   RAS
> admissionRequest {
>     requestSeqNum = 38545
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = true
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:24:59.747       1             RasSrv.cxx(383)   RAS     ARQ 
> Received from 192.168.0.70:5000
> 2018/04/17 14:24:59.747       3             gkauth.cxx(979)   GKAUTH  default 
> ARQ check ok
> 2018/04/17 14:24:59.748       2           GkClient.cxx(3033)  GKC     
> RewritePString: 271 to 00390266173271
> 2018/04/17 14:24:59.749       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> admissionRequest {
>     requestSeqNum = 3
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     srcCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1721
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = false
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:02.744       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.70:5000
> 2018/04/17 14:25:02.745       3             RasSrv.cxx(252)   RAS
> admissionRequest {
>     requestSeqNum = 38545
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = true
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:02.745       2             RasSrv.cxx(1630)  RAS     
> Duplicate ARQ, deleted
> 2018/04/17 14:25:04.749       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> admissionRequest {
>     requestSeqNum = 3
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     srcCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1721
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = false
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:05.748       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.70:5001
> 2018/04/17 14:25:05.749       3             RasSrv.cxx(252)   RAS
> registrationRequest {
>     requestSeqNum = 38546
>     protocolIdentifier = 0.0.8.2250.0.6
>     discoveryComplete = false
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 46                                        ...F
>         }
>         port = 1720
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 46                                        ...F
>         }
>         port = 5001
>       }
>     }
>     terminalType = {
>       vendor = {
>         vendor = {
>           t35CountryCode = 9
>           t35Extension = 0
>           manufacturerCode = 61
>         }
>         productId =  23 octets {
>           58 4d 65 65 74 69 6e 67  20 58 4d 65 65 74 69 6e   XMeeting XMeetin
>           67 2e 61 70 70 00 00                               g.app..
>         }
>         versionId =  24 octets {
>           30 2e 33 62 65 74 61 34  20 28 4f 50 41 4c 20 76   0.3beta4 (OPAL v
>           32 2e 33 2e 32 29 00 00                            2.3.2)..
>         }
>       }
>       terminal = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     terminalAlias = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 9
>         t35Extension = 0
>         manufacturerCode = 61
>       }
>       productId =  23 octets {
>         58 4d 65 65 74 69 6e 67  20 58 4d 65 65 74 69 6e   XMeeting XMeetin
>         67 2e 61 70 70 00 00                               g.app..
>       }
>       versionId =  24 octets {
>         30 2e 33 62 65 74 61 34  20 28 4f 50 41 4c 20 76   0.3beta4 (OPAL v
>         32 2e 33 2e 32 29 00 00                            2.3.2)..
>       }
>     }
>     keepAlive = false
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     willSupplyUUIEs = true
>     maintainConnection = false
>     supportsAltGK = <<null>>
>     usageReportingCapability = {
>       nonStandardUsageTypes = 0 entries {
>       }
>       startTime = <<null>>
>       endTime = <<null>>
>       terminationCause = <<null>>
>     }
>     callCreditCapability = {
>       canEnforceDurationLimit = true
>     }
>   }
> 2018/04/17 14:25:05.750       1             RasSrv.cxx(383)   RAS     RRQ 
> Received from 192.168.0.70:5001
> 2018/04/17 14:25:05.750       3             gkauth.cxx(937)   GKAUTH  default 
> RRQ check ok
> 2018/04/17 14:25:05.752       3             gkacct.cxx(998)   GKACCT  default 
> logged event 256 for endpoint 1877_endp
> 2018/04/17 14:25:05.752       2             gkacct.cxx(1034)  GKACCT  
> Successfully logged event 256 for endpoint 1877_endp
> 2018/04/17 14:25:05.753       2             RasSrv.cxx(422)   
> RCF|192.168.0.70:1720|Alessandro 
> Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|1877_endp
> 
> ;
> 2018/04/17 14:25:05.753       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.70:5001
> registrationConfirm {
>     requestSeqNum = 38546
>     protocolIdentifier = 0.0.8.2250.0.6
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         4e 6f 4e 41 54                                     NoNAT
>       }
>     }
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     willRespondToIRR = false
>     maintainConnection = false
>     serviceControl = 1 entries {
>       [0]={
>         sessionId = 0
>         contents = callCreditServiceControl {
>           callStartingPoint = connect <<null>>
>         }
>         reason = refresh <<null>>
>       }
>     }
>     supportsAdditiveRegistration = <<null>>
>   }
> 2018/04/17 14:25:08.749       2             RasSrv.cxx(175)   RAS     Read 
> from 192.168.0.70:5001
> 2018/04/17 14:25:08.749       3             RasSrv.cxx(252)   RAS
> registrationRequest {
>     requestSeqNum = 38546
>     protocolIdentifier = 0.0.8.2250.0.6
>     discoveryComplete = false
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 46                                        ...F
>         }
>         port = 1720
>       }
>     }
>     rasAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 46                                        ...F
>         }
>         port = 5001
>       }
>     }
>     terminalType = {
>       vendor = {
>         vendor = {
>           t35CountryCode = 9
>           t35Extension = 0
>           manufacturerCode = 61
>         }
>         productId =  23 octets {
>           58 4d 65 65 74 69 6e 67  20 58 4d 65 65 74 69 6e   XMeeting XMeetin
>           67 2e 61 70 70 00 00                               g.app..
>         }
>         versionId =  24 octets {
>           30 2e 33 62 65 74 61 34  20 28 4f 50 41 4c 20 76   0.3beta4 (OPAL v
>           32 2e 33 2e 32 29 00 00                            2.3.2)..
>         }
>       }
>       terminal = {
>       }
>       mc = false
>       undefinedNode = false
>     }
>     terminalAlias = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointVendor = {
>       vendor = {
>         t35CountryCode = 9
>         t35Extension = 0
>         manufacturerCode = 61
>       }
>       productId =  23 octets {
>         58 4d 65 65 74 69 6e 67  20 58 4d 65 65 74 69 6e   XMeeting XMeetin
>         67 2e 61 70 70 00 00                               g.app..
>       }
>       versionId =  24 octets {
>         30 2e 33 62 65 74 61 34  20 28 4f 50 41 4c 20 76   0.3beta4 (OPAL v
>         32 2e 33 2e 32 29 00 00                            2.3.2)..
>       }
>     }
>     keepAlive = false
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     willSupplyUUIEs = true
>     maintainConnection = false
>     supportsAltGK = <<null>>
>     usageReportingCapability = {
>       nonStandardUsageTypes = 0 entries {
>       }
>       startTime = <<null>>
>       endTime = <<null>>
>       terminationCause = <<null>>
>     }
>     callCreditCapability = {
>       canEnforceDurationLimit = true
>     }
>   }
> 2018/04/17 14:25:08.750       1             RasSrv.cxx(383)   RAS     RRQ 
> Received from 192.168.0.70:5001
> 2018/04/17 14:25:08.751       3             gkauth.cxx(937)   GKAUTH  default 
> RRQ check ok
> 2018/04/17 14:25:08.752       3             gkacct.cxx(998)   GKACCT  default 
> logged event 256 for endpoint 1877_endp
> 2018/04/17 14:25:08.752       2             gkacct.cxx(1034)  GKACCT  
> Successfully logged event 256 for endpoint 1877_endp
> 2018/04/17 14:25:08.753       2             RasSrv.cxx(422)   
> RCF|192.168.0.70:1720|Alessandro 
> Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|1877_endp
> 
> ;
> 2018/04/17 14:25:08.753       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.70:5001
> registrationConfirm {
>     requestSeqNum = 38546
>     protocolIdentifier = 0.0.8.2250.0.6
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 2
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         4e 6f 4e 41 54                                     NoNAT
>       }
>     }
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     terminalAlias = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     willRespondToIRR = false
>     maintainConnection = false
>     serviceControl = 1 entries {
>       [0]={
>         sessionId = 0
>         contents = callCreditServiceControl {
>           callStartingPoint = connect <<null>>
>         }
>         reason = refresh <<null>>
>       }
>     }
>     supportsAdditiveRegistration = <<null>>
>   }
> 2018/04/17 14:25:09.750       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> admissionRequest {
>     requestSeqNum = 3
>     callType = pointToPoint <<null>>
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     srcInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "00390266173271"
>     }
>     srcCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1721
>     }
>     bandWidth = 1920
>     callReferenceValue = 12498
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     activeMC = false
>     answerCall = false
>     canMapAlias = true
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     willSupplyUUIEs = false
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:14.752       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:14.754       2           Neighbor.cxx(1233)  NB      1 
> LRQ(s) sent
> 2018/04/17 14:25:14.766       2             RasSrv.cxx(175)   RAS     Read 
> from xxx.xxx.xxx.12:1719
> 2018/04/17 14:25:14.766       3             RasSrv.cxx(252)   RAS
> requestInProgress {
>     requestSeqNum = 4
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         67 6b 31 3a 31                                     gk1:1
>       }
>     }
>     delay = 5000
>   }
> 2018/04/17 14:25:14.766       2             RasSrv.cxx(1646)  RAS     Trapped 
> RIP
> 2018/04/17 14:25:15.899       2             RasSrv.cxx(175)   RAS     Read 
> from xxx.xxx.xxx.12:1719
> 2018/04/17 14:25:15.900       3             RasSrv.cxx(252)   RAS
> admissionConfirm {
>     requestSeqNum = 3
>     bandWidth = 1920
>     callModel = gatekeeperRouted <<null>>
>     destCallSignalAddress = ipAddress {
>       ip =  4 octets {
>         Hxx Hxx Hxx 0c                                        .. .
>       }
>       port = 1721
>     }
>     irrFrequency = 120
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     willRespondToIRR = false
>     uuiesRequested = {
>       setup = false
>       callProceeding = false
>       connect = false
>       alerting = false
>       information = false
>       releaseComplete = false
>       facility = false
>       progress = false
>       empty = false
>       status = false
>       statusInquiry = false
>       setupAcknowledge = false
>       notify = false
>     }
>   }
> 2018/04/17 14:25:15.900       1             RasSrv.cxx(383)   RAS     ACF 
> Received from xxx.xxx.xxx.12:1719
> 2018/04/17 14:25:19.767       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:19.769       2           Neighbor.cxx(1447)  NB      1 
> LRQ(s) re-sent
> 2018/04/17 14:25:19.781       2             RasSrv.cxx(175)   RAS     Read 
> from xxx.xxx.xxx.12:1719
> 2018/04/17 14:25:19.781       3             RasSrv.cxx(252)   RAS
> requestInProgress {
>     requestSeqNum = 4
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         67 6b 31 3a 31                                     gk1:1
>       }
>     }
>     delay = 5000
>   }
> 2018/04/17 14:25:19.781       2             RasSrv.cxx(1646)  RAS     Trapped 
> RIP
> 2018/04/17 14:25:24.783       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> locationRequest {
>     requestSeqNum = 4
>     destinationInfo = 1 entries {
>       [0]=dialedDigits "004910097929387"
>     }
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  3 octets {
>         67 6b 31                                           gk1
>       }
>     }
>     replyAddress = ipAddress {
>       ip =  4 octets {
>         c0 a8 00 04                                        ....
>       }
>       port = 1719
>     }
>     sourceInfo = 3 entries {
>       [0]=h323_ID  20 characters {
>         0041 006c 0065 0073 0073 0061 006e 0064   Alessand
>         0072 006f 0020 0053 0069 006d 006f 006e   ro Simon
>         0065 0074 0074 006f                       etto
>       }
>       [1]=h323_ID  20 characters {
>         0049 0054 002d 0049 0046 0050 0043 004e   IT-IFPCN
>         0052 002d 0041 0053 0069 006d 006f 006e   R-ASimon
>         0065 0074 0074 006f                       etto
>       }
>       [2]=dialedDigits "271"
>     }
>     canMapAlias = true
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     genericData = 1 entries {
>       [0]={
>         id = oid 1.3.6.1.4.1.17090.0.9
>       }
>     }
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     canMapSrcAlias = false
>   }
> 2018/04/17 14:25:24.784       2           Neighbor.cxx(1447)  NB      1 
> LRQ(s) re-sent
> 2018/04/17 14:25:24.798       2             RasSrv.cxx(175)   RAS     Read 
> from xxx.xxx.xxx.12:1719
> 2018/04/17 14:25:24.799       3             RasSrv.cxx(252)   RAS
> requestInProgress {
>     requestSeqNum = 4
>     nonStandardData = {
>       nonStandardIdentifier = h221NonStandard {
>         t35CountryCode = 138
>         t35Extension = 1
>         manufacturerCode = 2
>       }
>       data =  5 octets {
>         67 6b 31 3a 31                                     gk1:1
>       }
>     }
>     delay = 5000
>   }
> 2018/04/17 14:25:24.799       2             RasSrv.cxx(1646)  RAS     Trapped 
> RIP
> 2018/04/17 14:25:29.800       2             RasSrv.cxx(422)   
> ARJ|192.168.0.70:1720|004910097929387:dialedDigits|Alessandro 
> Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|false|calledPartyNotRegistered|9c-84-08-04-a8-40-e8-11-85-5f-dd-cb-54-23-07-0e;
> 2018/04/17 14:25:29.801       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.70:5000
> admissionReject {
>     requestSeqNum = 38545
>     rejectReason = calledPartyNotRegistered <<null>>
>   }
> 2018/04/17 14:25:29.802       1             RasSrv.cxx(169)   RAS     Read 
> error 12/111: Connection refused
> 2018/04/17 14:25:44.815       2             RasSrv.cxx(175)   RAS     Read 
> from xxx.xxx.xxx.11:1719
> 2018/04/17 14:25:44.816       3             RasSrv.cxx(252)   RAS
> disengageRequest {
>     requestSeqNum = 12
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     conferenceID =  16 octets {
>       c6 8c 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>     }
>     callReferenceValue = 12498
>     disengageReason = forcedDrop <<null>>
>     callIdentifier = {
>       guid =  16 octets {
>         9c 84 08 04 a8 40 e8 11  85 5f dd cb 54 23 07 0e   .....@..._..T#..
>       }
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     answeredCall = false
>   }
> 2018/04/17 14:25:44.816       1             RasSrv.cxx(383)   RAS     DRQ 
> Received from xxx.xxx.xxx.11:1719
> 2018/04/17 14:25:44.816       2             RasSrv.cxx(422)   
> DRJ|xxx.xxx.xxx.11|gk2_ifp_cnr|12498|notRegistered|9c-84-08-04-a8-40-e8-11-85-5f-dd-cb-54-23-07-0e;
> 2018/04/17 14:25:44.816       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.11:1719
> disengageReject {
>     requestSeqNum = 12
>     rejectReason = notRegistered <<null>>
>   }
> 2018/04/17 14:25:52.178       1                 gk.cxx(1062)  GK      
> Received signal 15
> 2018/04/17 14:25:52.178       1             RasSrv.cxx(768)   GK      
> Stopping RasServer...
> 2018/04/17 14:25:52.827       3             RasSrv.cxx(264)   RAS     Send to 
> xxx.xxx.xxx.12:1719
> unregistrationRequest {
>     requestSeqNum = 5
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 04                                        ....
>         }
>         port = 1721
>       }
>     }
>     endpointIdentifier =  11 characters {
>       0067 006b 0032 005f 0069 0066 0070 005f   gk2_ifp_
>       0063 006e 0072                            cnr
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>   }
> 2018/04/17 14:25:52.828       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.126:1719
> unregistrationRequest {
>     requestSeqNum = 6
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 7e                                        ...~
>         }
>         port = 1720
>       }
>     }
>     endpointIdentifier =  8 characters {
>       0037 0036 0033 0031 005f 0067 006b 0031   7631_gk1
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     reason = maintenance <<null>>
>   }
> 2018/04/17 14:25:52.828       3             RasSrv.cxx(264)   RAS     Send to 
> 192.168.0.70:5001
> unregistrationRequest {
>     requestSeqNum = 7
>     callSignalAddress = 1 entries {
>       [0]=ipAddress {
>         ip =  4 octets {
>           c0 a8 00 46                                        ...F
>         }
>         port = 1720
>       }
>     }
>     endpointIdentifier =  9 characters {
>       0031 0038 0037 0037 005f 0065 006e 0064   1877_end
>       0070                                      p
>     }
>     gatekeeperIdentifier =  10 characters {
>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>       0047 004b                                 GK
>     }
>     reason = maintenance <<null>>
>   }
> 2018/04/17 14:25:52.829       3           yasocket.cxx(784)   TCPSrv  Select 
> read error: 10
> 2018/04/17 14:25:52.830       3           yasocket.cxx(1076)  TCP     Delete 
> listener 192.168.0.4:1721
> 2018/04/17 14:25:52.830       3           yasocket.cxx(784)   TCPSrv  Select 
> read error: 10
> 2018/04/17 14:25:52.831       3           yasocket.cxx(1076)  TCP     Delete 
> listener 192.168.0.4:7000
> 2018/04/17 14:25:52.831       3           yasocket.cxx(784)   TCPSrv  Select 
> read error: 10
> 2018/04/17 14:25:52.832       3           yasocket.cxx(1076)  TCP     Delete 
> listener 127.0.0.1:1721
> 2018/04/17 14:25:52.832       3           yasocket.cxx(784)   TCPSrv  Select 
> read error: 10
> 2018/04/17 14:25:52.832       3           yasocket.cxx(1076)  TCP     Delete 
> listener 127.0.0.1:7000
> 2018/04/17 14:25:52.833       2          singleton.cxx(31)    Delete 
> instance: Routing::Analyzer(7 objects left)
> 2018/04/17 14:25:52.833       1             RasSrv.cxx(1456)  GK      
> RasServer stopped
> 2018/04/17 14:25:52.833       3             gkacct.cxx(928)   GKACCT  default 
> logged event 16
> 2018/04/17 14:25:52.833       2             gkacct.cxx(964)   GKACCT  
> Successfully logged event 16
> 2018/04/17 14:25:52.834       3                 gk.cxx(760)   GK      
> Deleting global reference tables
> 2018/04/17 14:25:52.834       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb0438b40", real=47.084, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.836       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb04bab40", real=135.690, kernel=0.000 (0%), user=0.020 
> (0%), both=0.020 (0%)
> 2018/04/17 14:25:52.837       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb04fbb40", real=137.088, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.838       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb053cb40", real=137.113, kernel=0.020 (0%), user=0.000 
> (0%), both=0.020 (0%)
> 2018/04/17 14:25:52.839       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb07ffb40", real=137.114, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.840       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb07beb40", real=137.116, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.841       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb077db40", real=137.118, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.842       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb05ffb40", real=137.119, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.843       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb05beb40", real=137.119, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.844       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb057db40", real=137.120, kernel=0.000 (0%), user=0.000 
> (0%), both=0.000 (0%)
> 2018/04/17 14:25:52.845       2          singleton.cxx(31)    Delete 
> instance: GkStatus(6 objects left)
> 2018/04/17 14:25:52.845       3            osutils.cxx(1700)  PTLib   Thread 
> ended: name="Worker:0xb0479b40", real=135.693, kernel=0.000 (0%), user=0.010 
> (0%), both=0.010 (0%)
> 2018/04/17 14:25:52.846       2          singleton.cxx(31)    Delete 
> instance: Agent(5 objects left)
> 2018/04/17 14:25:52.846       2          singleton.cxx(31)    Delete 
> instance: CapacityControl(4 objects left)
> 2018/04/17 14:25:52.846       2          singleton.cxx(31)    Delete 
> instance: CallTable(3 objects left)
> 2018/04/17 14:25:52.846       3             RasTbl.cxx(369)   Gk      Delete 
> endpoint: 7631_gk1 0
> 2018/04/17 14:25:52.847       3             RasTbl.cxx(369)   Gk      Delete 
> endpoint: 1877_endp 0
> 2018/04/17 14:25:52.847       2          singleton.cxx(31)    Delete 
> instance: RegistrationTable(2 objects left)
> 2018/04/17 14:25:52.847       1             gkauth.cxx(467)   GKAUTH  default 
> rule removed
> 2018/04/17 14:25:52.847       1             gkacct.cxx(76)    GKACCT  
> Destroyed module FileAcct
> 2018/04/17 14:25:52.848       1             gkacct.cxx(76)    GKACCT  
> Destroyed module default
> 2018/04/17 14:25:52.848       1           Neighbor.cxx(227)   NB      Delete 
> neighbor gk1
> 2018/04/17 14:25:52.848       1           GkClient.cxx(1553)  GKC     Delete 
> GkClient
> 2018/04/17 14:25:52.848       1             RasSrv.cxx(238)   RAS     Delete 
> listener 192.168.0.4:1719(U)
> 2018/04/17 14:25:52.848       1             RasSrv.cxx(238)   RAS     Delete 
> listener 192.168.0.4:1718(Mcast)
> 2018/04/17 14:25:52.848       1             RasSrv.cxx(238)   RAS     Delete 
> listener 127.0.0.1:1719(U)
> 2018/04/17 14:25:52.848       1             RasSrv.cxx(238)   RAS     Delete 
> listener 0.0.0.0:1719(Bcast)
> 2018/04/17 14:25:52.848       2          singleton.cxx(31)    Delete 
> instance: RasSrv(1 objects left)
> 2018/04/17 14:25:52.849       2          singleton.cxx(31)    Delete 
> instance: Toolkit(0 objects left)
> 2018/04/17 14:25:52.849       3                 gk.cxx(791)   GK      delete 
> ok
> 2018/04/17 14:25:52.849       1                 gk.cxx(1883)  GK      Logging 
> closed

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________________

Posting: mailto:[email protected]
Archive: 
https://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: https://www.gnugk.org/

Reply via email to