Re: error in version 3.9
Jean Lÿffffe9olein BEBEY <[email protected]> Tue, 11 Aug 2015 08:14:31 +0000 (UTC)
| Newsgroups | gmane.comp.telephony.openh323gk.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Jan,
The problem occured when i call an openmcu number on the same server than gnugk. I stopped openmcu and i did other tests.
----------- test No 1: Only TLS Enabled
[TLS]
EnableTLS=1
PrivateKey=/etc/asterisk/keys/pbx.xxx.com.pem
Certificates=/etc/asterisk/keys/pbx.xxx.com.pem
CAFile=/etc/asterisk/keys/sub.class1.server.ca.pem
RequireRemoteCertificate=0
[EP::test1]
UseTLS=1
- external user test1 can't call internal user test2 : i have this error in the log (file gnugnk_TLS_Only.log)
ProxyChannel.cxx(12947) TLS TLS protocol error in SSL_connect(): 1 / error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
- internal user test2 can call external user test1 : it's ok
------------ test No 2: TLS + Media Encryption Enabled
[RoutedMode]GKRouted=1
H245Routed=0
CallSignalPort=1721
AcceptUnregisteredCalls=1H245TunnelingTranslation=1
SupportNATedEndpoints=1
H245PortRange=31000-31999
Q931PortRange=30000-30999
DropCallsByReleaseComplete=1EnableH46018=1SendReleaseCompleteOnDRQ=1
EnableH235HalfCallMedia=1
H235HalfCallMediaStrength=256
RequireH235HalfCallMedia=1
RemoveH235Call=192.168.1.0/24
EnableH235HalfCallMediaKeyUpdates=1
[TLS]
EnableTLS=1
PrivateKey=/etc/asterisk/keys/pbx.xxx.com.pem
Certificates=/etc/asterisk/keys/pbx.xxx.com.pem
CAFile=/etc/asterisk/keys/sub.class1.server.ca.pem
RequireRemoteCertificate=0
[EP::test1]
UseTLS=1
- external user test1 can't call internal user test2 : i have this error in the log (file gnugnk_TLS_MediaEncrypt.log)
ProxyChannel.cxx(12947) TLS TLS protocol error in SSL_connect(): 1 / error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
- internal user test2 can call external user test1 but without audio and video : i have this error in the log (file gnugnk_TLS_MediaEncrypt.log)
h235crypto.cxx(314) H235 Decrypt error: wrong final block lengthh235crypto.cxx(540) H235 EVP_DecryptFinal_ex() failed - incorrect padding ?
Thank for any help.
Jean
Le Lundi 10 août 2015 12h01, Jan Willamowius <[email protected]> a écrit :
Hi Jean.
the best way to debug this would be for you to create a stack trace of
the crash. See
http://www.gnugk.org/gnugk-manual-14.html#ss14.3
The trace you posted doesn't contain enough information to see what
went wrong. We need at least a level 5 trace to see what was inside the
message that cause the crash.
Regards,
Jan
--
Jan Willamowius, Founder of the GNU Gatekeeper Project
EMail : [email protected]
Website: http://www.gnugk.org
Support: http://www.willamowius.com/gnugk-support.html
Relaxed Communications GmbH
Frahmredder 91
22393 Hamburg
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584
Jean Lÿffffe9olein BEBEY wrote:
> Hil all,
> I have successfully compiled GNU 3.9 with theses options:
> ----- ptlib :- ./configure --enable-openldap --enable-openssl
> - make optnoshared
> ----- h323plus./configure --enable-h235 --enable-h235-256 --enable-h46025 --enable-h46026
> - make optnoshared
> ------ gnugk./configure --enable-h46018
> - make optnoshared
>
> -------- gatekeeper.iniI added the media encryption in [RoutedMode] :
> EnableH235HalfCallMedia=1
> H235HalfCallMediaStrength=256
> RequireH235HalfCallMedia=0
> RemoveH235Call=192.168.1.0/24
>
> and start gnugk :
> Gatekeeper(GNU) Version(3.9.0) Ext(pthreads=1,radius=1,mysql=1,pgsql=1,firebird=0,odbc=0,sqlite=0,large_fdset=0,crypto/ssl=1,h46018=1,h46023=1,ldap=1,ssh=1,ipv6=0,h235media=1,lua=1,h46017=1,snmp=1,h46026=0) H323Plus(1.26.5) PTLib(2.10.9) Build(Aug 1 2015, 11:49:37) Sys(Linux x86_64 2.6.32-431.el6.x86_64)
> When i make a call, i have this error :
> 2015/08/01 13:53:30.732 2 RasSrv.cxx(177) RAS Read from 41.202.219.74:33554
> 2015/08/01 13:53:30.732 2 RasSrv.cxx(283) RAS Received ARQ from 41.202.219.74:33554
> 2015/08/01 13:53:30.733 1 RasSrv.cxx(412) RAS ARQ Received from 41.202.219.74:33554
> 2015/08/01 13:53:30.733 2 RasTbl.cxx(1518) RASTBL Gateway 2475510801_endp matched by prefix 4, priority: 1
> 2015/08/01 13:53:30.734 2 RasTbl.cxx(4727) CallTable::Insert(CALL) Call No. 1, total sessions : 1
> 2015/08/01 13:53:30.734 2 RasSrv.cxx(451) ACF|41.202.219.74:33554|59434296_endp|5302|402:dialedDigits|jlbebey:h323_ID=3008:dialedDigits|false|1c-74-df-76-03-00-00-1f-03-da-0b-e8-01-a6-e7-95|ToBeDecided;
> 2015/08/01 13:53:30.734 2 RasSrv.cxx(295) RAS Send ACF to 41.202.219.74:33554
> 2015/08/01 13:53:33.022 1 ProxyChannel.cxx(3646) Removing External IP from destCallSignalAddr in Setup
> 2015/08/01 13:53:33.022 2 gkacct.cxx(961) GKACCT Successfully logged event 1 for call no. 1
> 2015/08/01 13:53:33.038 1 ProxyChannel.cxx(1583) Call 1: h245Routed=1 proxy=1
> 2015/08/01 13:53:33.058 2 gkacct.cxx(961) GKACCT Successfully logged event 32 for call no. 1
> 2015/08/01 13:53:34.000 2 RasSrv.cxx(177) RAS Read from 41.202.219.74:33554
> 2015/08/01 13:53:34.000 2 RasSrv.cxx(283) RAS Received RRQ from 41.202.219.74:33554
> 2015/08/01 13:53:34.001 1 RasSrv.cxx(412) RAS RRQ Received from 41.202.219.74:33554
> 2015/08/01 13:53:34.002 2 RasSrv.cxx(295) RAS Send RCF to 41.202.219.74:33554
> 2015/08/01 13:53:34.184 0 assert.cxx(112) PWLib Assertion fail: Invalid array element, file /usr/local/ptlib-2.10.9//include/ptlib/array.h, line 1063, Error=22
>
> Any help ?
>
> Jean
>
------------------------------------------------------------------------------
_______________________________________________________
Posting: mailto:[email protected]
Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/
gnugk_TLS_MediaEncrypt.log
(application/octet-stream, 567.8 KB) - not displayed
gnugk_TLS_Only.log
(application/octet-stream, 86.4 KB)
2015/08/10 19:50:50.160 2 singleton.cxx(24) Create instance: Toolkit(1)
2015/08/10 19:50:50.161 5 Toolkit.cxx(1384) GK Trying file name /tmp/gnugk.ini-9821 for temp config
2015/08/10 19:50:50.161 4 osutil.cxx(189) PWLib File handle high water mark set: 9 Thread unblock pipe
2015/08/10 19:50:50.161 5 tlibthrd.cxx(406) PTLib Created thread 0x20730b0 PXConfigWriteThread
2015/08/10 19:50:50.161 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 3
2015/08/10 19:50:50.162 4 config.cxx(221) PTLib Created PXConfig 0x20737a0
2015/08/10 19:50:50.162 4 config.cxx(336) PTLib Reading config file: /tmp/gnugk.ini-9821
2015/08/10 19:50:50.162 5 tlibthrd.cxx(483) PTLib Started thread 0x20730b0 (31021) PXConfigWriteThread:0x7fc7ae441700
2015/08/10 19:50:50.162 4 config.cxx(196) PTLib Config file cache write back thread started.
2015/08/10 19:50:50.162 4 osutil.cxx(189) PWLib File handle high water mark set: 10 PTextFile
2015/08/10 19:50:50.164 5 Toolkit.cxx(1420) GK Trying file name /tmp/gnugk.ini-1082 for external config
2015/08/10 19:50:50.164 4 config.cxx(221) PTLib Created PXConfig 0x207aa90
2015/08/10 19:50:50.164 4 config.cxx(336) PTLib Reading config file: /tmp/gnugk.ini-1082
2015/08/10 19:50:50.164 3 Toolkit.cxx(1838) Minimum H.225 version for GK generated messages: 0.0.8.2250.0.2
2015/08/10 19:50:50.164 3 Toolkit.cxx(1840) Minimum H.245 version for GK generated messages: 0.0.8.245.0.3
2015/08/10 19:50:50.167 4 Toolkit.cxx(511) InterfaceTable:
127.0.0.1 <00-00-00-00-00-00> (lo)
192.168.1.2 <1C-C1-DE-60-14-CA> (eth0)
192.168.1.3 <1C-C1-DE-60-14-CA> (eth0;0)
192.168.1.4 <1C-C1-DE-60-14-CA> (eth0;1)
41.92.210.83 <00-00-00-00-00-00> (ppp0)
2015/08/10 19:50:50.170 2 Toolkit.cxx(541) Internal Network Detected 192.168.1.0/24
2015/08/10 19:50:50.170 2 Toolkit.cxx(541) Internal Network Detected 192.168.0.0/16
2015/08/10 19:50:50.170 2 Toolkit.cxx(392) Network=10.0.1.8/32, IP=41.92.210.83
2015/08/10 19:50:50.170 2 Toolkit.cxx(392) Network=192.168.1.0/24, IP=192.168.1.2
2015/08/10 19:50:50.170 2 Toolkit.cxx(392) Network=169.254.0.0/16, IP=192.168.1.2
2015/08/10 19:50:50.171 2 Toolkit.cxx(392) Network=169.254.0.0/16, IP=0.0.0.0
2015/08/10 19:50:50.171 2 Toolkit.cxx(392) Network=192.168.0.0/16, IP=192.168.1.2
2015/08/10 19:50:50.171 2 Toolkit.cxx(400) Default IP=192.168.1.2
2015/08/10 19:50:50.397 4 Toolkit.cxx(511) InterfaceTable:
127.0.0.1 <00-00-00-00-00-00> (lo)
192.168.1.2 <1C-C1-DE-60-14-CA> (eth0)
192.168.1.3 <1C-C1-DE-60-14-CA> (eth0;0)
192.168.1.4 <1C-C1-DE-60-14-CA> (eth0;1)
41.92.210.83 <00-00-00-00-00-00> (ppp0)
2015/08/10 19:50:50.400 2 Toolkit.cxx(541) Internal Network Detected 192.168.1.0/24
2015/08/10 19:50:50.400 2 Toolkit.cxx(541) Internal Network Detected 192.168.0.0/16
2015/08/10 19:50:50.400 1 Toolkit.cxx(638) External IP=globalits.ddns.net dynamic=1
2015/08/10 19:50:50.401 2 Toolkit.cxx(392) Network=10.0.1.8/32, IP=41.92.210.83
2015/08/10 19:50:50.401 2 Toolkit.cxx(392) Network=192.168.1.0/24, IP=192.168.1.2
2015/08/10 19:50:50.401 2 Toolkit.cxx(392) Network=169.254.0.0/16, IP=192.168.1.2
2015/08/10 19:50:50.401 2 Toolkit.cxx(392) Network=169.254.0.0/16, IP=0.0.0.0
2015/08/10 19:50:50.401 2 Toolkit.cxx(392) Network=192.168.0.0/16, IP=192.168.1.2
2015/08/10 19:50:50.401 2 Toolkit.cxx(400) Default IP=192.168.1.2
2015/08/10 19:50:50.401 2 Toolkit.cxx(673) GK H.323 Proxy enabled
2015/08/10 19:50:50.401 2 singleton.cxx(24) Create instance: RasSrv(2)
2015/08/10 19:50:50.401 5 osutils.cxx(2219) PTLib Created read/write mutex 0x207c588
2015/08/10 19:50:50.401 2 Toolkit.cxx(706) GK INI Internal Network 0 = 192.168.1.0/24 (3,0)
2015/08/10 19:50:50.402 2 Toolkit.cxx(735) GK ModeSelection rule: 192.168.1.0/24=2,2
2015/08/10 19:50:50.402 2 Toolkit.cxx(1060) GK Loaded per GW rewrite data:
2015/08/10 19:50:50.402 2 Toolkit.cxx(1063) GK No per GW data loaded
2015/08/10 19:50:50.406 5 clirw.cxx(460) CLIRW 0 inbound rules loaded
2015/08/10 19:50:50.406 5 clirw.cxx(472) CLIRW 0 outbound rules loaded
2015/08/10 19:50:50.407 2 singleton.cxx(24) Create instance: CapacityControl(3)
2015/08/10 19:50:50.407 5 capctrl.cxx(257) CAPCTRL 0 IP rules loaded
2015/08/10 19:50:50.407 5 capctrl.cxx(268) CAPCTRL 0 H.323 ID rules loaded
2015/08/10 19:50:50.407 5 capctrl.cxx(279) CAPCTRL 0 CLI rules loaded
2015/08/10 19:50:50.407 5 capctrl.cxx(257) CAPCTRL 0 IP rules loaded
2015/08/10 19:50:50.407 5 capctrl.cxx(268) CAPCTRL 0 H.323 ID rules loaded
2015/08/10 19:50:50.407 5 capctrl.cxx(279) CAPCTRL 0 CLI rules loaded
2015/08/10 19:50:50.415 5 gk.cxx(1699) GK Daily rotation enabled (first rotation scheduled at Mon, 10 Aug 2015 23:00:00 +01:00
2015/08/10 19:50:50.416 1 gk.cxx(1451) GNU Gatekeeper with ID 'GnuGk' started
Gatekeeper(GNU) Version(3.9.0) Ext(pthreads=1,radius=1,mysql=1,pgsql=1,firebird=0,odbc=0,sqlite=0,large_fdset=0,crypto/ssl=1,h46018=1,h46023=1,ldap=1,ssh=1,ipv6=0,h235media=1,lua=1,h46017=1,snmp=1,h46026=0) H323Plus(1.26.5) PTLib(2.10.9) Build(Aug 1 2015, 11:49:37) Sys(Linux x86_64 2.6.32-431.el6.x86_64)
2015/08/10 19:50:50.416 1 gk.cxx(1453) Current file handle limit: 1024
2015/08/10 19:50:50.416 2 singleton.cxx(24) Create instance: CallTable(4)
2015/08/10 19:50:50.416 5 osutils.cxx(2219) PTLib Created read/write mutex 0x207e588
2015/08/10 19:50:50.417 2 gk.cxx(1509) GK Total bandwidth not limited
2015/08/10 19:50:50.417 2 gk.cxx(1518) GK TimeToLive for Registrations: 600
2015/08/10 19:50:50.417 2 ProxyChannel.cxx(771) Q931PortRange: 30000-30999
2015/08/10 19:50:50.417 2 ProxyChannel.cxx(771) H245PortRange: 31000-31999
2015/08/10 19:50:50.417 2 ProxyChannel.cxx(771) T120PortRange: 50001-59999
2015/08/10 19:50:50.418 2 ProxyChannel.cxx(771) RTPPortRange: 50001-59999
2015/08/10 19:50:50.418 5 osutils.cxx(2219) PTLib Created read/write mutex 0x207e9f8
2015/08/10 19:50:50.418 2 singleton.cxx(24) Create instance: Agent(5)
2015/08/10 19:50:50.418 4 osutil.cxx(189) PWLib File handle high water mark set: 11 Thread unblock pipe
2015/08/10 19:50:50.418 5 tlibthrd.cxx(406) PTLib Created thread 0x207ec80
2015/08/10 19:50:50.418 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 4
2015/08/10 19:50:50.418 5 job.cxx(338) JOB Worker threads: 1 total - 1 busy, 0 idle
2015/08/10 19:50:50.418 5 osutils.cxx(2219) PTLib Created read/write mutex 0x207f138
2015/08/10 19:50:50.418 5 tlibthrd.cxx(483) PTLib Started thread 0x207ec80 (31022) Worker:0x7fc7ae400700
2015/08/10 19:50:50.419 4 osutil.cxx(189) PWLib File handle high water mark set: 13 Thread unblock pipe
2015/08/10 19:50:50.419 5 job.cxx(162) JOB Worker 140495598651136 started
2015/08/10 19:50:50.419 5 tlibthrd.cxx(406) PTLib Created thread 0x207f3c0
2015/08/10 19:50:50.419 5 job.cxx(180) JOB Starting Job ProxyH(0) at Worker thread 140495598651136
2015/08/10 19:50:50.419 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 5
2015/08/10 19:50:50.419 5 job.cxx(338) JOB Worker threads: 2 total - 2 busy, 0 idle
2015/08/10 19:50:50.419 5 tlibthrd.cxx(483) PTLib Started thread 0x207f3c0 (31023) Worker:0x7fc7ae3bf700
2015/08/10 19:50:50.420 5 job.cxx(162) JOB Worker 140495598384896 started
2015/08/10 19:50:50.420 5 osutils.cxx(2219) PTLib Created read/write mutex 0x207f8b8
2015/08/10 19:50:50.420 5 job.cxx(180) JOB Starting Job ProxyH(1) at Worker thread 140495598384896
2015/08/10 19:50:50.420 4 osutil.cxx(189) PWLib File handle high water mark set: 15 Thread unblock pipe
2015/08/10 19:50:50.420 5 tlibthrd.cxx(406) PTLib Created thread 0x207fb40
2015/08/10 19:50:50.420 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 6
2015/08/10 19:50:50.420 5 job.cxx(338) JOB Worker threads: 3 total - 3 busy, 0 idle
2015/08/10 19:50:50.421 5 osutils.cxx(2219) PTLib Created read/write mutex 0x207fff8
2015/08/10 19:50:50.420 5 tlibthrd.cxx(483) PTLib Started thread 0x207fb40 (31024) Worker:0x7fc7ae37e700
2015/08/10 19:50:50.421 5 job.cxx(162) JOB Worker 140495598118656 started
2015/08/10 19:50:50.421 4 osutil.cxx(189) PWLib File handle high water mark set: 17 Thread unblock pipe
2015/08/10 19:50:50.421 5 tlibthrd.cxx(406) PTLib Created thread 0x2080280
2015/08/10 19:50:50.421 5 job.cxx(180) JOB Starting Job ProxyH(2) at Worker thread 140495598118656
2015/08/10 19:50:50.421 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 7
2015/08/10 19:50:50.421 5 job.cxx(338) JOB Worker threads: 4 total - 4 busy, 0 idle
2015/08/10 19:50:50.422 5 osutils.cxx(2219) PTLib Created read/write mutex 0x2080738
2015/08/10 19:50:50.422 4 osutil.cxx(189) PWLib File handle high water mark set: 19 Thread unblock pipe
2015/08/10 19:50:50.422 5 tlibthrd.cxx(406) PTLib Created thread 0x20809c0
2015/08/10 19:50:50.422 5 tlibthrd.cxx(483) PTLib Started thread 0x2080280 (31025) Worker:0x7fc7ae33d700
2015/08/10 19:50:50.422 5 job.cxx(162) JOB Worker 140495597852416 started
2015/08/10 19:50:50.422 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 8
2015/08/10 19:50:50.422 5 job.cxx(180) JOB Starting Job ProxyH(3) at Worker thread 140495597852416
2015/08/10 19:50:50.423 5 job.cxx(338) JOB Worker threads: 5 total - 5 busy, 0 idle
2015/08/10 19:50:50.423 5 tlibthrd.cxx(483) PTLib Started thread 0x20809c0 (31026) Worker:0x7fc7ae2fc700
2015/08/10 19:50:50.423 5 osutils.cxx(2219) PTLib Created read/write mutex 0x2080ee8
2015/08/10 19:50:50.423 5 job.cxx(162) JOB Worker 140495597586176 started
2015/08/10 19:50:50.423 5 job.cxx(180) JOB Starting Job ProxyH(4) at Worker thread 140495597586176
2015/08/10 19:50:50.423 4 osutil.cxx(189) PWLib File handle high water mark set: 21 Thread unblock pipe
2015/08/10 19:50:50.423 5 tlibthrd.cxx(406) PTLib Created thread 0x2081170
2015/08/10 19:50:50.424 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 9
2015/08/10 19:50:50.424 5 job.cxx(338) JOB Worker threads: 6 total - 6 busy, 0 idle
2015/08/10 19:50:50.424 5 tlibthrd.cxx(483) PTLib Started thread 0x2081170 (31027) Worker:0x7fc7a910b700
2015/08/10 19:50:50.424 5 job.cxx(162) JOB Worker 140495511664384 started
2015/08/10 19:50:50.424 5 job.cxx(180) JOB Starting Job ProxyRTP(0) at Worker thread 140495511664384
2015/08/10 19:50:50.424 2 RasSrv.cxx(854) GK Using Routed Signalling
2015/08/10 19:50:50.424 2 RasSrv.cxx(855) GK H.245 Routed Disabled
2015/08/10 19:50:50.424 2 RasSrv.cxx(857) GK H.245 tunneling translation Enabled
2015/08/10 19:50:50.425 2 RasSrv.cxx(860) GK H.460.17 Registrations Disabled
2015/08/10 19:50:50.425 2 RasSrv.cxx(864) GK H.460.18 Registrations Enabled
2015/08/10 19:50:50.425 2 RasSrv.cxx(878) GK No ENUMservers set, using defaults
2015/08/10 19:50:50.425 2 RasSrv.cxx(899) GK No RDSservers set, using defaults
2015/08/10 19:50:50.425 2 singleton.cxx(24) Create instance: RegistrationTable(6)
2015/08/10 19:50:50.425 5 osutils.cxx(2219) PTLib Created read/write mutex 0x2081578
2015/08/10 19:50:50.428 1 RasTbl.cxx(113) New EP|192.168.1.4:1720|MCU:h323_ID|gateway|2568305972_endp
2015/08/10 19:50:50.430 2 RasTbl.cxx(2292) Add permanent endpoint 192.168.1.4:1720
2015/08/10 19:50:50.430 5 osutils.cxx(2219) PTLib Created read/write mutex 0x2081958
2015/08/10 19:50:50.430 4 yasocket.cxx(1100) TCPSrv CpsLimit disabled
2015/08/10 19:50:50.430 4 osutil.cxx(189) PWLib File handle high water mark set: 23 Thread unblock pipe
2015/08/10 19:50:50.430 5 tlibthrd.cxx(406) PTLib Created thread 0x208eaa0
2015/08/10 19:50:50.431 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 10
2015/08/10 19:50:50.431 5 job.cxx(338) JOB Worker threads: 7 total - 7 busy, 0 idle
2015/08/10 19:50:50.431 5 tlibthrd.cxx(483) PTLib Started thread 0x208eaa0 (31028) Worker:0x7fc7a90ca700
2015/08/10 19:50:50.431 5 job.cxx(162) JOB Worker 140495511398144 started
2015/08/10 19:50:50.431 5 osutils.cxx(2219) PTLib Created read/write mutex 0x2082568
2015/08/10 19:50:50.431 5 job.cxx(180) JOB Starting Job TCPSrv at Worker thread 140495511398144
2015/08/10 19:50:50.432 2 RasSrv.cxx(963) GK Home = 41.92.210.83,192.168.1.4,192.168.1.3,192.168.1.2,127.0.0.1
2015/08/10 19:50:50.432 4 osutil.cxx(189) PWLib File handle high water mark set: 24 PUDPSocket
2015/08/10 19:50:50.432 1 RasSrv.cxx(620) Listening to 41.92.210.83:1719(U)
2015/08/10 19:50:50.432 5 yasocket.cxx(991) RasSrv Total sockets: 1
2015/08/10 19:50:50.432 4 osutil.cxx(189) PWLib File handle high water mark set: 25 PUDPSocket
2015/08/10 19:50:50.433 1 RasSrv.cxx(620) Listening to 41.92.210.83:1718(Mcast)
2015/08/10 19:50:50.433 5 yasocket.cxx(991) RasSrv Total sockets: 2
2015/08/10 19:50:50.433 4 osutil.cxx(189) PWLib File handle high water mark set: 26 CallSignalListener
2015/08/10 19:50:50.434 1 RasSrv.cxx(620) Listening to 41.92.210.83:1721
2015/08/10 19:50:50.434 5 yasocket.cxx(991) TCPSrv Total sockets: 1
2015/08/10 19:50:50.434 4 osutil.cxx(189) PWLib File handle high water mark set: 27 CallSignalListener
2015/08/10 19:50:50.434 1 RasSrv.cxx(620) Listening to 41.92.210.83:1300
2015/08/10 19:50:50.434 5 yasocket.cxx(991) TCPSrv Total sockets: 2
2015/08/10 19:50:50.434 4 osutil.cxx(189) PWLib File handle high water mark set: 28 StatusListener
2015/08/10 19:50:50.435 1 RasSrv.cxx(620) Listening to 41.92.210.83:7000
2015/08/10 19:50:50.435 5 yasocket.cxx(991) TCPSrv Total sockets: 3
2015/08/10 19:50:50.435 4 osutil.cxx(189) PWLib File handle high water mark set: 29 PUDPSocket
2015/08/10 19:50:50.435 1 RasSrv.cxx(620) Listening to 192.168.1.4:1719(U)
2015/08/10 19:50:50.435 5 yasocket.cxx(991) RasSrv Total sockets: 3
2015/08/10 19:50:50.435 4 osutil.cxx(189) PWLib File handle high water mark set: 30 PUDPSocket
2015/08/10 19:50:50.436 1 RasSrv.cxx(620) Listening to 192.168.1.4:1718(Mcast)
2015/08/10 19:50:50.436 5 yasocket.cxx(991) RasSrv Total sockets: 4
2015/08/10 19:50:50.436 4 osutil.cxx(189) PWLib File handle high water mark set: 31 CallSignalListener
2015/08/10 19:50:50.437 1 RasSrv.cxx(620) Listening to 192.168.1.4:1721
2015/08/10 19:50:50.437 5 yasocket.cxx(991) TCPSrv Total sockets: 4
2015/08/10 19:50:50.437 4 osutil.cxx(189) PWLib File handle high water mark set: 32 CallSignalListener
2015/08/10 19:50:50.437 1 RasSrv.cxx(620) Listening to 192.168.1.4:1300
2015/08/10 19:50:50.437 5 yasocket.cxx(991) TCPSrv Total sockets: 5
2015/08/10 19:50:50.438 4 osutil.cxx(189) PWLib File handle high water mark set: 33 StatusListener
2015/08/10 19:50:50.438 1 RasSrv.cxx(620) Listening to 192.168.1.4:7000
2015/08/10 19:50:50.438 5 yasocket.cxx(991) TCPSrv Total sockets: 6
2015/08/10 19:50:50.438 4 osutil.cxx(189) PWLib File handle high water mark set: 34 PUDPSocket
2015/08/10 19:50:50.438 1 RasSrv.cxx(620) Listening to 192.168.1.3:1719(U)
2015/08/10 19:50:50.438 5 yasocket.cxx(991) RasSrv Total sockets: 5
2015/08/10 19:50:50.438 4 osutil.cxx(189) PWLib File handle high water mark set: 35 PUDPSocket
2015/08/10 19:50:50.438 1 RasSrv.cxx(620) Listening to 192.168.1.3:1718(Mcast)
2015/08/10 19:50:50.439 5 yasocket.cxx(991) RasSrv Total sockets: 6
2015/08/10 19:50:50.439 4 osutil.cxx(189) PWLib File handle high water mark set: 36 CallSignalListener
2015/08/10 19:50:50.439 1 RasSrv.cxx(620) Listening to 192.168.1.3:1721
2015/08/10 19:50:50.439 5 yasocket.cxx(991) TCPSrv Total sockets: 7
2015/08/10 19:50:50.439 4 osutil.cxx(189) PWLib File handle high water mark set: 37 CallSignalListener
2015/08/10 19:50:50.439 1 RasSrv.cxx(620) Listening to 192.168.1.3:1300
2015/08/10 19:50:50.439 5 yasocket.cxx(991) TCPSrv Total sockets: 8
2015/08/10 19:50:50.439 4 osutil.cxx(189) PWLib File handle high water mark set: 38 StatusListener
2015/08/10 19:50:50.440 1 RasSrv.cxx(620) Listening to 192.168.1.3:7000
2015/08/10 19:50:50.440 5 yasocket.cxx(991) TCPSrv Total sockets: 9
2015/08/10 19:50:50.440 4 osutil.cxx(189) PWLib File handle high water mark set: 39 PUDPSocket
2015/08/10 19:50:50.440 1 RasSrv.cxx(620) Listening to 192.168.1.2:1719(U)
2015/08/10 19:50:50.440 5 yasocket.cxx(991) RasSrv Total sockets: 7
2015/08/10 19:50:50.440 4 osutil.cxx(189) PWLib File handle high water mark set: 40 PUDPSocket
2015/08/10 19:50:50.440 1 RasSrv.cxx(620) Listening to 192.168.1.2:1718(Mcast)
2015/08/10 19:50:50.441 5 yasocket.cxx(991) RasSrv Total sockets: 8
2015/08/10 19:50:50.441 4 osutil.cxx(189) PWLib File handle high water mark set: 41 CallSignalListener
2015/08/10 19:50:50.441 1 RasSrv.cxx(620) Listening to 192.168.1.2:1721
2015/08/10 19:50:50.441 5 yasocket.cxx(991) TCPSrv Total sockets: 10
2015/08/10 19:50:50.441 4 osutil.cxx(189) PWLib File handle high water mark set: 42 CallSignalListener
2015/08/10 19:50:50.441 1 RasSrv.cxx(620) Listening to 192.168.1.2:1300
2015/08/10 19:50:50.441 5 yasocket.cxx(991) TCPSrv Total sockets: 11
2015/08/10 19:50:50.441 4 osutil.cxx(189) PWLib File handle high water mark set: 43 StatusListener
2015/08/10 19:50:50.442 1 RasSrv.cxx(620) Listening to 192.168.1.2:7000
2015/08/10 19:50:50.442 5 yasocket.cxx(991) TCPSrv Total sockets: 12
2015/08/10 19:50:50.442 4 osutil.cxx(189) PWLib File handle high water mark set: 44 PUDPSocket
2015/08/10 19:50:50.442 1 RasSrv.cxx(620) Listening to 127.0.0.1:1719(U)
2015/08/10 19:50:50.442 5 yasocket.cxx(991) RasSrv Total sockets: 9
2015/08/10 19:50:50.442 4 osutil.cxx(189) PWLib File handle high water mark set: 45 CallSignalListener
2015/08/10 19:50:50.442 1 RasSrv.cxx(620) Listening to 127.0.0.1:1721
2015/08/10 19:50:50.442 5 yasocket.cxx(991) TCPSrv Total sockets: 13
2015/08/10 19:50:50.442 4 osutil.cxx(189) PWLib File handle high water mark set: 46 CallSignalListener
2015/08/10 19:50:50.443 1 RasSrv.cxx(620) Listening to 127.0.0.1:1300
2015/08/10 19:50:50.443 5 yasocket.cxx(991) TCPSrv Total sockets: 14
2015/08/10 19:50:50.443 4 osutil.cxx(189) PWLib File handle high water mark set: 47 StatusListener
2015/08/10 19:50:50.443 1 RasSrv.cxx(620) Listening to 127.0.0.1:7000
2015/08/10 19:50:50.443 5 yasocket.cxx(991) TCPSrv Total sockets: 15
2015/08/10 19:50:50.443 4 osutil.cxx(189) PWLib File handle high water mark set: 48 PUDPSocket
2015/08/10 19:50:50.443 1 RasSrv.cxx(1027) RAS Broadcast listener listening at 0.0.0.0:1719(Bcast)
2015/08/10 19:50:50.443 5 yasocket.cxx(991) RasSrv Total sockets: 10
2015/08/10 19:50:50.444 4 yasocket.cxx(1100) TCPSrv CpsLimit disabled
2015/08/10 19:50:50.444 1 gkauth.cxx(635) GKAUTH SimplePasswordAuth rule added to check RAS: RRQ, OTHER: NONE
2015/08/10 19:50:50.444 1 gkauth.cxx(1275) GKAUTH SimplePasswordAuth KeyFilled config variable is missing
2015/08/10 19:50:50.444 5 osutils.cxx(2219) PTLib Created read/write mutex 0x20938a8
2015/08/10 19:50:50.445 1 gkauth.cxx(635) GKAUTH AliasAuth rule added to check RAS: RRQ, OTHER: NONE
2015/08/10 19:50:50.445 5 osutils.cxx(2219) PTLib Created read/write mutex 0x2094288
2015/08/10 19:50:50.445 2 Routing.cxx(994) VQueue (CTI) Virtual queues disabled - no virtual queues configured
2015/08/10 19:50:50.445 2 singleton.cxx(24) Create instance: Routing::Analyzer(7)
2015/08/10 19:50:50.445 5 osutils.cxx(2219) PTLib Created read/write mutex 0x2094590
2015/08/10 19:50:50.446 2 gkacct.cxx(961) GKACCT Successfully logged event 8
2015/08/10 19:50:50.447 4 osutil.cxx(189) PWLib File handle high water mark set: 50 Thread unblock pipe
2015/08/10 19:50:50.447 5 tlibthrd.cxx(406) PTLib Created thread 0x2094e80
2015/08/10 19:50:50.447 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 11
2015/08/10 19:50:50.447 5 job.cxx(338) JOB Worker threads: 8 total - 8 busy, 0 idle
2015/08/10 19:50:50.447 5 tlibthrd.cxx(483) PTLib Started thread 0x2094e80 (31029) Worker:0x7fc7a9089700
2015/08/10 19:50:50.447 5 job.cxx(162) JOB Worker 140495511131904 started
2015/08/10 19:50:50.448 5 job.cxx(180) JOB Starting Job HouseKeeping at Worker thread 140495511131904
2015/08/10 19:50:50.736 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:50:50.736 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:50:50.737 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 44730
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1720
}
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
terminal = {
}
mc = false
undefinedNode = false
}
terminalAlias = 2 entries {
[0]=dialedDigits "3008"
[1]=h323_ID 7 characters {
006a 006c 0062 0065 0062 0065 0079 jlbebey
}
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
timeToLive = 300
keepAlive = false
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
restart = <<null>>
supportsAssignedGK = false
}
2015/08/10 19:50:50.737 4 osutil.cxx(189) PWLib File handle high water mark set: 52 Thread unblock pipe
2015/08/10 19:50:50.737 5 tlibthrd.cxx(406) PTLib Created thread 0x209a6d0
2015/08/10 19:50:50.738 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 12
2015/08/10 19:50:50.738 5 job.cxx(338) JOB Worker threads: 9 total - 9 busy, 0 idle
2015/08/10 19:50:50.738 5 tlibthrd.cxx(483) PTLib Started thread 0x209a6d0 (31030) Worker:0x7fc7a9048700
2015/08/10 19:50:50.738 5 job.cxx(162) JOB Worker 140495510865664 started
2015/08/10 19:50:50.738 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:50:50.738 1 RasSrv.cxx(412) RAS RRQ Received from 41.202.219.76:48742
2015/08/10 19:50:50.738 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:50:50.738 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:50:50.739 4 gkauth.cxx(1567) GKAUTH AliasAuth auth condition not found for alias '3008'
2015/08/10 19:50:50.739 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:50:50.739 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:50:50.740 5 gkauth.cxx(1624) GKAUTH AliasAuth auth rule 'sigaddr:.*ipAddress .*' applied successfully to RRQ from 41.202.219.76:48742
2015/08/10 19:50:50.740 5 gkauth.cxx(1559) GKAUTH AliasAuth auth condition 'sigaddr:.*ipAddress .*' accepted RRQ from 'jlbebey'
2015/08/10 19:50:50.740 3 gkauth.cxx(1134) GKAUTH AliasAuth RRQ check ok
2015/08/10 19:50:50.741 1 RasTbl.cxx(113) New EP|41.202.219.76:48742|3008:dialedDigits=jlbebey:h323_ID|terminal|1458349760_endp
2015/08/10 19:50:50.742 5 RasTbl.cxx(455) RAS Endpoint EP::jlbebey capacity: -1
2015/08/10 19:50:50.742 2 gkacct.cxx(1031) GKACCT Successfully logged event 256 for endpoint 1458349760_endp
2015/08/10 19:50:50.742 3 RasSrv.cxx(2564) H46018 EP on 41.202.219.76 supports H.460.18
2015/08/10 19:50:50.743 2 RasSrv.cxx(451) RCF|41.202.219.76:48742|3008:dialedDigits=jlbebey:h323_ID|terminal|1458349760_endp
;
2015/08/10 19:50:50.743 2 singleton.cxx(24) Create instance: GkStatus(8)
2015/08/10 19:50:50.743 5 osutils.cxx(2219) PTLib Created read/write mutex 0x7fc780011328
2015/08/10 19:50:50.743 4 osutil.cxx(189) PWLib File handle high water mark set: 54 Thread unblock pipe
2015/08/10 19:50:50.743 5 tlibthrd.cxx(406) PTLib Created thread 0x7fc780011770
2015/08/10 19:50:50.744 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 13
2015/08/10 19:50:50.744 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:50:50.744 5 tlibthrd.cxx(483) PTLib Started thread 0x7fc780011770 (31031) Worker:0x7fc7a9007700
2015/08/10 19:50:50.744 5 job.cxx(162) JOB Worker 140495510599424 started
2015/08/10 19:50:50.744 5 job.cxx(180) JOB Starting Job GkStatus at Worker thread 140495510599424
2015/08/10 19:50:50.744 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
registrationConfirm {
requestSeqNum = 44730
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
29 5c d2 53 )\.S
}
port = 1721
}
}
terminalAlias = 2 entries {
[0]=dialedDigits "3008"
[1]=h323_ID 7 characters {
006a 006c 0062 0065 0062 0065 0079 jlbebey
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:50:50.745 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:50:50.745 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:50:50.745 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:51:02.297 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:51:02.297 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:51:02.297 3 RasSrv.cxx(281) RAS
unregistrationRequest {
requestSeqNum = 44731
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1720
}
}
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
}
2015/08/10 19:51:02.298 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:51:02.298 5 job.cxx(180) JOB Starting Job URQ at Worker thread 140495510865664
2015/08/10 19:51:02.298 1 RasSrv.cxx(412) RAS URQ Received from 41.202.219.76:48742
2015/08/10 19:51:02.298 2 gkacct.cxx(1031) GKACCT Successfully logged event 512 for endpoint 1458349760_endp
2015/08/10 19:51:02.298 2 RasSrv.cxx(451) UCF|41.202.219.76|1458349760_endp;
2015/08/10 19:51:02.299 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
unregistrationConfirm {
requestSeqNum = 44731
}
2015/08/10 19:51:02.299 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:51:02.299 5 job.cxx(388) JOB Job URQ deleted
2015/08/10 19:51:02.299 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:51:02.652 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:51:02.652 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:51:02.653 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 3800
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1720
}
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
terminal = {
}
mc = false
undefinedNode = false
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0031 test1
}
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
timeToLive = 300
keepAlive = false
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
restart = <<null>>
supportsAssignedGK = false
}
2015/08/10 19:51:02.653 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:51:02.654 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:51:02.654 1 RasSrv.cxx(412) RAS RRQ Received from 41.202.219.76:48742
2015/08/10 19:51:02.654 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:51:02.654 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:51:02.654 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:51:02.654 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:51:02.655 5 gkauth.cxx(1624) GKAUTH AliasAuth auth rule 'sigaddr:.*ipAddress .*' applied successfully to RRQ from 41.202.219.76:48742
2015/08/10 19:51:02.655 5 gkauth.cxx(1559) GKAUTH AliasAuth auth condition 'sigaddr:.*ipAddress .*' accepted RRQ from 'test1'
2015/08/10 19:51:02.655 3 gkauth.cxx(1134) GKAUTH AliasAuth RRQ check ok
2015/08/10 19:51:02.656 1 RasTbl.cxx(113) New EP|41.202.219.76:48742|test1:h323_ID|terminal|1458349760_endp
2015/08/10 19:51:02.657 5 RasTbl.cxx(455) RAS Endpoint EP::test1 capacity: -1
2015/08/10 19:51:02.657 2 gkacct.cxx(1031) GKACCT Successfully logged event 256 for endpoint 1458349760_endp
2015/08/10 19:51:02.657 3 RasSrv.cxx(2564) H46018 EP on 41.202.219.76 supports H.460.18
2015/08/10 19:51:02.658 2 RasSrv.cxx(451) RCF|41.202.219.76:48742|test1:h323_ID|terminal|1458349760_endp
;
2015/08/10 19:51:02.658 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
registrationConfirm {
requestSeqNum = 3800
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
29 5c d2 53 )\.S
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0031 test1
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:51:02.658 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:51:02.659 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:51:02.659 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:51:44.989 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:51:44.989 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:51:44.989 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 3801
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 0 entries {
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
terminal = {
}
mc = false
undefinedNode = false
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
timeToLive = 300
keepAlive = true
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
supportsAssignedGK = false
}
2015/08/10 19:51:44.990 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:51:44.991 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:51:44.991 1 RasSrv.cxx(412) RAS RRQ Received from 41.202.219.76:48742
2015/08/10 19:51:44.991 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:51:44.991 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:51:44.992 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
registrationConfirm {
requestSeqNum = 3801
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
29 5c d2 53 )\.S
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0031 test1
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:51:44.992 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:51:44.992 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:51:44.993 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:51:50.453 3 RasTbl.cxx(369) Gk Delete endpoint: 1458349760_endp 0
2015/08/10 19:51:54.100 4 yasocket.cxx(1151) TCPSrv Accept request on 192.168.1.3:7000
2015/08/10 19:51:54.101 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:51:54.101 5 job.cxx(180) JOB Starting Job Acceptor at Worker thread 140495510865664
2015/08/10 19:51:54.101 4 GkStatus.cxx(1511) STATUS Authentication rule 'explicit' accepted the client 192.168.1.3:38193=>192.168.1.3:7000
2015/08/10 19:51:54.101 4 GkStatus.cxx(1349) STATUS New connection from 192.168.1.3:38193=>192.168.1.3:7000 accepted
2015/08/10 19:51:54.102 1 GkStatus.cxx(898) STATUS New client authenticated successfully: 1 192.168.1.3:38193=>192.168.1.3:7000 , login:
2015/08/10 19:51:54.102 5 yasocket.cxx(991) GkStatus Total sockets: 1
2015/08/10 19:51:54.102 5 job.cxx(388) JOB Job Acceptor deleted
2015/08/10 19:51:54.102 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:52:01.238 4 RasSrv.cxx(272) RAS Receiving on 192.168.1.3:1719(U)
2015/08/10 19:52:01.238 2 RasSrv.cxx(177) RAS Read from 192.168.1.134:1719
2015/08/10 19:52:01.239 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 31165
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 86 ....
}
port = 1720
}
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 86 ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 11 octets {
33 2e 34 2e 31 2d 35 35 32 36 31 3.4.1-55261
}
}
terminal = {
}
mc = false
undefinedNode = false
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0032 test2
}
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 11 octets {
33 2e 34 2e 31 2d 35 35 32 36 31 3.4.1-55261
}
}
timeToLive = 300
keepAlive = false
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
restart = <<null>>
supportsAssignedGK = false
}
2015/08/10 19:52:01.240 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:52:01.240 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:52:01.240 1 RasSrv.cxx(412) RAS RRQ Received from 192.168.1.134:1719
2015/08/10 19:52:01.240 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:52:01.240 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:52:01.241 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:52:01.241 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:52:01.241 5 gkauth.cxx(1624) GKAUTH AliasAuth auth rule 'sigaddr:.*ipAddress .*' applied successfully to RRQ from 192.168.1.134:1719
2015/08/10 19:52:01.242 5 gkauth.cxx(1559) GKAUTH AliasAuth auth condition 'sigaddr:.*ipAddress .*' accepted RRQ from 'test2'
2015/08/10 19:52:01.242 3 gkauth.cxx(1134) GKAUTH AliasAuth RRQ check ok
2015/08/10 19:52:01.243 1 RasTbl.cxx(113) New EP|192.168.1.134:1719|test2:h323_ID|terminal|1032141227_endp
2015/08/10 19:52:01.244 2 gkacct.cxx(1031) GKACCT Successfully logged event 256 for endpoint 1032141227_endp
2015/08/10 19:52:01.245 3 RasSrv.cxx(2564) H46018 EP on 192.168.1.134 supports H.460.18
2015/08/10 19:52:01.245 2 RasSrv.cxx(451) RCF|192.168.1.134:1719|test2:h323_ID|terminal|1032141227_endp
;
2015/08/10 19:52:01.246 3 RasSrv.cxx(293) RAS Send to 192.168.1.134:1719
registrationConfirm {
requestSeqNum = 31165
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 02 ....
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0032 test2
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0030 0033 0032 0031 0034 0031 0032 10321412
0032 0037 005f 0065 006e 0064 0070 27_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:52:01.247 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:01.247 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:52:01.247 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:52:12.047 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:52:12.047 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:52:12.047 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 3802
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 0 entries {
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
terminal = {
}
mc = false
undefinedNode = false
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
timeToLive = 300
keepAlive = true
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
supportsAssignedGK = false
}
2015/08/10 19:52:12.048 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:52:12.049 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:52:12.049 1 RasSrv.cxx(412) RAS RRQ Received from 41.202.219.76:48742
2015/08/10 19:52:12.049 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:52:12.049 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:52:12.050 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
registrationConfirm {
requestSeqNum = 3802
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
29 5c d2 53 )\.S
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0031 test1
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:52:12.050 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:12.050 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:52:12.050 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:52:19.783 4 RasSrv.cxx(272) RAS Receiving on 192.168.1.3:1719(U)
2015/08/10 19:52:19.784 2 RasSrv.cxx(177) RAS Read from 192.168.1.134:1719
2015/08/10 19:52:19.784 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 31166
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 0 entries {
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 86 ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 11 octets {
33 2e 34 2e 31 2d 35 35 32 36 31 3.4.1-55261
}
}
terminal = {
}
mc = false
undefinedNode = false
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 11 octets {
33 2e 34 2e 31 2d 35 35 32 36 31 3.4.1-55261
}
}
timeToLive = 300
keepAlive = true
endpointIdentifier = 15 characters {
0031 0030 0033 0032 0031 0034 0031 0032 10321412
0032 0037 005f 0065 006e 0064 0070 27_endp
}
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
supportsAssignedGK = false
}
2015/08/10 19:52:19.785 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:52:19.785 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:52:19.785 1 RasSrv.cxx(412) RAS RRQ Received from 192.168.1.134:1719
2015/08/10 19:52:19.786 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:52:19.786 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:52:19.786 3 RasSrv.cxx(293) RAS Send to 192.168.1.134:1719
registrationConfirm {
requestSeqNum = 31166
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 02 ....
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0032 test2
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0030 0033 0032 0031 0034 0031 0032 10321412
0032 0037 005f 0065 006e 0064 0070 27_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:52:19.787 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:19.787 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:52:19.787 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:52:29.775 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:52:29.775 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:52:29.776 3 RasSrv.cxx(281) RAS
admissionRequest {
requestSeqNum = 3803
callType = pointToPoint <<null>>
callModel = gatekeeperRouted <<null>>
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
destinationInfo = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0032 test2
}
}
srcInfo = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0031 test1
}
}
srcCallSignalAddress = ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1720
}
bandWidth = 5120
callReferenceValue = 25198
conferenceID = 16 octets {
0d 5d a5 f4 0c 00 00 1f 31 52 23 20 d9 9e 7f 4d .]......1R# ...M
}
activeMC = false
answerCall = false
canMapAlias = true
callIdentifier = {
guid = 16 octets {
3c 52 a5 f4 0c 00 00 1f 31 52 23 20 d9 9e 7f 4d <R......1R# ...M
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
willSupplyUUIEs = false
canMapSrcAlias = true
}
2015/08/10 19:52:29.776 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:52:29.777 5 job.cxx(180) JOB Starting Job ARQ at Worker thread 140495510865664
2015/08/10 19:52:29.777 1 RasSrv.cxx(412) RAS ARQ Received from 41.202.219.76:48742
2015/08/10 19:52:29.777 5 Routing.h(250) ROUTING Checking policy Explicit for the request ARQ 3803
2015/08/10 19:52:29.777 5 Routing.h(250) ROUTING Checking policy Internal for the request ARQ 3803
2015/08/10 19:52:29.777 4 RasTbl.cxx(1975) Alias match for EP 192.168.1.134:1719
2015/08/10 19:52:29.778 5 Routing.h(253) ROUTING Policy Internal applied to the request ARQ 3803
2015/08/10 19:52:29.778 3 RasSrv.cxx(3378) GK ACF will grant bandwidth of 5120
2015/08/10 19:52:29.779 2 RasTbl.cxx(4727) CallTable::Insert(CALL) Call No. 1, total sessions : 1
2015/08/10 19:52:29.779 2 RasSrv.cxx(451) ACF|41.202.219.76:48742|1458349760_endp|25198|test2:h323_ID|test1:h323_ID|false|3c-52-a5-f4-0c-00-00-1f-31-52-23-20-d9-9e-7f-4d|ToBeDecided;
2015/08/10 19:52:29.780 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
admissionConfirm {
requestSeqNum = 3803
bandWidth = 5120
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
29 5c d2 53 )\.S
}
port = 1300
}
irrFrequency = 120
willRespondToIRR = false
uuiesRequested = {
setup = false
callProceeding = false
connect = false
alerting = false
information = false
releaseComplete = false
facility = false
progress = false
empty = false
status = false
statusInquiry = false
setupAcknowledge = false
notify = false
}
}
2015/08/10 19:52:29.780 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:29.780 5 job.cxx(388) JOB Job ARQ deleted
2015/08/10 19:52:29.781 5 job.cxx(378) JOB Worker threads: 10 total - 9 busy, 1 idle
2015/08/10 19:52:30.471 4 yasocket.cxx(1151) TCPSrv Accept request on 41.92.210.83:1300
2015/08/10 19:52:30.471 5 job.cxx(338) JOB Worker threads: 10 total - 10 busy, 0 idle
2015/08/10 19:52:30.472 5 job.cxx(180) JOB Starting Job Acceptor at Worker thread 140495510865664
2015/08/10 19:52:30.481 5 Toolkit.cxx(2278) TLS SSL_accept: before/accept initialization
2015/08/10 19:52:30.889 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:52:30.889 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:52:30.890 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 3804
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 0 entries {
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
0a b3 0a 9c ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
terminal = {
}
mc = false
undefinedNode = false
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 9 octets {
33 2e 34 2d 35 34 37 31 38 3.4-54718
}
}
timeToLive = 300
keepAlive = true
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
supportsAssignedGK = false
}
2015/08/10 19:52:30.890 4 osutil.cxx(189) PWLib File handle high water mark set: 58 Thread unblock pipe
2015/08/10 19:52:30.891 5 tlibthrd.cxx(406) PTLib Created thread 0x209acb0
2015/08/10 19:52:30.891 4 tlibthrd.cxx(572) PTLib Thread high water mark set: 14
2015/08/10 19:52:30.891 5 job.cxx(338) JOB Worker threads: 11 total - 11 busy, 0 idle
2015/08/10 19:52:30.898 5 tlibthrd.cxx(483) PTLib Started thread 0x209acb0 (31095) Worker:0x7fc7a8fc6700
2015/08/10 19:52:30.898 5 job.cxx(162) JOB Worker 140495510333184 started
2015/08/10 19:52:30.898 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510333184
2015/08/10 19:52:30.898 1 RasSrv.cxx(412) RAS RRQ Received from 41.202.219.76:48742
2015/08/10 19:52:30.898 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:52:30.899 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:52:30.899 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
registrationConfirm {
requestSeqNum = 3804
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
29 5c d2 53 )\.S
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0031 test1
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:52:30.900 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:30.900 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:52:30.900 5 job.cxx(378) JOB Worker threads: 11 total - 10 busy, 1 idle
2015/08/10 19:52:30.906 1 ProxyChannel.cxx(12947) TLS TLS protocol error in SSL_connect(): 1 / error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
2015/08/10 19:52:30.907 3 yasocket.cxx(816) Q931s Delete socket 41.202.219.76:53942
2015/08/10 19:52:30.907 5 job.cxx(388) JOB Job Acceptor deleted
2015/08/10 19:52:30.907 5 job.cxx(378) JOB Worker threads: 11 total - 9 busy, 2 idle
2015/08/10 19:52:30.970 4 RasSrv.cxx(272) RAS Receiving on 41.92.210.83:1719(U)
2015/08/10 19:52:30.970 2 RasSrv.cxx(177) RAS Read from 41.202.219.76:48742
2015/08/10 19:52:30.971 3 RasSrv.cxx(281) RAS
disengageRequest {
requestSeqNum = 3805
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
conferenceID = 16 octets {
0d 5d a5 f4 0c 00 00 1f 31 52 23 20 d9 9e 7f 4d .]......1R# ...M
}
callReferenceValue = 25198
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
3c 52 a5 f4 0c 00 00 1f 31 52 23 20 d9 9e 7f 4d <R......1R# ...M
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
answeredCall = false
}
2015/08/10 19:52:30.971 5 job.cxx(338) JOB Worker threads: 11 total - 10 busy, 1 idle
2015/08/10 19:52:30.972 5 job.cxx(180) JOB Starting Job DRQ at Worker thread 140495510865664
2015/08/10 19:52:30.972 1 RasSrv.cxx(412) RAS DRQ Received from 41.202.219.76:48742
2015/08/10 19:52:30.972 4 RasSrv.cxx(3847) GK DRQ: closed conference
2015/08/10 19:52:30.973 2 RasTbl.cxx(5209) CDR ignore not connected call
2015/08/10 19:52:30.973 2 gkacct.cxx(961) GKACCT Successfully logged event 2 for call no. 1
2015/08/10 19:52:30.973 2 RasSrv.cxx(451) DCF|41.202.219.76|1458349760_endp|25198|normalDrop|3c-52-a5-f4-0c-00-00-1f-31-52-23-20-d9-9e-7f-4d;
2015/08/10 19:52:30.974 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
disengageConfirm {
requestSeqNum = 3805
}
2015/08/10 19:52:30.974 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:30.974 5 job.cxx(388) JOB Job DRQ deleted
2015/08/10 19:52:30.974 5 job.cxx(378) JOB Worker threads: 11 total - 9 busy, 2 idle
2015/08/10 19:52:31.457 3 RasTbl.cxx(2760) Gk Delete Call No. 1
2015/08/10 19:52:37.904 4 RasSrv.cxx(272) RAS Receiving on 192.168.1.3:1719(U)
2015/08/10 19:52:37.904 2 RasSrv.cxx(177) RAS Read from 192.168.1.134:1719
2015/08/10 19:52:37.904 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 31167
protocolIdentifier = 0.0.8.2250.0.5
discoveryComplete = false
callSignalAddress = 0 entries {
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 86 ....
}
port = 1719
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 11 octets {
33 2e 34 2e 31 2d 35 35 32 36 31 3.4.1-55261
}
}
terminal = {
}
mc = false
undefinedNode = false
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointVendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 9009
}
productId = 35 octets {
52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
69 6c 65 20 2d 20 41 6e 64 72 6f 69 64 20 70 68 ile - Android ph
6f 6e 65 one
}
versionId = 11 octets {
33 2e 34 2e 31 2d 35 35 32 36 31 3.4.1-55261
}
}
timeToLive = 300
keepAlive = true
endpointIdentifier = 15 characters {
0031 0030 0033 0032 0031 0034 0031 0032 10321412
0032 0037 005f 0065 006e 0064 0070 27_endp
}
willSupplyUUIEs = false
maintainConnection = false
supportsAltGK = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 2 entries {
[0]={
id = standard 9
}
[1]={
id = standard 18
}
}
}
supportsAssignedGK = false
}
2015/08/10 19:52:37.905 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:52:37.905 5 job.cxx(338) JOB Worker threads: 11 total - 10 busy, 1 idle
2015/08/10 19:52:37.905 1 RasSrv.cxx(412) RAS RRQ Received from 192.168.1.134:1719
2015/08/10 19:52:37.905 4 h4601.cxx(1273) H460 Loaded Std 9
2015/08/10 19:52:37.905 4 h4601.cxx(1273) H460 Loaded Std 18
2015/08/10 19:52:37.906 3 RasSrv.cxx(293) RAS Send to 192.168.1.134:1719
registrationConfirm {
requestSeqNum = 31167
protocolIdentifier = 0.0.8.2250.0.5
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 02 ....
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 5 characters {
0074 0065 0073 0074 0032 test2
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0030 0033 0032 0031 0034 0031 0032 10321412
0032 0037 005f 0065 006e 0064 0070 27_endp
}
timeToLive = 30
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
featureSet = {
replacementFeatureSet = false
supportedFeatures = 1 entries {
[0]={
id = standard 18
}
}
}
}
2015/08/10 19:52:37.906 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:37.906 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:52:37.907 5 job.cxx(378) JOB Worker threads: 11 total - 9 busy, 2 idle
2015/08/10 19:52:48.055 4 RasSrv.cxx(272) RAS Receiving on 192.168.1.2:1719(U)
2015/08/10 19:52:48.055 2 RasSrv.cxx(177) RAS Read from 192.168.1.2:13030
2015/08/10 19:52:48.055 3 RasSrv.cxx(281) RAS
registrationRequest {
requestSeqNum = 632
protocolIdentifier = 0.0.8.2250.0.4
discoveryComplete = true
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 02 ....
}
port = 1722
}
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 02 ....
}
port = 13030
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 184
t35Extension = 0
manufacturerCode = 39
}
productId = 6 octets {
6f 6f 68 33 32 33 ooh323
}
versionId = 7 octets {
76 30 2e 38 2e 33 6d v0.8.3m
}
}
gateway = {
protocol = 1 entries {
[0]=voice {
supportedPrefixes = 0 entries {
}
}
}
}
mc = false
undefinedNode = false
}
terminalAlias = 1 entries {
[0]=h323_ID 8 characters {
0061 0073 0074 0065 0072 0069 0073 006b asterisk
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointVendor = {
vendor = {
t35CountryCode = 184
t35Extension = 0
manufacturerCode = 39
}
productId = 6 octets {
6f 6f 68 33 32 33 ooh323
}
versionId = 7 octets {
76 30 2e 38 2e 33 6d v0.8.3m
}
}
timeToLive = 300
keepAlive = false
willSupplyUUIEs = false
}
2015/08/10 19:52:48.056 5 job.cxx(338) JOB Worker threads: 11 total - 10 busy, 1 idle
2015/08/10 19:52:48.056 5 job.cxx(180) JOB Starting Job RRQ at Worker thread 140495510865664
2015/08/10 19:52:48.056 1 RasSrv.cxx(412) RAS RRQ Received from 192.168.1.2:13030
2015/08/10 19:52:48.057 5 gkauth.cxx(1624) GKAUTH AliasAuth auth rule 'sigaddr:.*ipAddress .*' applied successfully to RRQ from 192.168.1.2:1722
2015/08/10 19:52:48.057 5 gkauth.cxx(1559) GKAUTH AliasAuth auth condition 'sigaddr:.*ipAddress .*' accepted RRQ from 'asterisk'
2015/08/10 19:52:48.057 3 gkauth.cxx(1134) GKAUTH AliasAuth RRQ check ok
2015/08/10 19:52:48.058 1 RasTbl.cxx(113) New EP|192.168.1.2:1722|asterisk:h323_ID|gateway|1776594875_endp
2015/08/10 19:52:48.060 5 RasTbl.cxx(455) RAS Endpoint EP::asterisk capacity: 60
2015/08/10 19:52:48.062 5 RasTbl.cxx(1351) RAS Gateway EP::asterisk priority: 1
2015/08/10 19:52:48.062 2 gkacct.cxx(1031) GKACCT Successfully logged event 256 for endpoint 1776594875_endp
2015/08/10 19:52:48.063 2 RasSrv.cxx(451) RCF|192.168.1.2:1722|asterisk:h323_ID|gateway|1776594875_endp
;
2015/08/10 19:52:48.063 3 RasSrv.cxx(293) RAS Send to 192.168.1.2:13030
registrationConfirm {
requestSeqNum = 632
protocolIdentifier = 0.0.8.2250.0.4
nonStandardData = {
nonStandardIdentifier = h221NonStandard {
t35CountryCode = 138
t35Extension = 2
manufacturerCode = 2
}
data = 5 octets {
4e 6f 4e 41 54 NoNAT
}
}
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 02 ....
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=h323_ID 8 characters {
0061 0073 0074 0065 0072 0069 0073 006b asterisk
}
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
endpointIdentifier = 15 characters {
0031 0037 0037 0036 0035 0039 0034 0038 17765948
0037 0035 005f 0065 006e 0064 0070 75_endp
}
timeToLive = 300
willRespondToIRR = false
maintainConnection = false
supportsAdditiveRegistration = <<null>>
}
2015/08/10 19:52:48.064 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:48.064 5 job.cxx(388) JOB Job RRQ deleted
2015/08/10 19:52:48.064 5 job.cxx(378) JOB Worker threads: 11 total - 9 busy, 2 idle
2015/08/10 19:52:52.049 1 gk.cxx(1083) GK Received signal 2
2015/08/10 19:52:52.049 1 RasSrv.cxx(816) GK Stopping RasServer...
2015/08/10 19:52:52.049 5 job.cxx(388) JOB Job HouseKeeping deleted
2015/08/10 19:52:52.050 5 job.cxx(378) JOB Worker threads: 11 total - 8 busy, 3 idle
2015/08/10 19:52:52.061 3 RasSrv.cxx(293) RAS Send to 41.202.219.76:48742
unregistrationRequest {
requestSeqNum = 1
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
29 ca db 4c )..L
}
port = 48742
}
}
endpointIdentifier = 15 characters {
0031 0034 0035 0038 0033 0034 0039 0037 14583497
0036 0030 005f 0065 006e 0064 0070 60_endp
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
reason = maintenance <<null>>
}
2015/08/10 19:52:52.061 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:52.062 3 RasSrv.cxx(293) RAS Send to 192.168.1.134:1719
unregistrationRequest {
requestSeqNum = 2
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 86 ....
}
port = 1719
}
}
endpointIdentifier = 15 characters {
0031 0030 0033 0032 0031 0034 0031 0032 10321412
0032 0037 005f 0065 006e 0064 0070 27_endp
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
reason = maintenance <<null>>
}
2015/08/10 19:52:52.062 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:52.063 3 RasSrv.cxx(293) RAS Send to 192.168.1.2:13030
unregistrationRequest {
requestSeqNum = 3
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c0 a8 01 02 ....
}
port = 1722
}
}
endpointIdentifier = 15 characters {
0031 0037 0037 0036 0035 0039 0034 0038 17765948
0037 0035 005f 0065 006e 0064 0070 75_endp
}
gatekeeperIdentifier = 5 characters {
0047 006e 0075 0047 006b GnuGk
}
reason = maintenance <<null>>
}
2015/08/10 19:52:52.064 5 RasSrv.cxx(305) RAS Sent Successful
2015/08/10 19:52:52.066 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.066 3 yasocket.cxx(1076) TCP Delete listener 41.92.210.83:1721
2015/08/10 19:52:52.067 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.067 3 yasocket.cxx(1076) TCP Delete listener 41.92.210.83:1300
2015/08/10 19:52:52.067 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.067 3 yasocket.cxx(1076) TCP Delete listener 41.92.210.83:7000
2015/08/10 19:52:52.068 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.068 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.4:1721
2015/08/10 19:52:52.068 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.069 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.4:1300
2015/08/10 19:52:52.069 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.069 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.4:7000
2015/08/10 19:52:52.069 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.070 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.3:1721
2015/08/10 19:52:52.070 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.070 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.3:1300
2015/08/10 19:52:52.070 3 yasocket.cxx(784) TCPSrv Select read error: 10
2015/08/10 19:52:52.072 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.3:7000
2015/08/10 19:52:52.072 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.2:1721
2015/08/10 19:52:52.072 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.2:1300
2015/08/10 19:52:52.072 3 yasocket.cxx(1076) TCP Delete listener 192.168.1.2:7000
2015/08/10 19:52:52.073 3 yasocket.cxx(1076) TCP Delete listener 127.0.0.1:1721
2015/08/10 19:52:52.073 3 yasocket.cxx(1076) TCP Delete listener 127.0.0.1:1300
2015/08/10 19:52:52.073 3 yasocket.cxx(1076) TCP Delete listener 127.0.0.1:7000
2015/08/10 19:52:52.073 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x2081958
2015/08/10 19:52:52.073 5 job.cxx(388) JOB Job TCPSrv deleted
2015/08/10 19:52:52.073 5 job.cxx(378) JOB Worker threads: 11 total - 7 busy, 4 idle
2015/08/10 19:52:52.073 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x207e9f8
2015/08/10 19:52:52.074 5 job.cxx(388) JOB Job ProxyH(0) deleted
2015/08/10 19:52:52.074 5 job.cxx(378) JOB Worker threads: 11 total - 6 busy, 5 idle
2015/08/10 19:52:52.074 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x207f138
2015/08/10 19:52:52.074 5 job.cxx(388) JOB Job ProxyH(1) deleted
2015/08/10 19:52:52.074 5 job.cxx(378) JOB Worker threads: 11 total - 5 busy, 6 idle
2015/08/10 19:52:52.074 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x2080738
2015/08/10 19:52:52.074 5 job.cxx(388) JOB Job ProxyH(4) deleted
2015/08/10 19:52:52.075 5 job.cxx(378) JOB Worker threads: 11 total - 4 busy, 7 idle
2015/08/10 19:52:52.075 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x207f8b8
2015/08/10 19:52:52.075 5 job.cxx(388) JOB Job ProxyH(2) deleted
2015/08/10 19:52:52.075 5 job.cxx(378) JOB Worker threads: 11 total - 3 busy, 8 idle
2015/08/10 19:52:52.075 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x2080ee8
2015/08/10 19:52:52.075 5 job.cxx(388) JOB Job ProxyRTP(0) deleted
2015/08/10 19:52:52.075 5 job.cxx(378) JOB Worker threads: 11 total - 2 busy, 9 idle
2015/08/10 19:52:52.075 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x207fff8
2015/08/10 19:52:52.076 5 job.cxx(388) JOB Job ProxyH(3) deleted
2015/08/10 19:52:52.076 5 job.cxx(378) JOB Worker threads: 11 total - 1 busy, 10 idle
2015/08/10 19:52:52.076 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x2094590
2015/08/10 19:52:52.076 2 singleton.cxx(31) Delete instance: Routing::Analyzer(7 objects left)
2015/08/10 19:52:52.076 1 RasSrv.cxx(1505) GK RasServer stopped
2015/08/10 19:52:52.076 2 gkacct.cxx(961) GKACCT Successfully logged event 16
2015/08/10 19:52:52.076 3 gk.cxx(779) GK Deleting global reference tables
2015/08/10 19:52:52.077 5 job.cxx(243) JOB Destroying active Workers for the Agent
2015/08/10 19:52:52.077 5 job.cxx(266) JOB Worker threads to cleanup: 11 total - 1 busy, 10 idle
2015/08/10 19:52:52.077 5 job.cxx(194) JOB Worker 140495510333184 closed
2015/08/10 19:52:52.078 4 osutil.cxx(196) PWLib File handle low water mark set: 24 PTextFile
2015/08/10 19:52:52.078 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7a8fc6700", real=21.179, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.078 5 job.cxx(232) JOB Waiting for Worker thread 140495510333184 termination
2015/08/10 19:52:52.079 5 job.cxx(156) JOB Worker 140495510333184 destroyed
2015/08/10 19:52:52.079 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x209acb0 Worker:0x7fc7a8fc6700(id = 7fc7a8fc6700)
2015/08/10 19:52:52.079 5 job.cxx(194) JOB Worker 140495510865664 closed
2015/08/10 19:52:52.080 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7a9048700", real=121.341, kernel=0.030 (0%), user=0.440 (0.3%), both=0.470 (0.3%)
2015/08/10 19:52:52.080 5 job.cxx(232) JOB Waiting for Worker thread 140495510865664 termination
2015/08/10 19:52:52.080 5 job.cxx(156) JOB Worker 140495510865664 destroyed
2015/08/10 19:52:52.080 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x209a6d0 Worker:0x7fc7a9048700(id = 7fc7a9048700)
2015/08/10 19:52:52.081 5 job.cxx(194) JOB Worker 140495511131904 closed
2015/08/10 19:52:52.081 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7a9089700", real=121.634, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.081 5 job.cxx(232) JOB Waiting for Worker thread 140495511131904 termination
2015/08/10 19:52:52.082 5 job.cxx(156) JOB Worker 140495511131904 destroyed
2015/08/10 19:52:52.082 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x2094e80 Worker:0x7fc7a9089700(id = 7fc7a9089700)
2015/08/10 19:52:52.082 5 job.cxx(194) JOB Worker 140495511398144 closed
2015/08/10 19:52:52.082 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7a90ca700", real=121.651, kernel=0.000 (0%), user=0.020 (0%), both=0.020 (0%)
2015/08/10 19:52:52.083 5 job.cxx(232) JOB Waiting for Worker thread 140495511398144 termination
2015/08/10 19:52:52.083 5 job.cxx(156) JOB Worker 140495511398144 destroyed
2015/08/10 19:52:52.083 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x208eaa0 Worker:0x7fc7a90ca700(id = 7fc7a90ca700)
2015/08/10 19:52:52.083 5 job.cxx(194) JOB Worker 140495598651136 closed
2015/08/10 19:52:52.083 4 osutil.cxx(196) PWLib File handle low water mark set: 22 PTextFile
2015/08/10 19:52:52.084 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7ae400700", real=121.665, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.084 5 job.cxx(232) JOB Waiting for Worker thread 140495598651136 termination
2015/08/10 19:52:52.084 5 job.cxx(156) JOB Worker 140495598651136 destroyed
2015/08/10 19:52:52.084 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x207ec80 Worker:0x7fc7ae400700(id = 7fc7ae400700)
2015/08/10 19:52:52.084 5 job.cxx(232) JOB Waiting for Worker thread 140495598384896 termination
2015/08/10 19:52:52.085 5 job.cxx(194) JOB Worker 140495598384896 closed
2015/08/10 19:52:52.085 4 osutil.cxx(196) PWLib File handle low water mark set: 10 PTextFile
2015/08/10 19:52:52.085 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7ae3bf700", real=121.666, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.095 5 job.cxx(156) JOB Worker 140495598384896 destroyed
2015/08/10 19:52:52.095 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x207f3c0 Worker:0x7fc7ae3bf700(id = 7fc7ae3bf700)
2015/08/10 19:52:52.095 5 job.cxx(194) JOB Worker 140495597586176 closed
2015/08/10 19:52:52.096 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7ae2fc700", real=121.672, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.096 5 job.cxx(232) JOB Waiting for Worker thread 140495597586176 termination
2015/08/10 19:52:52.096 5 job.cxx(156) JOB Worker 140495597586176 destroyed
2015/08/10 19:52:52.096 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x20809c0 Worker:0x7fc7ae2fc700(id = 7fc7ae2fc700)
2015/08/10 19:52:52.097 5 job.cxx(194) JOB Worker 140495598118656 closed
2015/08/10 19:52:52.097 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7ae37e700", real=121.677, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.098 5 job.cxx(232) JOB Waiting for Worker thread 140495598118656 termination
2015/08/10 19:52:52.098 5 job.cxx(156) JOB Worker 140495598118656 destroyed
2015/08/10 19:52:52.098 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x207fb40 Worker:0x7fc7ae37e700(id = 7fc7ae37e700)
2015/08/10 19:52:52.098 5 job.cxx(194) JOB Worker 140495511664384 closed
2015/08/10 19:52:52.098 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7a910b700", real=121.674, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.099 5 job.cxx(232) JOB Waiting for Worker thread 140495511664384 termination
2015/08/10 19:52:52.099 5 job.cxx(156) JOB Worker 140495511664384 destroyed
2015/08/10 19:52:52.099 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x2081170 Worker:0x7fc7a910b700(id = 7fc7a910b700)
2015/08/10 19:52:52.099 5 job.cxx(194) JOB Worker 140495597852416 closed
2015/08/10 19:52:52.100 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7ae33d700", real=121.678, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/08/10 19:52:52.100 5 job.cxx(232) JOB Waiting for Worker thread 140495597852416 termination
2015/08/10 19:52:52.100 5 job.cxx(156) JOB Worker 140495597852416 destroyed
2015/08/10 19:52:52.100 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x2080280 Worker:0x7fc7ae33d700(id = 7fc7ae33d700)
2015/08/10 19:52:52.101 3 yasocket.cxx(784) GkStatus Select read error: 10
2015/08/10 19:52:52.102 3 yasocket.cxx(816) Status Delete socket 192.168.1.3:38193=>192.168.1.3:7000
2015/08/10 19:52:52.103 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x7fc780011328
2015/08/10 19:52:52.103 5 job.cxx(388) JOB Job GkStatus deleted
2015/08/10 19:52:52.103 2 singleton.cxx(31) Delete instance: GkStatus(6 objects left)
2015/08/10 19:52:52.103 5 job.cxx(194) JOB Worker 140495510599424 closed
2015/08/10 19:52:52.104 3 osutils.cxx(1700) PTLib Thread ended: name="Worker:0x7fc7a9007700", real=121.359, kernel=0.000 (0%), user=0.010 (0%), both=0.010 (0%)
2015/08/10 19:52:52.104 5 job.cxx(232) JOB Waiting for Worker thread 140495510599424 termination
2015/08/10 19:52:52.105 5 job.cxx(156) JOB Worker 140495510599424 destroyed
2015/08/10 19:52:52.105 5 tlibthrd.cxx(434) PTLib Destroyed thread 0x7fc780011770 Worker:0x7fc7a9007700(id = 7fc7a9007700)
2015/08/10 19:52:52.105 5 job.cxx(279) JOB Agent and its Workers destroyed
2015/08/10 19:52:52.105 2 singleton.cxx(31) Delete instance: Agent(5 objects left)
2015/08/10 19:52:52.105 2 singleton.cxx(31) Delete instance: CapacityControl(4 objects left)
2015/08/10 19:52:52.105 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x207e588
2015/08/10 19:52:52.106 2 singleton.cxx(31) Delete instance: CallTable(3 objects left)
2015/08/10 19:52:52.106 3 RasTbl.cxx(369) Gk Delete endpoint: 2568305972_endp 0
2015/08/10 19:52:52.106 3 RasTbl.cxx(369) Gk Delete endpoint: 1458349760_endp 0
2015/08/10 19:52:52.106 3 RasTbl.cxx(369) Gk Delete endpoint: 1032141227_endp 0
2015/08/10 19:52:52.107 3 RasTbl.cxx(369) Gk Delete endpoint: 1776594875_endp 0
2015/08/10 19:52:52.107 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x2081578
2015/08/10 19:52:52.107 2 singleton.cxx(31) Delete instance: RegistrationTable(2 objects left)
2015/08/10 19:52:52.107 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x20938a8
2015/08/10 19:52:52.107 1 gkauth.cxx(643) GKAUTH SimplePasswordAuth rule removed
2015/08/10 19:52:52.107 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x2094288
2015/08/10 19:52:52.108 1 gkauth.cxx(643) GKAUTH AliasAuth rule removed
2015/08/10 19:52:52.108 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x2082568
2015/08/10 19:52:52.108 1 GkClient.cxx(1555) GKC Delete GkClient
2015/08/10 19:52:52.108 1 RasSrv.cxx(267) RAS Delete listener 41.92.210.83:1719(U)
2015/08/10 19:52:52.108 1 RasSrv.cxx(267) RAS Delete listener 41.92.210.83:1718(Mcast)
2015/08/10 19:52:52.108 1 RasSrv.cxx(267) RAS Delete listener 192.168.1.4:1719(U)
2015/08/10 19:52:52.108 1 RasSrv.cxx(267) RAS Delete listener 192.168.1.4:1718(Mcast)
2015/08/10 19:52:52.108 1 RasSrv.cxx(267) RAS Delete listener 192.168.1.3:1719(U)
2015/08/10 19:52:52.109 1 RasSrv.cxx(267) RAS Delete listener 192.168.1.3:1718(Mcast)
2015/08/10 19:52:52.109 1 RasSrv.cxx(267) RAS Delete listener 192.168.1.2:1719(U)
2015/08/10 19:52:52.109 1 RasSrv.cxx(267) RAS Delete listener 192.168.1.2:1718(Mcast)
2015/08/10 19:52:52.109 1 RasSrv.cxx(267) RAS Delete listener 127.0.0.1:1719(U)
2015/08/10 19:52:52.109 1 RasSrv.cxx(267) RAS Delete listener 0.0.0.0:1719(Bcast)
2015/08/10 19:52:52.109 5 osutils.cxx(2225) PTLib Destroying read/write mutex 0x207c588
2015/08/10 19:52:52.109 5 job.cxx(388) JOB Job RasSrv deleted
2015/08/10 19:52:52.109 2 singleton.cxx(31) Delete instance: RasSrv(1 objects left)
2015/08/10 19:52:52.110 4 config.cxx(226) PTLib Destroyed PXConfig 0x20737a0
2015/08/10 19:52:52.110 4 config.cxx(226) PTLib Destroyed PXConfig 0x207aa90
2015/08/10 19:52:52.111 2 singleton.cxx(31) Delete instance: Toolkit(0 objects left)
2015/08/10 19:52:52.111 3 gk.cxx(810) GK delete ok
2015/08/10 19:52:52.111 1 gk.cxx(1907) GK Logging closed