Re: force GnuGK to use specific interface on host with more than one
Jan Willamowius <[email protected]> Tue, 17 Apr 2018 19:23:19 +0200
| Newsgroups | gmane.comp.telephony.openh323gk.user |
|---|---|
| Message-ID | <[email protected]> |
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=3D<ip> switch. Leave out the Bind=3D 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 loo= k 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=E4ftsf=FChrer: 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 s= olution. > = > Problem: how to *force* GnuGK to use only one interface on hosts with mor= e 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 servic= es, 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-met= al 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 a= nd this = > causes communication with internal gatekeeper to fail (at least this is m= y 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 outsi= de number, get the = > call refused (and it should not), close the gatekeepers. > = > Grateful for *ANY* suggestions. My colleagues are now getting kind of ner= vous, and I can't blame them but am clueless... > TIA > Alessandro > = > = > ******************************************************* > gatekeeper.ini on external gatekeeper (auth section removed) > [Gatekeeper::Main] > Name=3Dgk_my_domain > Home=3Dxxx.xxx.xxx.12 ;this should be the listen address > Bind=3Dxxx.xxx.xxx.12 ;this should be the output address > NetworkInterfaces=3Dxxx.xxx.xxx.12 ;added this for despair, no difference > ;ExternalIP=3Dxxx.xxx.xxx.12 ;tried this too > TimeToLive=3D60 > EndpointIDSuffix=3D_gk1 > DefaultDomain=3Dmy.domain.tld > UseMulticastListener=3D0 > UseBroadcastListener=3D0 > = > [LogFile] > Rotate=3Dmonthly > RotateDay=3D31 > RotateTime=3D23:59 > = > [RoutedMode] > GKRouted=3D1 > H245Routed=3D1 > AcceptUnregisteredCalls=3D1 > SupportNATedEndpoints=3D1 > DropCallsByReleaseComplete=3D1 > CallSignalPort=3D1721 > SendReleaseCompleteOnDRQ=3D1 > Q931PortRange=3D30000-60099 > H245PortRange=3D30100-60199 > = > [Proxy] > Enable=3D1 > ProxyAlways=3D1 > RTPPortRange=3D50000-60199 > = > [Endpoint] > Gatekeeper=3Dip.of.parent.gk > Type=3DGateway > H323ID=3Dgk_my_domain > Prefix=3D02661732 > TimeToLive=3D120 > = > [Endpoint::RewriteE164] > 02661732=3D2 > = > [RasSrv::RRQFeatures] > OverwriteEPOnSameAddress=3D1 > = > [RasSrv::ARQFeatures] > = > = > [RoutingPolicy] > default=3Dexplicit,internal,neighbor,parent > = > [RasSrv::RRQAuth] > = > [GkStatus::Auth] > rule=3Dexplicit > xxx.xxx.xxx.12=3Dallow > default=3Dforbid > = > [RasSrv::RewriteE164] > = > [RasSrv::Neighbors] > GK1=3DGnuGK > GK2=3DGnuGK > = > [Neighbor::GK1] > GatekeeperIdentifier=3Dgk_tld > Host=3Dip.of.parent.gk > Dynamic=3D0 > SendPrefixes=3D!003902661732,!02661732,!2,* > AcceptPrefixes=3D02661732,003902661732 > = > [Neighbor::GK2] > GatekeeperIdentifier=3Dgk2_my_domain > Host=3D192.168.0.4 > Dynamic=3D0 > SendPrefixes=3D2,02661732,003902661732; > AcceptPrefixes=3D* > ForwardHopCount=3D10 > ForwardLRQ=3Dalways > = > [Gatekeeper::Acct] > FileAcct=3Dsufficient;start,stop,on,off,update,alert,register,unregister > default=3Daccept > = > [FileAcct] > DetailFile=3D/var/log/gnugk/gnugk.acct > Rotate=3Dmonthly > RotateDay=3D31 > RotateTime=3D23:59 > ******************************************************* > gatekeeper.ini on internal gatekeeper: > [Gatekeeper::Main] > Fortytwo=3D42 > Name=3Dgk2_my_domain > EndpointIDSuffix=3D_gk2 > CompareAliasType=3D0 > = > [LogFile] > Rotate=3Dmonthly > RotateDay=3D31 > RotateTime=3D23:59 > = > [RoutedMode] > GKRouted=3D1 > RemoveH245AddressOnTunneling=3D1 > AcceptNeighborsCalls=3D1 > SupportNATedEndpoints=3D1 > DropCallsByReleaseComplete=3D1 > CallSignalPort=3D1721 > SendReleaseCompleteOnDRQ=3D1 > Q931PortRange=3D30000-30099 > H245PortRange=3D30100-30199 > SetupTimeout=3D10000 > SignalTimeout=3D30000 > AlertingTimeout=3D60000 > TranslateFacility=3D1 > = > [Proxy] > Enable=3D1 > InternalNetwork=3D192.168.0.0/24 > RTPPortRange=3D50000-50199 > = > [Endpoint] > Gatekeeper=3Dxxx.xxx.xxx.12 > Type=3DGateway > H323ID=3Dgk2_my_domain > Prefix=3D02661732 > TimeToLive=3D300 > EndpointIdentifier=3Dgk2_my_domain > = > [Endpoint::RewriteE164] > 02661732=3D2 > 003902661732=3D2 > = > [RasSrv::ARQFeatures] > RemoveTrailingChar=3D# > = > [RoutingPolicy] > default=3Dexplicit,internal,parent,neighbor,srv > = > [GkStatus::Auth] > rule=3Dregex > regex=3D^(127\.0\.0\.1)$ > default=3Dforbid > = > [RasSrv::Neighbors] > gk1=3DGnuGK > = > [Neighbor::gk1] > GatekeeperIdentifier=3Dgk_my_domain > Host=3Dxxx.xxx.xxx.12 > SendPrefixes=3D!02661732,!003902661732,!2,* > AcceptPrefixes=3D2,003902661732,02661732 > = > [RasSrv::LRQFeatures] > NeighborTimeout=3D5 > = > [Gatekeeper::Auth] > default=3Dallow > = > [Gatekeeper::Acct] > FileAcct=3Dsufficient;start,stop,connect,alert,register,unregister,on,off > default=3Daccept > = > [FileAcct] > DetailFile=3D/var/log/gnugk/gnugk.acct > Rotate=3Dmonthly > RotateDay=3D31 > RotateTime=3D23: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=3Dip.of.parent.gk= /32, IP=3Dxxx.xxx.xxx.12 > 2018/04/17 14:23:28.692 2 Toolkit.cxx(352) Network=3Dxxx.xxx.xxx.0/2= 4, IP=3Dxxx.xxx.xxx.11 > 2018/04/17 14:23:28.692 2 Toolkit.cxx(352) Network=3Dxxx.xxx.xxx.0/2= 4, IP=3Dxxx.xxx.xxx.11 > 2018/04/17 14:23:28.692 2 Toolkit.cxx(352) Network=3Dxxx.xxx.xxx.10/= 32, IP=3Dxxx.xxx.xxx.11 > 2018/04/17 14:23:28.692 2 Toolkit.cxx(360) Default IP=3Dxxx.xxx.xxx.= 11 > 2018/04/17 14:23:28.692 2 transports.cxx(446) H323 Use of non IP transp= ort 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: CapacityC= ontrol(3) > 2018/04/17 14:23:28.698 0 gk.cxx(869) WARNING: This doesn't loo= k 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=3D1,radius=3D1,mysql=3D1,pgsq= l=3D1,firebird=3D1,odbc=3D0,sqlite=3D1,large_fdset=3D0,crypto/ssl=3D1,h4601= 8=3D0,h46023=3D0,ldap=3D1,ssh=3D1,ipv6=3D0,h235media=3D0,lua=3D0,h46017=3D0= ,snmp=3D0,h46026=3D0) 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 limi= t: 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 l= imited > 2018/04/17 14:23:28.698 2 gk.cxx(1494) GK TimeToLive for Regist= rations: -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 se= t priority level 3 > 2018/04/17 14:23:28.699 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:28.699 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:28.699 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:28.699 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:28.699 2 tlibthrd.cxx(140) PTLib No permission to se= t 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 transl= ation Disabled > 2018/04/17 14:23:28.699 2 RasSrv.cxx(830) GK No ENUMservers set, us= ing defaults > 2018/04/17 14:23:28.699 2 RasSrv.cxx(851) GK No RDSservers set, usi= ng defaults > 2018/04/17 14:23:28.699 2 singleton.cxx(24) Create instance: Registrat= ionTable(6) > 2018/04/17 14:23:28.699 2 RasSrv.cxx(915) GK Home =3D xxx.xxx.xxx.1= 2,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:17= 19(U) > 2018/04/17 14:23:28.725 1 RasSrv.cxx(572) Listening to 127.0.0.1:17= 21 > 2018/04/17 14:23:28.726 1 RasSrv.cxx(572) Listening to 127.0.0.1:70= 00 > 2018/04/17 14:23:28.726 1 RasSrv.cxx(979) RAS Broadcast listener li= stening at 0.0.0.0:1719(Bcast) > 2018/04/17 14:23:28.726 3 pdns.cxx(734) DNS Query failed: error= =3D-1 > 2018/04/17 14:23:28.726 2 pdns.cxx(525) DNS SRV Lookup Fail no do= main h323:[email protected] > 2018/04/17 14:23:28.727 1 Neighbor.cxx(381) Set neighbor GK1(ip.of.pa= rent.gk:1719) send=3D!003902661732,!02661732,!2,* accept=3D02661732,0039026= 61732 > 2018/04/17 14:23:28.727 1 Neighbor.cxx(381) Set neighbor GK2(192.168.= 0.4:1719) send=3D2,02661732,003902661732; accept=3D* > 2018/04/17 14:23:28.727 1 gkauth.cxx(459) GKAUTH AliasAuth rule add= ed 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 File= Acct 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 defa= ult with event mask FFFFFFFF > 2018/04/17 14:23:28.728 2 Routing.cxx(995) VQueue (CTI) Virtual queu= es 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 ad= d 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 eve= nt 8 > 2018/04/17 14:23:28.728 2 gkacct.cxx(964) GKACCT Successfully logge= d event 8 > 2018/04/17 14:23:29.729 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > gatekeeperRequest { > requestSeqNum =3D 1 > protocolIdentifier =3D 0.0.8.2250.0.2 > rasAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. .<=3D=3D= =3D=3D=3D=3D=3D=3Dthis is 12 > } > port =3D 1719 > } > endpointType =3D { > gatekeeper =3D { > } > gateway =3D { > } > mc =3D false > undefinedNode =3D false > } > endpointAlias =3D 1 entries { > [0]=3Dh323_ID 10 characters { > 0067 006b 005f 0069 0066 0070 005f 0063 gk_ifp_c > 006e 0072 nr > } > } > authenticationCapability =3D 2 entries { > [0]=3DpwdHash <<null>> > [1]=3DauthenticationBES radius <<null>> > } > algorithmOIDs =3D 2 entries { > [0]=3D1.2.840.113549.2.5 > [1]=3D1.2.840.113548.10.1.2.1 > } > supportsAltGK =3D <<null>> > supportsAssignedGK =3D false > } > 2018/04/17 14:23:29.729 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > gatekeeperRequest { > requestSeqNum =3D 1 > protocolIdentifier =3D 0.0.8.2250.0.2 > rasAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. .<=3D=3D= =3D=3D=3D=3D=3D=3Dthis is 11!!! > } > port =3D 1719 > } > endpointType =3D { > gatekeeper =3D { > } > gateway =3D { > } > mc =3D false > undefinedNode =3D false > } > endpointAlias =3D 1 entries { > [0]=3Dh323_ID 10 characters { > 0067 006b 005f 0069 0066 0070 005f 0063 gk_ifp_c > 006e 0072 nr > } > } > authenticationCapability =3D 2 entries { > [0]=3DpwdHash <<null>> > [1]=3DauthenticationBES radius <<null>> > } > algorithmOIDs =3D 2 entries { > [0]=3D1.2.840.113549.2.5 > [1]=3D1.2.840.113548.10.1.2.1 > } > supportsAltGK =3D <<null>> > supportsAssignedGK =3D false > } > 2018/04/17 14:23:29.740 2 RasSrv.cxx(175) RAS Read from ip.of.paren= t.gk:1719 > 2018/04/17 14:23:29.740 3 RasSrv.cxx(252) RAS > gatekeeperConfirm { > requestSeqNum =3D 1 > protocolIdentifier =3D 0.0.8.2250.0.2 > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > rasAddress =3D ipAddress { > ip =3D 4 octets { > 92 30 60 b7 .0`. > } > port =3D 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.pa= rent.gk:1719 at xxx.xxx.xxx.11 <=3D=3D=3Dagain 11 > 2018/04/17 14:23:29.741 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > registrationRequest { > requestSeqNum =3D 2 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 16 octets { > 49 50 3d 31 35 35 2e 32 35 33 2e 33 32 2e 31 31 IP=3Dxxx.xxx.x= xx.11 > } > } > discoveryComplete =3D true > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1721 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1719 > } > } > terminalType =3D { > gatekeeper =3D { > } > gateway =3D { > protocol =3D 1 entries { > [0]=3Dvoice { > supportedPrefixes =3D 1 entries { > [0]=3D{ > prefix =3D dialedDigits "02661732" > } > } > } > } > } > mc =3D false > undefinedNode =3D false > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 10 characters { > 0067 006b 005f 0069 0066 0070 005f 0063 gk_ifp_c > 006e 0072 nr > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 138 > t35Extension =3D 0 > manufacturerCode =3D 2 > } > productId =3D 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:0= 3: > 35 33 53 > } > versionId =3D 13 octets { > 56 65 72 73 69 6f 6e 20 33 2e 36 2e 30 Version 3.6.0 > } > } > timeToLive =3D 120 > keepAlive =3D false > willSupplyUUIEs =3D false > maintainConnection =3D false > supportsAltGK =3D <<null>> > } > 2018/04/17 14:23:29.752 2 RasSrv.cxx(175) RAS Read from ip.of.paren= t.gk:1719 > 2018/04/17 14:23:29.752 3 RasSrv.cxx(252) RAS > registrationConfirm { > requestSeqNum =3D 2 > protocolIdentifier =3D 0.0.8.2250.0.2 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > 92 30 60 b7 .0`. > } > port =3D 1721 > } > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 10 characters { > 0067 006b 005f 0069 0066 0070 005f 0063 gk_ifp_c > 006e 0072 nr > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > timeToLive =3D 60 > willRespondToIRR =3D false > maintainConnection =3D 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 =3D 1 > protocolIdentifier =3D 0.0.8.2250.0.2 > rasAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > endpointType =3D { > gatekeeper =3D { > } > gateway =3D { > } > mc =3D false > undefinedNode =3D false > } > endpointAlias =3D 1 entries { > [0]=3Dh323_ID 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > } > authenticationCapability =3D 2 entries { > [0]=3DpwdHash <<null>> > [1]=3DauthenticationBES radius <<null>> > } > algorithmOIDs =3D 2 entries { > [0]=3D1.2.840.113549.2.5 > [1]=3D1.2.840.113548.10.1.2.1 > } > supportsAltGK =3D <<null>> > supportsAssignedGK =3D 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_c= nr|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:1= 719 > gatekeeperConfirm { > requestSeqNum =3D 1 > protocolIdentifier =3D 0.0.8.2250.0.2 > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > rasAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 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 =3D 2 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 14 octets { > 49 50 3d 31 39 32 2e 31 36 38 2e 30 2e 34 IP=3D192.168.0= .4 > } > } > discoveryComplete =3D true > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > } > terminalType =3D { > gatekeeper =3D { > } > gateway =3D { > protocol =3D 1 entries { > [0]=3Dvoice { > supportedPrefixes =3D 1 entries { > [0]=3D{ > prefix =3D dialedDigits "02661732" > } > } > } > } > } > mc =3D false > undefinedNode =3D false > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 138 > t35Extension =3D 0 > manufacturerCode =3D 2 > } > productId =3D 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:0= 3: > 35 33 53 > } > versionId =3D 13 octets { > 56 65 72 73 69 6f 6e 20 33 2e 36 2e 30 Version 3.6.0 > } > } > timeToLive =3D 300 > keepAlive =3D false > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > willSupplyUUIEs =3D false > maintainConnection =3D false > supportsAltGK =3D <<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 chec= k ok > 2018/04/17 14:23:36.746 1 RasTbl.cxx(113) New EP|192.168.0.4:1721|g= k2_ifp_cnr:h323_ID|gateway,gatekeeper|gk2_ifp_cnr > 2018/04/17 14:23:36.747 3 gkacct.cxx(998) GKACCT default logged eve= nt 256 for endpoint gk2_ifp_cnr > 2018/04/17 14:23:36.747 2 gkacct.cxx(1034) GKACCT Successfully logg= ed 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:1= 719 > registrationConfirm { > requestSeqNum =3D 2 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 4e 6f 4e 41 54 NoNAT > } > } > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 1721 > } > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > willRespondToIRR =3D false > maintainConnection =3D false > supportsAdditiveRegistration =3D <<null>> > } > 2018/04/17 14:24:11.755 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > registrationRequest { > requestSeqNum =3D 3 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 16 octets { > 49 50 3d 31 35 35 2e 32 35 33 2e 33 32 2e 31 31 IP=3Dxxx.xxx.x= xx.11 > } > } > discoveryComplete =3D true > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1721 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1719 > } > } > terminalType =3D { > mc =3D false > undefinedNode =3D false > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 138 > t35Extension =3D 0 > manufacturerCode =3D 2 > } > } > keepAlive =3D true > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > willSupplyUUIEs =3D false > maintainConnection =3D false > supportsAltGK =3D <<null>> > } > 2018/04/17 14:24:11.766 2 RasSrv.cxx(175) RAS Read from ip.of.paren= t.gk:1719 > 2018/04/17 14:24:11.767 3 RasSrv.cxx(252) RAS > registrationConfirm { > requestSeqNum =3D 3 > protocolIdentifier =3D 0.0.8.2250.0.2 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > 92 30 60 b7 .0`. > } > port =3D 1721 > } > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 10 characters { > 0067 006b 005f 0069 0066 0070 005f 0063 gk_ifp_c > 006e 0072 nr > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > timeToLive =3D 60 > willRespondToIRR =3D false > maintainConnection =3D 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 =3D 4 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 16 octets { > 49 50 3d 31 35 35 2e 32 35 33 2e 33 32 2e 31 31 IP=3Dxxx.xxx.x= xx.11 > } > } > discoveryComplete =3D true > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1721 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1719 > } > } > terminalType =3D { > mc =3D false > undefinedNode =3D false > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 138 > t35Extension =3D 0 > manufacturerCode =3D 2 > } > } > keepAlive =3D true > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > willSupplyUUIEs =3D false > maintainConnection =3D false > supportsAltGK =3D <<null>> > } > 2018/04/17 14:24:53.781 2 RasSrv.cxx(175) RAS Read from ip.of.paren= t.gk:1719 > 2018/04/17 14:24:53.781 3 RasSrv.cxx(252) RAS > registrationConfirm { > requestSeqNum =3D 4 > protocolIdentifier =3D 0.0.8.2250.0.2 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > 92 30 60 b7 .0`. > } > port =3D 1721 > } > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 10 characters { > 0067 006b 005f 0069 0066 0070 005f 0063 gk_ifp_c > 006e 0072 nr > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > timeToLive =3D 60 > willRespondToIRR =3D false > maintainConnection =3D 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 =3D 3 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > srcCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D false > canMapSrcAlias =3D 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 =3D 5 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 47 4b 31 GK1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 5 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 47 4b 31 GK1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 3 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > srcCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D false > canMapSrcAlias =3D false > } > 2018/04/17 14:25:04.754 2 RasSrv.cxx(1630) RAS Duplicate ARQ, delet= ed > 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 =3D 3 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > srcCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D false > canMapSrcAlias =3D false > } > 2018/04/17 14:25:09.753 2 RasSrv.cxx(1630) RAS Duplicate ARQ, delet= ed > 2018/04/17 14:25:09.754 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > locationRequest { > requestSeqNum =3D 5 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 47 4b 31 GK1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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|004= 910097929387:dialedDigits|OpenH323GK; > 2018/04/17 14:25:14.754 3 RasSrv.cxx(264) RAS Send to 192.168.0.4:1= 719 > requestInProgress { > requestSeqNum =3D 4 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 67 6b 31 3a 31 gk1:1 > } > } > delay =3D 5000 > } > 2018/04/17 14:25:14.754 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > admissionRequest { > requestSeqNum =3D 7 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > srcCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1721 > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > willSupplyUUIEs =3D false > canMapSrcAlias =3D false > } > 2018/04/17 14:25:15.887 2 RasSrv.cxx(175) RAS Read from ip.of.paren= t.gk:1719 > 2018/04/17 14:25:15.887 3 RasSrv.cxx(252) RAS > admissionConfirm { > requestSeqNum =3D 7 > bandWidth =3D 1920 > callModel =3D gatekeeperRouted <<null>> > destCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > 92 30 60 b7 .0`. > } > port =3D 1721 > } > irrFrequency =3D 120 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > willRespondToIRR =3D false > uuiesRequested =3D { > setup =3D false > callProceeding =3D false > connect =3D false > alerting =3D false > information =3D false > releaseComplete =3D false > facility =3D false > progress =3D false > empty =3D false > status =3D false > statusInquiry =3D false > setupAcknowledge =3D false > notify =3D 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 bandwi= dth 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=3DI= T-IFPCNR-ASimonetto:h323_ID=3D00390266173271: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:1= 719 > admissionConfirm { > requestSeqNum =3D 3 > bandWidth =3D 1920 > callModel =3D gatekeeperRouted <<null>> > destCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 1721 > } > irrFrequency =3D 120 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > willRespondToIRR =3D false > uuiesRequested =3D { > setup =3D false > callProceeding =3D false > connect =3D false > alerting =3D false > information =3D false > releaseComplete =3D false > facility =3D false > progress =3D false > empty =3D false > status =3D false > statusInquiry =3D false > setupAcknowledge =3D false > notify =3D 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 =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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|004= 910097929387:dialedDigits|OpenH323GK; > 2018/04/17 14:25:19.769 3 RasSrv.cxx(264) RAS Send to 192.168.0.4:1= 719 > requestInProgress { > requestSeqNum =3D 4 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 67 6b 31 3a 31 gk1:1 > } > } > delay =3D 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 =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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|004= 910097929387:dialedDigits|OpenH323GK; > 2018/04/17 14:25:24.787 3 RasSrv.cxx(264) RAS Send to 192.168.0.4:1= 719 > requestInProgress { > requestSeqNum =3D 4 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 67 6b 31 3a 31 gk1:1 > } > } > delay =3D 5000 > } > 2018/04/17 14:25:35.784 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > registrationRequest { > requestSeqNum =3D 10 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 16 octets { > 49 50 3d 31 35 35 2e 32 35 33 2e 33 32 2e 31 31 IP=3Dxxx.xxx.x= xx.11 > } > } > discoveryComplete =3D true > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1721 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1719 > } > } > terminalType =3D { > mc =3D false > undefinedNode =3D false > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 138 > t35Extension =3D 0 > manufacturerCode =3D 2 > } > } > keepAlive =3D true > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > willSupplyUUIEs =3D false > maintainConnection =3D false > supportsAltGK =3D <<null>> > } > 2018/04/17 14:25:35.795 2 RasSrv.cxx(175) RAS Read from ip.of.paren= t.gk:1719 > 2018/04/17 14:25:35.795 3 RasSrv.cxx(252) RAS > registrationConfirm { > requestSeqNum =3D 10 > protocolIdentifier =3D 0.0.8.2250.0.2 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > 92 30 60 b7 .0`. > } > port =3D 1721 > } > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 10 characters { > 0067 006b 005f 0069 0066 0070 005f 0063 gk_ifp_c > 006e 0072 nr > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > timeToLive =3D 60 > willRespondToIRR =3D false > maintainConnection =3D 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 =3D 11 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0b .. . > } > port =3D 1721 > } > } > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > gatekeeperIdentifier =3D 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:1= 719 > disengageRequest { > requestSeqNum =3D 12 > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > callReferenceValue =3D 12498 > disengageReason =3D forcedDrop <<null>> > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > answeredCall =3D 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 ev= ent 2 for call no. 1 > 2018/04/17 14:25:44.804 2 gkacct.cxx(964) GKACCT Successfully logge= d 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 =3D 13 > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > callReferenceValue =3D 12498 > disengageReason =3D normalDrop <<null>> > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > answeredCall =3D false > } > 2018/04/17 14:25:47.805 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > disengageRequest { > requestSeqNum =3D 13 > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > callReferenceValue =3D 12498 > disengageReason =3D normalDrop <<null>> > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > answeredCall =3D false > } > 2018/04/17 14:25:50.805 3 RasSrv.cxx(264) RAS Send to ip.of.parent.= gk:1719 > disengageRequest { > requestSeqNum =3D 13 > endpointIdentifier =3D 9 characters { > 0035 0033 0036 0032 005f 0065 006e 0064 5362_end > 0070 p > } > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > callReferenceValue =3D 12498 > disengageReason =3D normalDrop <<null>> > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 7 characters { > 0067 006b 005f 0067 0061 0072 0072 gk_garr > } > answeredCall =3D false > } > 2018/04/17 14:25:53.805 3 RasSrv.cxx(264) RAS Send to 192.168.0.4:1= 719 > unregistrationRequest { > requestSeqNum =3D 14 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > reason =3D 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 eve= nt 16 > 2018/04/17 14:25:53.806 2 gkacct.cxx(964) GKACCT Successfully logge= d event 16 > 2018/04/17 14:25:53.806 3 gk.cxx(760) GK Deleting global refere= nce tables > 2018/04/17 14:25:53.806 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xafdfbb40", real=3D39.052, kernel=3D0.000 (0%), user=3D0.000 (0= %), both=3D0.000 (0%) > 2018/04/17 14:25:53.816 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xafe7db40", real=3D137.075, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.826 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xafebeb40", real=3D145.098, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.836 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb00ffb40", real=3D145.138, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.846 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb047db40", real=3D145.148, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.856 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb007db40", real=3D145.158, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.866 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb04ffb40", real=3D145.168, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.877 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb04beb40", real=3D145.178, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.887 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb00beb40", real=3D145.188, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.897 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xafeffb40", real=3D145.197, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.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= =3D"Worker:0xafe3cb40", real=3D137.165, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:53.917 2 singleton.cxx(31) Delete instance: Agent(5 o= bjects left) > 2018/04/17 14:25:53.917 2 singleton.cxx(31) Delete instance: CapacityC= ontrol(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_i= fp_cnr 0 > 2018/04/17 14:25:53.917 2 singleton.cxx(31) Delete instance: Registrat= ionTable(2 objects left) > 2018/04/17 14:25:53.917 1 gkauth.cxx(467) GKAUTH AliasAuth rule rem= oved > 2018/04/17 14:25:53.917 1 gkacct.cxx(76) GKACCT Destroyed module Fi= leAcct > 2018/04/17 14:25:53.917 1 gkacct.cxx(76) GKACCT Destroyed module de= fault > 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.x= xx.xxx.12:1719(U) > 2018/04/17 14:25:53.917 1 RasSrv.cxx(238) RAS Delete listener xxx.x= xx.xxx.12:1718(Mcast) > 2018/04/17 14:25:53.917 1 RasSrv.cxx(238) RAS Delete listener xxx.x= xx.xxx.11:1719(U) > 2018/04/17 14:25:53.917 1 RasSrv.cxx(238) RAS Delete listener xxx.x= xx.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=3D192.168.0.0/24,= IP=3D192.168.0.4 > 2018/04/17 14:23:35.707 2 Toolkit.cxx(360) Default IP=3D192.168.0.4 > 2018/04/17 14:23:35.707 2 transports.cxx(446) H323 Use of non IP transp= ort 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= =3D 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: CapacityC= ontrol(3) > 2018/04/17 14:23:35.715 0 gk.cxx(869) WARNING: This doesn't loo= k 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=3D1,radius=3D1,mysql=3D1,pgsq= l=3D1,firebird=3D1,odbc=3D0,sqlite=3D1,large_fdset=3D0,crypto/ssl=3D1,h4601= 8=3D0,h46023=3D0,ldap=3D1,ssh=3D1,ipv6=3D0,h235media=3D0,lua=3D0,h46017=3D0= ,snmp=3D0,h46026=3D0) 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 limi= t: 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 l= imited > 2018/04/17 14:23:35.717 2 gk.cxx(1494) GK TimeToLive for Regist= rations: -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 transl= ation Disabled > 2018/04/17 14:23:35.721 2 RasSrv.cxx(830) GK No ENUMservers set, us= ing defaults > 2018/04/17 14:23:35.721 2 RasSrv.cxx(851) GK No RDSservers set, usi= ng defaults > 2018/04/17 14:23:35.721 2 singleton.cxx(24) Create instance: Registrat= ionTable(6) > 2018/04/17 14:23:35.722 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:35.723 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:35.723 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:35.723 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:35.724 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:35.724 2 tlibthrd.cxx(140) PTLib No permission to se= t priority level 3 > 2018/04/17 14:23:35.725 2 RasSrv.cxx(915) GK Home =3D 192.168.0.4,1= 27.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:17= 19(U) > 2018/04/17 14:23:35.727 1 RasSrv.cxx(572) Listening to 127.0.0.1:17= 21 > 2018/04/17 14:23:35.728 1 RasSrv.cxx(572) Listening to 127.0.0.1:70= 00 > 2018/04/17 14:23:35.728 1 RasSrv.cxx(979) RAS Broadcast listener li= stening at 0.0.0.0:1719(Bcast) > 2018/04/17 14:23:35.742 3 pdns.cxx(734) DNS Query failed: error= =3D-1 > 2018/04/17 14:23:35.743 2 pdns.cxx(525) DNS SRV Lookup Fail no do= main h323:[email protected] > 2018/04/17 14:23:35.743 1 Neighbor.cxx(381) Set neighbor gk1(xxx.xxx.= xxx.12:1719) send=3D!02661732,!003902661732,!2,* accept=3D2,003902661732,02= 661732 > 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 File= Acct 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 defa= ult with event mask FFFFFFFF > 2018/04/17 14:23:35.745 2 Routing.cxx(995) VQueue (CTI) Virtual queu= es 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 ad= d 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 eve= nt 8 > 2018/04/17 14:23:35.748 2 gkacct.cxx(964) GKACCT Successfully logge= d event 8 > 2018/04/17 14:23:36.750 3 RasSrv.cxx(264) RAS Send to xxx.xxx.xxx.1= 2:1719 > gatekeeperRequest { > requestSeqNum =3D 1 > protocolIdentifier =3D 0.0.8.2250.0.2 > rasAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > endpointType =3D { > gatekeeper =3D { > } > gateway =3D { > } > mc =3D false > undefinedNode =3D false > } > endpointAlias =3D 1 entries { > [0]=3Dh323_ID 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > } > authenticationCapability =3D 2 entries { > [0]=3DpwdHash <<null>> > [1]=3DauthenticationBES radius <<null>> > } > algorithmOIDs =3D 2 entries { > [0]=3D1.2.840.113549.2.5 > [1]=3D1.2.840.113548.10.1.2.1 > } > supportsAltGK =3D <<null>> > supportsAssignedGK =3D 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 =3D 1 > protocolIdentifier =3D 0.0.8.2250.0.2 > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > rasAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 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.1= 2:1719 > registrationRequest { > requestSeqNum =3D 2 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 14 octets { > 49 50 3d 31 39 32 2e 31 36 38 2e 30 2e 34 IP=3D192.168.0= .4 > } > } > discoveryComplete =3D true > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > } > terminalType =3D { > gatekeeper =3D { > } > gateway =3D { > protocol =3D 1 entries { > [0]=3Dvoice { > supportedPrefixes =3D 1 entries { > [0]=3D{ > prefix =3D dialedDigits "02661732" > } > } > } > } > } > mc =3D false > undefinedNode =3D false > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 138 > t35Extension =3D 0 > manufacturerCode =3D 2 > } > productId =3D 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:0= 3: > 35 33 53 > } > versionId =3D 13 octets { > 56 65 72 73 69 6f 6e 20 33 2e 36 2e 30 Version 3.6.0 > } > } > timeToLive =3D 300 > keepAlive =3D false > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > willSupplyUUIEs =3D false > maintainConnection =3D false > supportsAltGK =3D <<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 =3D 2 > protocolIdentifier =3D 0.0.8.2250.0.2 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 4e 6f 4e 41 54 NoNAT > } > } > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 1721 > } > } > terminalAlias =3D 1 entries { > [0]=3Dh323_ID 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > willRespondToIRR =3D false > maintainConnection =3D false > supportsAdditiveRegistration =3D <<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.xx= x.xxx.12:1719 successfully > 2018/04/17 14:23:37.144 2 RasSrv.cxx(175) RAS Read from 192.168.0.1= 26:1719 > 2018/04/17 14:23:37.145 3 RasSrv.cxx(252) RAS > registrationRequest { > requestSeqNum =3D 30733 > protocolIdentifier =3D 0.0.8.2250.0.5 > discoveryComplete =3D false > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 7e ...~ > } > port =3D 1720 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 7e ...~ > } > port =3D 1719 > } > } > terminalType =3D { > vendor =3D { > vendor =3D { > t35CountryCode =3D 181 > t35Extension =3D 0 > manufacturerCode =3D 9009 > } > productId =3D 36 octets { > 50 6f 6c 79 63 6f 6d 20 52 65 61 6c 50 72 65 73 Polycom Real= Pres > 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 =3D 11 octets { > 33 2e 33 2e 30 2e 35 30 38 37 31 3.3.0.50871 > } > } > terminal =3D { > } > mc =3D false > undefinedNode =3D false > } > terminalAlias =3D 2 entries { > [0]=3DdialedDigits "258" > [1]=3Dh323_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 =3D { > vendor =3D { > t35CountryCode =3D 181 > t35Extension =3D 0 > manufacturerCode =3D 9009 > } > productId =3D 36 octets { > 50 6f 6c 79 63 6f 6d 20 52 65 61 6c 50 72 65 73 Polycom RealPr= es > 65 6e 63 65 20 44 65 73 6b 74 6f 70 20 66 6f 72 ence Desktop f= or > 20 4d 61 63 Mac > } > versionId =3D 11 octets { > 33 2e 33 2e 30 2e 35 30 38 37 31 3.3.0.50871 > } > } > timeToLive =3D 300 > keepAlive =3D false > endpointIdentifier =3D 8 characters { > 0037 0036 0033 0031 005f 0067 006b 0031 7631_gk1 > } > willSupplyUUIEs =3D false > maintainConnection =3D false > supportsAltGK =3D <<null>> > featureSet =3D { > replacementFeatureSet =3D false > supportedFeatures =3D 2 entries { > [0]=3D{ > id =3D standard 9 > } > [1]=3D{ > id =3D standard 18 > } > } > } > restart =3D <<null>> > supportsAssignedGK =3D 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=3DIT-IFPCNR-PMantica_MSP:h323_ID|terminal|7631_gk1 > 2018/04/17 14:23:37.149 3 gkacct.cxx(998) GKACCT default logged eve= nt 256 for endpoint 7631_gk1 > 2018/04/17 14:23:37.149 2 gkacct.cxx(1034) GKACCT Successfully logg= ed event 256 for endpoint 7631_gk1 > 2018/04/17 14:23:37.150 2 RasSrv.cxx(422) RCF|192.168.0.126:1720|25= 8:dialedDigits=3DIT-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 =3D 30733 > protocolIdentifier =3D 0.0.8.2250.0.5 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 4e 6f 4e 41 54 NoNAT > } > } > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > terminalAlias =3D 2 entries { > [0]=3DdialedDigits "258" > [1]=3Dh323_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 =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointIdentifier =3D 8 characters { > 0037 0036 0033 0031 005f 0067 006b 0031 7631_gk1 > } > willRespondToIRR =3D false > maintainConnection =3D false > supportsAdditiveRegistration =3D <<null>> > } > 2018/04/17 14:24:54.041 2 RasSrv.cxx(175) RAS Read from 192.168.0.7= 0:5000 > 2018/04/17 14:24:54.042 3 RasSrv.cxx(252) RAS > gatekeeperRequest { > requestSeqNum =3D 38543 > protocolIdentifier =3D 0.0.8.2250.0.6 > rasAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 5000 > } > endpointType =3D { > vendor =3D { > vendor =3D { > t35CountryCode =3D 9 > t35Extension =3D 0 > manufacturerCode =3D 61 > } > productId =3D 23 octets { > 58 4d 65 65 74 69 6e 67 20 58 4d 65 65 74 69 6e XMeeting XMe= etin > 67 2e 61 70 70 00 00 g.app.. > } > versionId =3D 24 octets { > 30 2e 33 62 65 74 61 34 20 28 4f 50 41 4c 20 76 0.3beta4 (OP= AL v > 32 2e 33 2e 32 29 00 00 2.3.2).. > } > } > terminal =3D { > } > mc =3D false > undefinedNode =3D false > } > endpointAlias =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > supportsAltGK =3D <<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|Alessand= ro Simonetto|terminal; > 2018/04/17 14:24:54.043 3 RasSrv.cxx(264) RAS Send to 192.168.0.70:= 5000 > gatekeeperConfirm { > requestSeqNum =3D 38543 > protocolIdentifier =3D 0.0.8.2250.0.6 > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > rasAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > } > 2018/04/17 14:24:54.050 2 RasSrv.cxx(175) RAS Read from 192.168.0.7= 0:5000 > 2018/04/17 14:24:54.051 3 RasSrv.cxx(252) RAS > registrationRequest { > requestSeqNum =3D 38544 > protocolIdentifier =3D 0.0.8.2250.0.6 > discoveryComplete =3D true > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 1720 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 5000 > } > } > terminalType =3D { > vendor =3D { > vendor =3D { > t35CountryCode =3D 9 > t35Extension =3D 0 > manufacturerCode =3D 61 > } > productId =3D 23 octets { > 58 4d 65 65 74 69 6e 67 20 58 4d 65 65 74 69 6e XMeeting XMe= etin > 67 2e 61 70 70 00 00 g.app.. > } > versionId =3D 24 octets { > 30 2e 33 62 65 74 61 34 20 28 4f 50 41 4c 20 76 0.3beta4 (OP= AL v > 32 2e 33 2e 32 29 00 00 2.3.2).. > } > } > terminal =3D { > } > mc =3D false > undefinedNode =3D false > } > terminalAlias =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 9 > t35Extension =3D 0 > manufacturerCode =3D 61 > } > productId =3D 23 octets { > 58 4d 65 65 74 69 6e 67 20 58 4d 65 65 74 69 6e XMeeting XMeet= in > 67 2e 61 70 70 00 00 g.app.. > } > versionId =3D 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 =3D false > willSupplyUUIEs =3D true > maintainConnection =3D false > supportsAltGK =3D <<null>> > usageReportingCapability =3D { > nonStandardUsageTypes =3D 0 entries { > } > startTime =3D <<null>> > endTime =3D <<null>> > terminationCause =3D <<null>> > } > callCreditCapability =3D { > canEnforceDurationLimit =3D 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=3DIT-IFPCNR-ASimonetto:h323_ID=3D271:dialedDig= its|terminal|1877_endp > 2018/04/17 14:24:54.054 3 gkacct.cxx(998) GKACCT default logged eve= nt 256 for endpoint 1877_endp > 2018/04/17 14:24:54.054 2 gkacct.cxx(1034) GKACCT Successfully logg= ed event 256 for endpoint 1877_endp > 2018/04/17 14:24:54.055 2 RasSrv.cxx(422) RCF|192.168.0.70:1720|Ale= ssandro Simonetto:h323_ID=3DIT-IFPCNR-ASimonetto:h323_ID=3D271: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 =3D 38544 > protocolIdentifier =3D 0.0.8.2250.0.6 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 4e 6f 4e 41 54 NoNAT > } > } > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > terminalAlias =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > willRespondToIRR =3D false > maintainConnection =3D false > serviceControl =3D 1 entries { > [0]=3D{ > sessionId =3D 0 > contents =3D callCreditServiceControl { > callStartingPoint =3D connect <<null>> > } > reason =3D open <<null>> > } > } > supportsAdditiveRegistration =3D <<null>> > } > 2018/04/17 14:24:59.744 2 RasSrv.cxx(175) RAS Read from 192.168.0.7= 0:5000 > 2018/04/17 14:24:59.746 3 RasSrv.cxx(252) RAS > admissionRequest { > requestSeqNum =3D 38545 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D true > canMapSrcAlias =3D 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.1= 2:1719 > admissionRequest { > requestSeqNum =3D 3 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > srcCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D false > canMapSrcAlias =3D false > } > 2018/04/17 14:25:02.744 2 RasSrv.cxx(175) RAS Read from 192.168.0.7= 0:5000 > 2018/04/17 14:25:02.745 3 RasSrv.cxx(252) RAS > admissionRequest { > requestSeqNum =3D 38545 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D true > canMapSrcAlias =3D false > } > 2018/04/17 14:25:02.745 2 RasSrv.cxx(1630) RAS Duplicate ARQ, delet= ed > 2018/04/17 14:25:04.749 3 RasSrv.cxx(264) RAS Send to xxx.xxx.xxx.1= 2:1719 > admissionRequest { > requestSeqNum =3D 3 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > srcCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D false > canMapSrcAlias =3D false > } > 2018/04/17 14:25:05.748 2 RasSrv.cxx(175) RAS Read from 192.168.0.7= 0:5001 > 2018/04/17 14:25:05.749 3 RasSrv.cxx(252) RAS > registrationRequest { > requestSeqNum =3D 38546 > protocolIdentifier =3D 0.0.8.2250.0.6 > discoveryComplete =3D false > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 1720 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 5001 > } > } > terminalType =3D { > vendor =3D { > vendor =3D { > t35CountryCode =3D 9 > t35Extension =3D 0 > manufacturerCode =3D 61 > } > productId =3D 23 octets { > 58 4d 65 65 74 69 6e 67 20 58 4d 65 65 74 69 6e XMeeting XMe= etin > 67 2e 61 70 70 00 00 g.app.. > } > versionId =3D 24 octets { > 30 2e 33 62 65 74 61 34 20 28 4f 50 41 4c 20 76 0.3beta4 (OP= AL v > 32 2e 33 2e 32 29 00 00 2.3.2).. > } > } > terminal =3D { > } > mc =3D false > undefinedNode =3D false > } > terminalAlias =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 9 > t35Extension =3D 0 > manufacturerCode =3D 61 > } > productId =3D 23 octets { > 58 4d 65 65 74 69 6e 67 20 58 4d 65 65 74 69 6e XMeeting XMeet= in > 67 2e 61 70 70 00 00 g.app.. > } > versionId =3D 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 =3D false > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > willSupplyUUIEs =3D true > maintainConnection =3D false > supportsAltGK =3D <<null>> > usageReportingCapability =3D { > nonStandardUsageTypes =3D 0 entries { > } > startTime =3D <<null>> > endTime =3D <<null>> > terminationCause =3D <<null>> > } > callCreditCapability =3D { > canEnforceDurationLimit =3D 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 eve= nt 256 for endpoint 1877_endp > 2018/04/17 14:25:05.752 2 gkacct.cxx(1034) GKACCT Successfully logg= ed event 256 for endpoint 1877_endp > 2018/04/17 14:25:05.753 2 RasSrv.cxx(422) RCF|192.168.0.70:1720|Ale= ssandro Simonetto:h323_ID=3DIT-IFPCNR-ASimonetto:h323_ID=3D271: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 =3D 38546 > protocolIdentifier =3D 0.0.8.2250.0.6 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 4e 6f 4e 41 54 NoNAT > } > } > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > terminalAlias =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > willRespondToIRR =3D false > maintainConnection =3D false > serviceControl =3D 1 entries { > [0]=3D{ > sessionId =3D 0 > contents =3D callCreditServiceControl { > callStartingPoint =3D connect <<null>> > } > reason =3D refresh <<null>> > } > } > supportsAdditiveRegistration =3D <<null>> > } > 2018/04/17 14:25:08.749 2 RasSrv.cxx(175) RAS Read from 192.168.0.7= 0:5001 > 2018/04/17 14:25:08.749 3 RasSrv.cxx(252) RAS > registrationRequest { > requestSeqNum =3D 38546 > protocolIdentifier =3D 0.0.8.2250.0.6 > discoveryComplete =3D false > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 1720 > } > } > rasAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 5001 > } > } > terminalType =3D { > vendor =3D { > vendor =3D { > t35CountryCode =3D 9 > t35Extension =3D 0 > manufacturerCode =3D 61 > } > productId =3D 23 octets { > 58 4d 65 65 74 69 6e 67 20 58 4d 65 65 74 69 6e XMeeting XMe= etin > 67 2e 61 70 70 00 00 g.app.. > } > versionId =3D 24 octets { > 30 2e 33 62 65 74 61 34 20 28 4f 50 41 4c 20 76 0.3beta4 (OP= AL v > 32 2e 33 2e 32 29 00 00 2.3.2).. > } > } > terminal =3D { > } > mc =3D false > undefinedNode =3D false > } > terminalAlias =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointVendor =3D { > vendor =3D { > t35CountryCode =3D 9 > t35Extension =3D 0 > manufacturerCode =3D 61 > } > productId =3D 23 octets { > 58 4d 65 65 74 69 6e 67 20 58 4d 65 65 74 69 6e XMeeting XMeet= in > 67 2e 61 70 70 00 00 g.app.. > } > versionId =3D 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 =3D false > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > willSupplyUUIEs =3D true > maintainConnection =3D false > supportsAltGK =3D <<null>> > usageReportingCapability =3D { > nonStandardUsageTypes =3D 0 entries { > } > startTime =3D <<null>> > endTime =3D <<null>> > terminationCause =3D <<null>> > } > callCreditCapability =3D { > canEnforceDurationLimit =3D 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 eve= nt 256 for endpoint 1877_endp > 2018/04/17 14:25:08.752 2 gkacct.cxx(1034) GKACCT Successfully logg= ed event 256 for endpoint 1877_endp > 2018/04/17 14:25:08.753 2 RasSrv.cxx(422) RCF|192.168.0.70:1720|Ale= ssandro Simonetto:h323_ID=3DIT-IFPCNR-ASimonetto:h323_ID=3D271: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 =3D 38546 > protocolIdentifier =3D 0.0.8.2250.0.6 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 2 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 4e 6f 4e 41 54 NoNAT > } > } > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > terminalAlias =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > willRespondToIRR =3D false > maintainConnection =3D false > serviceControl =3D 1 entries { > [0]=3D{ > sessionId =3D 0 > contents =3D callCreditServiceControl { > callStartingPoint =3D connect <<null>> > } > reason =3D refresh <<null>> > } > } > supportsAdditiveRegistration =3D <<null>> > } > 2018/04/17 14:25:09.750 3 RasSrv.cxx(264) RAS Send to xxx.xxx.xxx.1= 2:1719 > admissionRequest { > requestSeqNum =3D 3 > callType =3D pointToPoint <<null>> > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > srcInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "00390266173271" > } > srcCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > bandWidth =3D 1920 > callReferenceValue =3D 12498 > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > activeMC =3D false > answerCall =3D false > canMapAlias =3D true > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > willSupplyUUIEs =3D false > canMapSrcAlias =3D false > } > 2018/04/17 14:25:14.752 3 RasSrv.cxx(264) RAS Send to xxx.xxx.xxx.1= 2:1719 > locationRequest { > requestSeqNum =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 4 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 67 6b 31 3a 31 gk1:1 > } > } > delay =3D 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 =3D 3 > bandWidth =3D 1920 > callModel =3D gatekeeperRouted <<null>> > destCallSignalAddress =3D ipAddress { > ip =3D 4 octets { > Hxx Hxx Hxx 0c .. . > } > port =3D 1721 > } > irrFrequency =3D 120 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > willRespondToIRR =3D false > uuiesRequested =3D { > setup =3D false > callProceeding =3D false > connect =3D false > alerting =3D false > information =3D false > releaseComplete =3D false > facility =3D false > progress =3D false > empty =3D false > status =3D false > statusInquiry =3D false > setupAcknowledge =3D false > notify =3D 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.1= 2:1719 > locationRequest { > requestSeqNum =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 4 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 67 6b 31 3a 31 gk1:1 > } > } > delay =3D 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.1= 2:1719 > locationRequest { > requestSeqNum =3D 4 > destinationInfo =3D 1 entries { > [0]=3DdialedDigits "004910097929387" > } > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 3 octets { > 67 6b 31 gk1 > } > } > replyAddress =3D ipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1719 > } > sourceInfo =3D 3 entries { > [0]=3Dh323_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]=3Dh323_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]=3DdialedDigits "271" > } > canMapAlias =3D true > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > genericData =3D 1 entries { > [0]=3D{ > id =3D oid 1.3.6.1.4.1.17090.0.9 > } > } > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > canMapSrcAlias =3D 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 =3D 4 > nonStandardData =3D { > nonStandardIdentifier =3D h221NonStandard { > t35CountryCode =3D 138 > t35Extension =3D 1 > manufacturerCode =3D 2 > } > data =3D 5 octets { > 67 6b 31 3a 31 gk1:1 > } > } > delay =3D 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|004= 910097929387:dialedDigits|Alessandro Simonetto:h323_ID=3DIT-IFPCNR-ASimonet= to:h323_ID=3D271: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 =3D 38545 > rejectReason =3D calledPartyNotRegistered <<null>> > } > 2018/04/17 14:25:29.802 1 RasSrv.cxx(169) RAS Read error 12/111: Co= nnection 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 =3D 12 > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > conferenceID =3D 16 octets { > c6 8c 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#.. > } > callReferenceValue =3D 12498 > disengageReason =3D forcedDrop <<null>> > callIdentifier =3D { > guid =3D 16 octets { > 9c 84 08 04 a8 40 e8 11 85 5f dd cb 54 23 07 0e .....@..._..T#= .. > } > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > answeredCall =3D 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_if= p_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.1= 1:1719 > disengageReject { > requestSeqNum =3D 12 > rejectReason =3D 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.1= 2:1719 > unregistrationRequest { > requestSeqNum =3D 5 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 04 .... > } > port =3D 1721 > } > } > endpointIdentifier =3D 11 characters { > 0067 006b 0032 005f 0069 0066 0070 005f gk2_ifp_ > 0063 006e 0072 cnr > } > gatekeeperIdentifier =3D 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 =3D 6 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 7e ...~ > } > port =3D 1720 > } > } > endpointIdentifier =3D 8 characters { > 0037 0036 0033 0031 005f 0067 006b 0031 7631_gk1 > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > reason =3D maintenance <<null>> > } > 2018/04/17 14:25:52.828 3 RasSrv.cxx(264) RAS Send to 192.168.0.70:= 5001 > unregistrationRequest { > requestSeqNum =3D 7 > callSignalAddress =3D 1 entries { > [0]=3DipAddress { > ip =3D 4 octets { > c0 a8 00 46 ...F > } > port =3D 1720 > } > } > endpointIdentifier =3D 9 characters { > 0031 0038 0037 0037 005f 0065 006e 0064 1877_end > 0070 p > } > gatekeeperIdentifier =3D 10 characters { > 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323 > 0047 004b GK > } > reason =3D 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 eve= nt 16 > 2018/04/17 14:25:52.833 2 gkacct.cxx(964) GKACCT Successfully logge= d event 16 > 2018/04/17 14:25:52.834 3 gk.cxx(760) GK Deleting global refere= nce tables > 2018/04/17 14:25:52.834 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb0438b40", real=3D47.084, kernel=3D0.000 (0%), user=3D0.000 (0= %), both=3D0.000 (0%) > 2018/04/17 14:25:52.836 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb04bab40", real=3D135.690, kernel=3D0.000 (0%), user=3D0.020 (= 0%), both=3D0.020 (0%) > 2018/04/17 14:25:52.837 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb04fbb40", real=3D137.088, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:52.838 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb053cb40", real=3D137.113, kernel=3D0.020 (0%), user=3D0.000 (= 0%), both=3D0.020 (0%) > 2018/04/17 14:25:52.839 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb07ffb40", real=3D137.114, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:52.840 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb07beb40", real=3D137.116, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:52.841 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb077db40", real=3D137.118, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:52.842 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb05ffb40", real=3D137.119, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:52.843 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb05beb40", real=3D137.119, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.000 (0%) > 2018/04/17 14:25:52.844 3 osutils.cxx(1700) PTLib Thread ended: name= =3D"Worker:0xb057db40", real=3D137.120, kernel=3D0.000 (0%), user=3D0.000 (= 0%), both=3D0.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= =3D"Worker:0xb0479b40", real=3D135.693, kernel=3D0.000 (0%), user=3D0.010 (= 0%), both=3D0.010 (0%) > 2018/04/17 14:25:52.846 2 singleton.cxx(31) Delete instance: Agent(5 o= bjects left) > 2018/04/17 14:25:52.846 2 singleton.cxx(31) Delete instance: CapacityC= ontrol(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: Registrat= ionTable(2 objects left) > 2018/04/17 14:25:52.847 1 gkauth.cxx(467) GKAUTH default rule remov= ed > 2018/04/17 14:25:52.847 1 gkacct.cxx(76) GKACCT Destroyed module Fi= leAcct > 2018/04/17 14:25:52.848 1 gkacct.cxx(76) GKACCT Destroyed module de= fault > 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.1= 68.0.4:1719(U) > 2018/04/17 14:25:52.848 1 RasSrv.cxx(238) RAS Delete listener 192.1= 68.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=3Dopenh32= 3gk-users Unsubscribe: https://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: https://www.gnugk.org/