Fwd: Re: GnuGK as proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Any idea?


-------- Forwarded Message --------
Subject: Re: GnuGK as proxy
Date: Wed, 13 May 2015 13:46:42 +0300
From: Tevfik Ceydeliler <tevfik.ceydeliler@xxxxxxxxxxxxxxxxxxx>
To: GNU Gatekeeper Users <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx>


Hi
As you describe, first of all,  I uncomment Routing Policy seciton in ini file:

[RoutingPolicy]
default=explicit,internal,srv,dns

then Create H323 Account on both Ekiga

Then install a client on machine    10.65.8.117  Name Client (h323:10.65.8.117 is address)

Another Ekiga is isntalled on    10.65.8.100        Name Tevfik ((h323:10.65.8.100 is address)

Then Call from Client to Tevfik

But not successful
Log is attached






On 05/13/2015 11:35 AM, Sébastien Bonnaire wrote:
Hi,

Would you be kind enough to :
- uncomment the RoutingPolicy section
- restart GnuGK
- register two devices (ekiga or whatever)
- make a call from a device to the other using E164 or H323ID
- send us the gnugk logfile

the reason should be clearly identified in the logs ;)

Thanks


2015-05-13 10:12 GMT+02:00 Tevfik Ceydeliler <tevfik.ceydeliler@xxxxxxxxxxxxxxxxxxx>:
Hi ,
Actually all ports are open from LAN to DMZ (GnuGK)  and Internet to DMZ (GnuGK) for test and monitoring purpose.
I am in lan (10.65.8.X/24) and I have Ekiga. When I define my GnuGK as gatekeeper. No need username and password because of Auth  is "allow" in gnugk.ini file
Then I tun my ekiga with debug mode I see that my ekiga is registered and something happens on GnuGk log file.
Then I call a defined client. But no log shown on Gatekeeper log file. It means nothing reaches to  gatekeeper.
I attach ekiga log

Really complicated



On 05/13/2015 05:32 AM, Simon Horne wrote:

Tevfik

 

The config looks ok so it might be a firewall issue. There is no packets reaching the gatekeeper. Grab a Wireshark trace off the gatekeeper to figure out what packets (if any) are being received and check you have not missed a firewall on the box.

 

Simon

 

From: Tevfik Ceydeliler [mailto:tevfik.ceydeliler@xxxxxxxxxxxxxxxxxxx]
Sent: Tuesday, May 12, 2015 9:03 PM
To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Subject: GnuGK as proxy

 

Hi,
I want to use gnu gk as H323 proxy "on dmz"
And I have Cİsco Telepresence SX20
But cant connect to Cİsco to gnugk and then Internet client
What is can be wrong?

  • And I have this configuration:

 this is a basic startup configuration for GnuGk
; it allows anyone to register and make calls

[Gatekeeper::Main]
Fortytwo=42
Name=YasarGk
TimeToLive=600
TraceLevel=5
Home=10.1.0.50
ExternalIP=217.131.39.204
StatusPort=7000

[GkStatus::Auth]
rule=allow
; add more entries, if you access the status port from other hosts
;127.0.0.1=allow
;default=forbid
;Shutdown=allow

[RoutedMode]
GKRouted=1
H245Routed=1
CallSignalPort=1720
AcceptUnregisteredCalls=1
EnableH46018=1
H245PortRange=56000-56999
H245Routed=1
H245TunnelingTranslation=1
SupportNATedEndpoints=1

[Proxy]
Enable=1
ProxyAlways=1
RTPMultiplexing=1
InternalNetwork=10.0.0.0/255.0.0.0
RTPPortRange=55000-55999
RTPMultiplexPort=2776
RTCPMultiplexPort=2777

[SQLPasswordAuth]
Driver=MySQL
Host=localhost
Database=gatekeeper
Username=root
Password=sql
Query=SELECT password FROM users WHERE username = '%u'
CacheTimeout=300
MinPoolSize=5

[AssignedAliases::SQL]
Driver=MySQL
Host=localhost
Database=gatekeeper
Username=root
Password=sql
Query=SELECT alias FROM aliases, users WHERE aliases.username = users.username AND users.username = '%u';
CacheTimeout=300
MinPoolSize=5

;[RoutingPolicy]
;default=explicit,internal,srv,dns

; rotate trace file daily
[LogFile]
Rotate=Daily
RotateTime=23:59
Filename=/var/log/gnugk/gnugk_trace.log

 

  • Here is the log file:

2015/05/12 13:43:08.616    2       singleton.cxx(24)    Create instance: Toolkit(1)
2015/05/12 13:43:08.616    5         Toolkit.cxx(1384)    GK    Trying file name /tmp/gnugk.ini-9538 for temp config
2015/05/12 13:43:08.616    4          osutil.cxx(189)    PWLib    File handle high water mark set: 9 Thread unblock pipe
2015/05/12 13:43:08.617    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26a4010 PXConfigWriteThread
2015/05/12 13:43:08.617    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 3
2015/05/12 13:43:08.617    4          config.cxx(221)    PTLib    Created PXConfig 0x26a2220
2015/05/12 13:43:08.617    4          config.cxx(336)    PTLib    Reading config file: /tmp/gnugk.ini-9538
2015/05/12 13:43:08.617    4          osutil.cxx(189)    PWLib    File handle high water mark set: 10 PTextFile
2015/05/12 13:43:08.617    5         Toolkit.cxx(1420)    GK    Trying file name /tmp/gnugk.ini-3266 for external config
2015/05/12 13:43:08.617    4          config.cxx(221)    PTLib    Created PXConfig 0x26a4ba0
2015/05/12 13:43:08.618    4          config.cxx(336)    PTLib    Reading config file: /tmp/gnugk.ini-3266
2015/05/12 13:43:08.618    3         Toolkit.cxx(1838)    Minimum H.225 version for GK generated messages: 0.0.8.2250.0.2
2015/05/12 13:43:08.618    3         Toolkit.cxx(1840)    Minimum H.245 version for GK generated messages: 0.0.8.245.0.3
2015/05/12 13:43:08.619    4         Toolkit.cxx(511)    InterfaceTable:
127.0.0.1 <00-00-00-00-00-00> (lo)
10.1.0.50 <00-0C-29-8C-47-D8> (eth0)

2015/05/12 13:43:08.619    2         Toolkit.cxx(541)    Internal Network Detected 10.1.0.0/24
2015/05/12 13:43:08.619    2         Toolkit.cxx(392)    Network=10.1.0.0/24, IP=10.1.0.50
2015/05/12 13:43:08.619    2         Toolkit.cxx(400)    Default IP=10.1.0.50
2015/05/12 13:43:08.619    4         Toolkit.cxx(511)    InterfaceTable:
127.0.0.1 <00-00-00-00-00-00> (lo)
10.1.0.50 <00-0C-29-8C-47-D8> (eth0)

2015/05/12 13:43:08.620    2         Toolkit.cxx(541)    Internal Network Detected 10.1.0.0/24
2015/05/12 13:43:08.620    1         Toolkit.cxx(638)    External IP=217.131.39.204 dynamic=0
2015/05/12 13:43:08.620    2         Toolkit.cxx(392)    Network=10.1.0.0/24, IP=10.1.0.50
2015/05/12 13:43:08.620    2         Toolkit.cxx(392)    Network=0.0.0.0/0, IP=217.131.39.204
2015/05/12 13:43:08.621    2         Toolkit.cxx(400)    Default IP=10.1.0.50
2015/05/12 13:43:08.621    2         Toolkit.cxx(673)    GK    H.323 Proxy enabled
2015/05/12 13:43:08.621    2       singleton.cxx(24)    Create instance: RasSrv(2)
2015/05/12 13:43:08.621    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26a96e8
2015/05/12 13:43:08.621    2         Toolkit.cxx(706)    GK    INI Internal Network 0 = 10.0.0.0/8 (3,0)
2015/05/12 13:43:08.621    2         Toolkit.cxx(1060)    GK    Loaded per GW rewrite data:
2015/05/12 13:43:08.621    2         Toolkit.cxx(1063)    GK    No per GW data loaded
2015/05/12 13:43:08.621    4         Toolkit.cxx(2064)    AliasSQL    Query: SELECT alias FROM aliases, users WHERE aliases.username = users.username AND users.username = '%u';
2015/05/12 13:43:08.622    4            udll.cxx(333)    UDLL    opening libmysqlclient.so
2015/05/12 13:43:08.622    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26a1f20 (4654) Housekeeper:0x7f59c713f700
2015/05/12 13:43:08.623    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26a4010 (4655) PXConfigWriteThread:0x7f59c70fe700
2015/05/12 13:43:08.623    4          config.cxx(196)    PTLib    Config file cache write back thread started.
2015/05/12 13:43:08.625    5     gksql_mysql.cxx(389)    AssignedAliases::SQL    MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/12 13:43:08.626    5     gksql_mysql.cxx(389)    AssignedAliases::SQL    MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/12 13:43:08.626    5     gksql_mysql.cxx(389)    AssignedAliases::SQL    MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/12 13:43:08.626    5     gksql_mysql.cxx(389)    AssignedAliases::SQL    MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/12 13:43:08.627    5     gksql_mysql.cxx(389)    AssignedAliases::SQL    MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/12 13:43:08.627    3           gksql.cxx(102)    AssignedAliases::SQL    Database connection pool created: root@localhost[gatekeeper]
2015/05/12 13:43:08.627    5           gksql.cxx(105)    AssignedAliases::SQL    Connection pool: 5 SQL connections created, 0 failed
2015/05/12 13:43:08.627    5           clirw.cxx(460)    CLIRW    0 inbound rules loaded
2015/05/12 13:43:08.627    5           clirw.cxx(472)    CLIRW    0 outbound rules loaded
2015/05/12 13:43:08.628    2       singleton.cxx(24)    Create instance: CapacityControl(3)
2015/05/12 13:43:08.628    5         capctrl.cxx(257)    CAPCTRL    0 IP rules loaded
2015/05/12 13:43:08.628    5         capctrl.cxx(268)    CAPCTRL    0 H.323 ID rules loaded
2015/05/12 13:43:08.628    5         capctrl.cxx(279)    CAPCTRL    0 CLI rules loaded
2015/05/12 13:43:08.628    5         capctrl.cxx(257)    CAPCTRL    0 IP rules loaded
2015/05/12 13:43:08.628    5         capctrl.cxx(268)    CAPCTRL    0 H.323 ID rules loaded
2015/05/12 13:43:08.628    5         capctrl.cxx(279)    CAPCTRL    0 CLI rules loaded
2015/05/12 13:43:08.629    4          osutil.cxx(189)    PWLib    File handle high water mark set: 15 PTextFile
2015/05/12 13:43:08.629    5              gk.cxx(1694)    GK    Daily rotation enabled (first rotation scheduled at Tue, 12 May 2015 23:59:00 +03:00
2015/05/12 13:43:08.630    1              gk.cxx(1446)    GNU Gatekeeper with ID 'YasarGk' started
Gatekeeper(GNU) Version(3.9.0) Ext(pthreads=1,radius=1,mysql=1,pgsql=0,firebird=0,odbc=0,sqlite=0,large_fdset=0,crypto/ssl=0,h46018=1,h46023=1,ldap=0,ssh=0,ipv6=0,h235media=0,lua=0,h46017=1,snmp=1,h46026=0) H323Plus(1.26.6) PTLib(2.10.9)
Build(May  7 2015, 14:33:57) Sys(Linux x86_64 3.13.0-32-generic)

2015/05/12 13:43:08.630    1              gk.cxx(1448)    Current file handle limit: 1024
2015/05/12 13:43:08.631    2       singleton.cxx(24)    Create instance: CallTable(4)
2015/05/12 13:43:08.631    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e1f38
2015/05/12 13:43:08.631    2              gk.cxx(1504)    GK    Total bandwidth not limited
2015/05/12 13:43:08.631    2              gk.cxx(1513)    GK    TimeToLive for Registrations: 600
2015/05/12 13:43:08.631    2    ProxyChannel.cxx(771)    H245PortRange: 56000-56999
2015/05/12 13:43:08.631    2    ProxyChannel.cxx(771)    RTPPortRange: 55000-55999
2015/05/12 13:43:08.631    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e2348
2015/05/12 13:43:08.632    2       singleton.cxx(24)    Create instance: Agent(5)
2015/05/12 13:43:08.632    4          osutil.cxx(189)    PWLib    File handle high water mark set: 16 Thread unblock pipe
2015/05/12 13:43:08.632    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e25d0
2015/05/12 13:43:08.632    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 4
2015/05/12 13:43:08.632    5             job.cxx(338)    JOB    Worker threads: 1 total - 1 busy, 0 idle
2015/05/12 13:43:08.632    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e2938
2015/05/12 13:43:08.632    4          osutil.cxx(189)    PWLib    File handle high water mark set: 18 Thread unblock pipe
2015/05/12 13:43:08.632    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e2bc0
2015/05/12 13:43:08.632    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 5
2015/05/12 13:43:08.632    5             job.cxx(338)    JOB    Worker threads: 2 total - 2 busy, 0 idle
2015/05/12 13:43:08.632    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e3098
2015/05/12 13:43:08.632    4          osutil.cxx(189)    PWLib    File handle high water mark set: 20 Thread unblock pipe
2015/05/12 13:43:08.633    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e3320
2015/05/12 13:43:08.633    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 6
2015/05/12 13:43:08.633    5             job.cxx(338)    JOB    Worker threads: 3 total - 3 busy, 0 idle
2015/05/12 13:43:08.633    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e37b8
2015/05/12 13:43:08.633    4          osutil.cxx(189)    PWLib    File handle high water mark set: 22 Thread unblock pipe
2015/05/12 13:43:08.633    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e3a40
2015/05/12 13:43:08.633    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 7
2015/05/12 13:43:08.633    5             job.cxx(338)    JOB    Worker threads: 4 total - 4 busy, 0 idle
2015/05/12 13:43:08.633    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e3ed8
2015/05/12 13:43:08.633    4          osutil.cxx(189)    PWLib    File handle high water mark set: 24 Thread unblock pipe
2015/05/12 13:43:08.633    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e4160
2015/05/12 13:43:08.633    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 8
2015/05/12 13:43:08.634    5             job.cxx(338)    JOB    Worker threads: 5 total - 5 busy, 0 idle
2015/05/12 13:43:08.634    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e4668
2015/05/12 13:43:08.634    4          osutil.cxx(189)    PWLib    File handle high water mark set: 26 Thread unblock pipe
2015/05/12 13:43:08.634    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e48f0
2015/05/12 13:43:08.634    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 9
2015/05/12 13:43:08.634    5             job.cxx(338)    JOB    Worker threads: 6 total - 6 busy, 0 idle
2015/05/12 13:43:08.634    2          RasSrv.cxx(854)    GK    Using Routed Signalling
2015/05/12 13:43:08.634    2          RasSrv.cxx(855)    GK    H.245 Routed Enabled
2015/05/12 13:43:08.634    2          RasSrv.cxx(857)    GK    H.245 tunneling translation Enabled
2015/05/12 13:43:08.634    2          RasSrv.cxx(860)    GK    H.460.17 Registrations Disabled
2015/05/12 13:43:08.634    2          RasSrv.cxx(864)    GK    H.460.18 Registrations Enabled
2015/05/12 13:43:08.634    2          RasSrv.cxx(878)    GK    No ENUMservers set, using defaults
2015/05/12 13:43:08.634    2          RasSrv.cxx(899)    GK    No RDSservers set, using defaults
2015/05/12 13:43:08.635    2       singleton.cxx(24)    Create instance: RegistrationTable(6)
2015/05/12 13:43:08.635    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e4cd8
2015/05/12 13:43:08.635    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e57f8
2015/05/12 13:43:08.635    4        yasocket.cxx(1100)    TCPSrv    CpsLimit disabled
2015/05/12 13:43:08.635    4          osutil.cxx(189)    PWLib    File handle high water mark set: 28 Thread unblock pipe
2015/05/12 13:43:08.635    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e5a80
2015/05/12 13:43:08.635    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 10
2015/05/12 13:43:08.635    5             job.cxx(338)    JOB    Worker threads: 7 total - 7 busy, 0 idle
2015/05/12 13:43:08.635    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e65b8
2015/05/12 13:43:08.635    2          RasSrv.cxx(963)    GK    Home = 10.1.0.50
2015/05/12 13:43:08.636    4          osutil.cxx(189)    PWLib    File handle high water mark set: 29 PUDPSocket
2015/05/12 13:43:08.636    1          RasSrv.cxx(620)    Listening to 10.1.0.50:1719(U)
2015/05/12 13:43:08.636    5        yasocket.cxx(991)    RasSrv    Total sockets: 1
2015/05/12 13:43:08.636    4          osutil.cxx(189)    PWLib    File handle high water mark set: 30 PUDPSocket
2015/05/12 13:43:08.636    1          RasSrv.cxx(620)    Listening to 10.1.0.50:1718(Mcast)
2015/05/12 13:43:08.637    5        yasocket.cxx(991)    RasSrv    Total sockets: 2
2015/05/12 13:43:08.637    4          osutil.cxx(189)    PWLib    File handle high water mark set: 31 CallSignalListener
2015/05/12 13:43:08.637    1          RasSrv.cxx(620)    Listening to 10.1.0.50:1720
2015/05/12 13:43:08.637    5        yasocket.cxx(991)    TCPSrv    Total sockets: 1
2015/05/12 13:43:08.637    4          osutil.cxx(189)    PWLib    File handle high water mark set: 32 StatusListener
2015/05/12 13:43:08.637    1          RasSrv.cxx(620)    Listening to 10.1.0.50:7000
2015/05/12 13:43:08.637    5        yasocket.cxx(991)    TCPSrv    Total sockets: 2
2015/05/12 13:43:08.638    4          osutil.cxx(189)    PWLib    File handle high water mark set: 33 PUDPSocket
2015/05/12 13:43:08.638    1          RasSrv.cxx(1027)    RAS    Broadcast listener listening at 0.0.0.0:1719(Bcast)
2015/05/12 13:43:08.638    5        yasocket.cxx(991)    RasSrv    Total sockets: 3
2015/05/12 13:43:08.638    2       singleton.cxx(24)    Create instance: MultiplexedRTPHandler(7)
2015/05/12 13:43:08.638    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e4160 (4661) Worker:0x7f59c6fb9700
2015/05/12 13:43:08.638    5             job.cxx(162)    JOB    Worker 140023567193856 started
2015/05/12 13:43:08.638    5             job.cxx(180)    JOB    Starting Job ProxyH(4) at Worker thread 140023567193856
2015/05/12 13:43:08.638    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e5a80 (4663) Worker:0x7f59c4965700
2015/05/12 13:43:08.638    5             job.cxx(162)    JOB    Worker 140023527003904 started
2015/05/12 13:43:08.638    5             job.cxx(180)    JOB    Starting Job TCPSrv at Worker thread 140023527003904
2015/05/12 13:43:08.639    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e2bc0 (4658) Worker:0x7f59c707c700
2015/05/12 13:43:08.639    5             job.cxx(162)    JOB    Worker 140023567992576 started
2015/05/12 13:43:08.639    5             job.cxx(180)    JOB    Starting Job ProxyH(1) at Worker thread 140023567992576
2015/05/12 13:43:08.639    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e48f0 (4662) Worker:0x7f59c49a6700
2015/05/12 13:43:08.639    5             job.cxx(162)    JOB    Worker 140023527270144 started
2015/05/12 13:43:08.639    5             job.cxx(180)    JOB    Starting Job ProxyRTP(0) at Worker thread 140023527270144
2015/05/12 13:43:08.639    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e3320 (4659) Worker:0x7f59c703b700
2015/05/12 13:43:08.639    5             job.cxx(162)    JOB    Worker 140023567726336 started
2015/05/12 13:43:08.640    5             job.cxx(180)    JOB    Starting Job ProxyH(2) at Worker thread 140023567726336
2015/05/12 13:43:08.640    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e3a40 (4660) Worker:0x7f59c6ffa700
2015/05/12 13:43:08.640    5             job.cxx(162)    JOB    Worker 140023567460096 started
2015/05/12 13:43:08.640    5             job.cxx(180)    JOB    Starting Job ProxyH(3) at Worker thread 140023567460096
2015/05/12 13:43:08.640    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e8228
2015/05/12 13:43:08.640    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26e85c8
2015/05/12 13:43:08.640    4          osutil.cxx(189)    PWLib    File handle high water mark set: 35 Thread unblock pipe
2015/05/12 13:43:08.640    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26e8840
2015/05/12 13:43:08.641    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 11
2015/05/12 13:43:08.641    5             job.cxx(338)    JOB    Worker threads: 8 total - 8 busy, 0 idle
2015/05/12 13:43:08.641    4        yasocket.cxx(1100)    TCPSrv    CpsLimit disabled
2015/05/12 13:43:08.641    2         Routing.cxx(994)    VQueue    (CTI) Virtual queues disabled - no virtual queues configured
2015/05/12 13:43:08.641    2       singleton.cxx(24)    Create instance: Routing::Analyzer(8)
2015/05/12 13:43:08.641    5         osutils.cxx(2219)    PTLib    Created read/write mutex 0x26eaae0
2015/05/12 13:43:08.642    2          gkacct.cxx(961)    GKACCT    Successfully logged event 8
2015/05/12 13:43:08.642    4          osutil.cxx(189)    PWLib    File handle high water mark set: 37 Thread unblock pipe
2015/05/12 13:43:08.642    5        tlibthrd.cxx(406)    PTLib    Created thread 0x26ed130
2015/05/12 13:43:08.642    4        tlibthrd.cxx(572)    PTLib    Thread high water mark set: 12
2015/05/12 13:43:08.642    5             job.cxx(338)    JOB    Worker threads: 9 total - 9 busy, 0 idle
2015/05/12 13:43:08.642    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e25d0 (4657) Worker:0x7f59c70bd700
2015/05/12 13:43:08.642    5             job.cxx(162)    JOB    Worker 140023568258816 started
2015/05/12 13:43:08.643    5             job.cxx(180)    JOB    Starting Job ProxyH(0) at Worker thread 140023568258816
2015/05/12 13:43:08.643    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26e8840 (4664) Worker:0x7f59c4924700
2015/05/12 13:43:08.643    5             job.cxx(162)    JOB    Worker 140023526737664 started
2015/05/12 13:43:08.643    5             job.cxx(180)    JOB    Starting Job MultiplexedRTPReader at Worker thread 140023526737664
2015/05/12 13:43:08.643    4          osutil.cxx(189)    PWLib    File handle high water mark set: 38 PUDPSocket
2015/05/12 13:43:08.643    1    ProxyChannel.cxx(8858)    RTPM    Multiplex RTP listener listening on port 2776
2015/05/12 13:43:08.643    5        yasocket.cxx(991)    MultiplexedRTPReader    Total sockets: 1
2015/05/12 13:43:08.644    4          osutil.cxx(189)    PWLib    File handle high water mark set: 39 PUDPSocket
2015/05/12 13:43:08.644    1    ProxyChannel.cxx(8867)    RTPM    Multiplex RTCP listener listening on port 2777
2015/05/12 13:43:08.644    5        yasocket.cxx(991)    MultiplexedRTPReader    Total sockets: 2
2015/05/12 13:43:08.644    5        tlibthrd.cxx(483)    PTLib    Started thread 0x26ed130 (4665) Worker:0x7f59c48e3700
2015/05/12 13:43:08.644    5             job.cxx(162)    JOB    Worker 140023526471424 started
2015/05/12 13:43:08.644    5             job.cxx(180)    JOB    Starting Job HouseKeeping at Worker thread 140023526471424

--


Image removed by sender.

Bu elektronik postada bulunan tum fikir ve gorusler ve ekindeki dosyalar sadece adres sahip/sahiplerine ait olup, Yasar Toplulugu Sirketleri bu mesajin icerigi ile ilgili olarak hic bir hukuksal sorumlulugu kabul etmez. Eger gonderilmesi dusunulen kisi veya kurulus degilseniz, lutfen gonderen kisiyi derhal haberdar ediniz ve mesaji sisteminizden siliniz.The information contained in this e-mail and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed and Yasar Group Companies do not accept legal responsibility for the contents. If you are not the intended recipient, please immediately notify the sender and delete it from your system.



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y


_______________________________________________________

Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
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/

--



Bu elektronik postada bulunan tum fikir ve gorusler ve ekindeki dosyalar sadece adres sahip/sahiplerine ait olup, Yasar Toplulugu Sirketleri bu mesajin icerigi ile ilgili olarak hic bir hukuksal sorumlulugu kabul etmez. Eger gonderilmesi dusunulen kisi veya kurulus degilseniz, lutfen gonderen kisiyi derhal haberdar ediniz ve mesaji sisteminizden siliniz.The information contained in this e-mail and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed and Yasar Group Companies do not accept legal responsibility for the contents. If you are not the intended recipient, please immediately notify the sender and delete it from your system.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________________

Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
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/



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y


_______________________________________________________

Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
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/

--





Bu elektronik postada bulunan tum fikir ve gorusler ve ekindeki dosyalar sadece adres sahip/sahiplerine ait olup, Yasar Toplulugu Sirketleri bu mesajin icerigi ile ilgili olarak hic bir hukuksal sorumlulugu kabul etmez. Eger gonderilmesi dusunulen kisi veya kurulus degilseniz, lutfen gonderen kisiyi derhal haberdar ediniz ve mesaji sisteminizden siliniz.The information contained in this e-mail and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed and Yasar Group Companies do not accept legal responsibility for the contents. If you are not the intended recipient, please immediately notify the sender and delete it from your system.
2015/05/13 13:38:20.712	3	     Toolkit.cxx(1838)	Minimum H.225 version for GK generated messages: 0.0.8.2250.0.2
2015/05/13 13:38:20.712	3	     Toolkit.cxx(1840)	Minimum H.245 version for GK generated messages: 0.0.8.245.0.3
2015/05/13 13:38:20.713	4	     Toolkit.cxx(511)	InterfaceTable:
127.0.0.1 <00-00-00-00-00-00> (lo)
10.1.0.50 <00-0C-29-8C-47-D8> (eth0)

2015/05/13 13:38:20.713	2	     Toolkit.cxx(541)	Internal Network Detected 10.1.0.0/24
2015/05/13 13:38:20.713	2	     Toolkit.cxx(392)	Network=10.1.0.0/24, IP=10.1.0.50
2015/05/13 13:38:20.713	2	     Toolkit.cxx(400)	Default IP=10.1.0.50
2015/05/13 13:38:20.714	4	     Toolkit.cxx(511)	InterfaceTable:
127.0.0.1 <00-00-00-00-00-00> (lo)
10.1.0.50 <00-0C-29-8C-47-D8> (eth0)

2015/05/13 13:38:20.714	2	     Toolkit.cxx(541)	Internal Network Detected 10.1.0.0/24
2015/05/13 13:38:20.714	1	     Toolkit.cxx(638)	External IP=217.131.39.204 dynamic=1
2015/05/13 13:38:20.714	2	     Toolkit.cxx(392)	Network=10.1.0.0/24, IP=10.1.0.50
2015/05/13 13:38:20.714	2	     Toolkit.cxx(400)	Default IP=10.1.0.50
2015/05/13 13:38:20.714	2	     Toolkit.cxx(673)	GK	H.323 Proxy enabled
2015/05/13 13:38:20.714	2	   singleton.cxx(24)	Create instance: RasSrv(2)
2015/05/13 13:38:20.714	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd60948
2015/05/13 13:38:20.714	2	     Toolkit.cxx(706)	GK	INI Internal Network 0 = 10.0.0.0/8 (3,0)
2015/05/13 13:38:20.714	2	     Toolkit.cxx(1060)	GK	Loaded per GW rewrite data:
2015/05/13 13:38:20.714	2	     Toolkit.cxx(1063)	GK	No per GW data loaded
2015/05/13 13:38:20.714	4	     Toolkit.cxx(2064)	AliasSQL	Query: SELECT alias FROM aliases, users WHERE aliases.username = users.username AND users.username = '%u';
2015/05/13 13:38:20.714	4	        udll.cxx(333)	UDLL	opening libmysqlclient.so
2015/05/13 13:38:20.715	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd5af80 (7476) PXConfigWriteThread:0x7f60d1662700
2015/05/13 13:38:20.715	4	      config.cxx(196)	PTLib	Config file cache write back thread started.
2015/05/13 13:38:20.715	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd58f20 (7475) Housekeeper:0x7f60d16a3700
2015/05/13 13:38:20.718	5	 gksql_mysql.cxx(389)	AssignedAliases::SQL	MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/13 13:38:20.718	5	 gksql_mysql.cxx(389)	AssignedAliases::SQL	MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/13 13:38:20.719	5	 gksql_mysql.cxx(389)	AssignedAliases::SQL	MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/13 13:38:20.719	5	 gksql_mysql.cxx(389)	AssignedAliases::SQL	MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/13 13:38:20.719	5	 gksql_mysql.cxx(389)	AssignedAliases::SQL	MySQL connection to root@localhost[gatekeeper] established successfully
2015/05/13 13:38:20.719	3	       gksql.cxx(102)	AssignedAliases::SQL	Database connection pool created: root@localhost[gatekeeper]
2015/05/13 13:38:20.719	5	       gksql.cxx(105)	AssignedAliases::SQL	Connection pool: 5 SQL connections created, 0 failed
2015/05/13 13:38:20.720	5	       clirw.cxx(460)	CLIRW	0 inbound rules loaded
2015/05/13 13:38:20.720	5	       clirw.cxx(472)	CLIRW	0 outbound rules loaded
2015/05/13 13:38:20.720	2	   singleton.cxx(24)	Create instance: CapacityControl(3)
2015/05/13 13:38:20.720	5	     capctrl.cxx(257)	CAPCTRL	0 IP rules loaded
2015/05/13 13:38:20.720	5	     capctrl.cxx(268)	CAPCTRL	0 H.323 ID rules loaded
2015/05/13 13:38:20.720	5	     capctrl.cxx(279)	CAPCTRL	0 CLI rules loaded
2015/05/13 13:38:20.720	5	     capctrl.cxx(257)	CAPCTRL	0 IP rules loaded
2015/05/13 13:38:20.720	5	     capctrl.cxx(268)	CAPCTRL	0 H.323 ID rules loaded
2015/05/13 13:38:20.720	5	     capctrl.cxx(279)	CAPCTRL	0 CLI rules loaded
2015/05/13 13:38:20.721	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 15 PTextFile
2015/05/13 13:38:20.721	5	          gk.cxx(1694)	GK	Daily rotation enabled (first rotation scheduled at Wed, 13 May 2015 23:59:00 +03:00
2015/05/13 13:38:20.721	1	          gk.cxx(1446)	GNU Gatekeeper with ID 'YasarGk' started
Gatekeeper(GNU) Version(3.9.0) Ext(pthreads=1,radius=1,mysql=1,pgsql=0,firebird=0,odbc=0,sqlite=0,large_fdset=0,crypto/ssl=0,h46018=1,h46023=1,ldap=0,ssh=0,ipv6=0,h235media=0,lua=0,h46017=1,snmp=1,h46026=0) H323Plus(1.26.6) PTLib(2.10.9) Build(May  7 2015, 14:33:57) Sys(Linux x86_64 3.13.0-32-generic)

2015/05/13 13:38:20.721	1	          gk.cxx(1448)	Current file handle limit: 1024
2015/05/13 13:38:20.722	2	   singleton.cxx(24)	Create instance: CallTable(4)
2015/05/13 13:38:20.722	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd99308
2015/05/13 13:38:20.722	2	          gk.cxx(1504)	GK	Total bandwidth not limited
2015/05/13 13:38:20.722	2	          gk.cxx(1513)	GK	TimeToLive for Registrations: 600
2015/05/13 13:38:20.722	2	ProxyChannel.cxx(771)	Q931PortRange: 30000-30999
2015/05/13 13:38:20.722	2	ProxyChannel.cxx(771)	H245PortRange: 56000-56999
2015/05/13 13:38:20.722	2	ProxyChannel.cxx(771)	RTPPortRange: 55000-55999
2015/05/13 13:38:20.722	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd99718
2015/05/13 13:38:20.722	2	   singleton.cxx(24)	Create instance: Agent(5)
2015/05/13 13:38:20.722	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 16 Thread unblock pipe
2015/05/13 13:38:20.722	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xd999a0 
2015/05/13 13:38:20.722	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 4
2015/05/13 13:38:20.722	5	         job.cxx(338)	JOB	Worker threads: 1 total - 1 busy, 0 idle
2015/05/13 13:38:20.723	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd99cc8
2015/05/13 13:38:20.723	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 18 Thread unblock pipe
2015/05/13 13:38:20.723	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xd99f50 
2015/05/13 13:38:20.723	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 5
2015/05/13 13:38:20.723	5	         job.cxx(338)	JOB	Worker threads: 2 total - 2 busy, 0 idle
2015/05/13 13:38:20.723	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd9a3a8
2015/05/13 13:38:20.723	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 20 Thread unblock pipe
2015/05/13 13:38:20.723	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xd9a630 
2015/05/13 13:38:20.723	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 6
2015/05/13 13:38:20.723	5	         job.cxx(338)	JOB	Worker threads: 3 total - 3 busy, 0 idle
2015/05/13 13:38:20.723	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd9aa88
2015/05/13 13:38:20.723	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 22 Thread unblock pipe
2015/05/13 13:38:20.723	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xd9ad10 
2015/05/13 13:38:20.723	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 7
2015/05/13 13:38:20.723	5	         job.cxx(338)	JOB	Worker threads: 4 total - 4 busy, 0 idle
2015/05/13 13:38:20.723	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd9b1a8
2015/05/13 13:38:20.723	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 24 Thread unblock pipe
2015/05/13 13:38:20.723	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xd9b430 
2015/05/13 13:38:20.723	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 8
2015/05/13 13:38:20.723	5	         job.cxx(338)	JOB	Worker threads: 5 total - 5 busy, 0 idle
2015/05/13 13:38:20.723	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd9b918
2015/05/13 13:38:20.723	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 26 Thread unblock pipe
2015/05/13 13:38:20.723	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xd9bba0 
2015/05/13 13:38:20.723	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 9
2015/05/13 13:38:20.723	5	         job.cxx(338)	JOB	Worker threads: 6 total - 6 busy, 0 idle
2015/05/13 13:38:20.723	2	      RasSrv.cxx(854)	GK	Using Routed Signalling
2015/05/13 13:38:20.723	2	      RasSrv.cxx(855)	GK	H.245 Routed Enabled
2015/05/13 13:38:20.723	2	      RasSrv.cxx(857)	GK	H.245 tunneling translation Enabled
2015/05/13 13:38:20.723	2	      RasSrv.cxx(860)	GK	H.460.17 Registrations Disabled
2015/05/13 13:38:20.723	2	      RasSrv.cxx(864)	GK	H.460.18 Registrations Enabled
2015/05/13 13:38:20.723	2	      RasSrv.cxx(878)	GK	No ENUMservers set, using defaults
2015/05/13 13:38:20.723	2	      RasSrv.cxx(899)	GK	No RDSservers set, using defaults
2015/05/13 13:38:20.723	2	   singleton.cxx(24)	Create instance: RegistrationTable(6)
2015/05/13 13:38:20.723	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd9bf88
2015/05/13 13:38:20.723	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd9caa8
2015/05/13 13:38:20.723	4	    yasocket.cxx(1100)	TCPSrv	CpsLimit disabled
2015/05/13 13:38:20.723	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 28 Thread unblock pipe
2015/05/13 13:38:20.723	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xd9cd30 
2015/05/13 13:38:20.724	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 10
2015/05/13 13:38:20.724	5	         job.cxx(338)	JOB	Worker threads: 7 total - 7 busy, 0 idle
2015/05/13 13:38:20.724	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xd9d868
2015/05/13 13:38:20.724	2	      RasSrv.cxx(963)	GK	Home = 10.1.0.50
2015/05/13 13:38:20.724	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 29 PUDPSocket
2015/05/13 13:38:20.724	1	      RasSrv.cxx(620)	Listening to 10.1.0.50:1719(U)
2015/05/13 13:38:20.724	5	    yasocket.cxx(991)	RasSrv	Total sockets: 1
2015/05/13 13:38:20.724	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 30 PUDPSocket
2015/05/13 13:38:20.724	1	      RasSrv.cxx(620)	Listening to 10.1.0.50:1718(Mcast)
2015/05/13 13:38:20.724	5	    yasocket.cxx(991)	RasSrv	Total sockets: 2
2015/05/13 13:38:20.724	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 31 CallSignalListener
2015/05/13 13:38:20.724	1	      RasSrv.cxx(620)	Listening to 10.1.0.50:11720
2015/05/13 13:38:20.724	5	    yasocket.cxx(991)	TCPSrv	Total sockets: 1
2015/05/13 13:38:20.724	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 32 StatusListener
2015/05/13 13:38:20.724	1	      RasSrv.cxx(620)	Listening to 10.1.0.50:7000
2015/05/13 13:38:20.724	5	    yasocket.cxx(991)	TCPSrv	Total sockets: 2
2015/05/13 13:38:20.724	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 33 PUDPSocket
2015/05/13 13:38:20.724	1	      RasSrv.cxx(1027)	RAS	Broadcast listener listening at 0.0.0.0:1719(Bcast)
2015/05/13 13:38:20.724	5	    yasocket.cxx(991)	RasSrv	Total sockets: 3
2015/05/13 13:38:20.724	2	   singleton.cxx(24)	Create instance: MultiplexedRTPHandler(7)
2015/05/13 13:38:20.724	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xda0018
2015/05/13 13:38:20.724	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xda0398
2015/05/13 13:38:20.724	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 35 Thread unblock pipe
2015/05/13 13:38:20.724	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xda0610 
2015/05/13 13:38:20.724	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 11
2015/05/13 13:38:20.724	5	         job.cxx(338)	JOB	Worker threads: 8 total - 8 busy, 0 idle
2015/05/13 13:38:20.724	4	    yasocket.cxx(1100)	TCPSrv	CpsLimit disabled
2015/05/13 13:38:20.725	2	     Routing.cxx(994)	VQueue	(CTI) Virtual queues disabled - no virtual queues configured
2015/05/13 13:38:20.725	2	   singleton.cxx(24)	Create instance: Routing::Analyzer(8)
2015/05/13 13:38:20.725	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0xda08d0
2015/05/13 13:38:20.725	1	     Routing.cxx(335)	RoutingPolicy::OnARQ add policy explicit,internal,srv,dns for prefix *
2015/05/13 13:38:20.725	1	     Routing.cxx(335)	RoutingPolicy::OnLRQ add policy explicit,internal,srv,dns for prefix *
2015/05/13 13:38:20.725	1	     Routing.cxx(335)	RoutingPolicy::OnSetup add policy explicit,internal,srv,dns for prefix *
2015/05/13 13:38:20.725	1	     Routing.cxx(335)	RoutingPolicy::OnFacility add policy explicit,internal,srv,dns for prefix *
2015/05/13 13:38:20.725	2	      gkacct.cxx(961)	GKACCT	Successfully logged event 8
2015/05/13 13:38:20.725	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 37 Thread unblock pipe
2015/05/13 13:38:20.725	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xda29b0 
2015/05/13 13:38:20.725	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 12
2015/05/13 13:38:20.725	5	         job.cxx(338)	JOB	Worker threads: 9 total - 9 busy, 0 idle
2015/05/13 13:38:20.725	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd9b430 (7482) Worker:0x7f60d151d700
2015/05/13 13:38:20.725	5	         job.cxx(162)	JOB	Worker 140053805389568 started
2015/05/13 13:38:20.725	5	         job.cxx(180)	JOB	Starting Job ProxyH(4) at Worker thread 140053805389568
2015/05/13 13:38:20.725	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd9bba0 (7483) Worker:0x7f60cef0a700
2015/05/13 13:38:20.725	5	         job.cxx(162)	JOB	Worker 140053765465856 started
2015/05/13 13:38:20.725	5	         job.cxx(180)	JOB	Starting Job ProxyRTP(0) at Worker thread 140053765465856
2015/05/13 13:38:20.725	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd9ad10 (7481) Worker:0x7f60d155e700
2015/05/13 13:38:20.725	5	         job.cxx(162)	JOB	Worker 140053805655808 started
2015/05/13 13:38:20.725	5	         job.cxx(180)	JOB	Starting Job ProxyH(3) at Worker thread 140053805655808
2015/05/13 13:38:20.725	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd9a630 (7480) Worker:0x7f60d159f700
2015/05/13 13:38:20.725	5	         job.cxx(162)	JOB	Worker 140053805922048 started
2015/05/13 13:38:20.725	5	         job.cxx(180)	JOB	Starting Job ProxyH(2) at Worker thread 140053805922048
2015/05/13 13:38:20.725	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd9cd30 (7484) Worker:0x7f60ceec9700
2015/05/13 13:38:20.726	5	         job.cxx(162)	JOB	Worker 140053765199616 started
2015/05/13 13:38:20.726	5	         job.cxx(180)	JOB	Starting Job TCPSrv at Worker thread 140053765199616
2015/05/13 13:38:20.726	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd99f50 (7479) Worker:0x7f60d15e0700
2015/05/13 13:38:20.726	5	         job.cxx(162)	JOB	Worker 140053806188288 started
2015/05/13 13:38:20.726	5	         job.cxx(180)	JOB	Starting Job ProxyH(1) at Worker thread 140053806188288
2015/05/13 13:38:20.726	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xda0610 (7485) Worker:0x7f60cee88700
2015/05/13 13:38:20.726	5	         job.cxx(162)	JOB	Worker 140053764933376 started
2015/05/13 13:38:20.726	5	         job.cxx(180)	JOB	Starting Job MultiplexedRTPReader at Worker thread 140053764933376
2015/05/13 13:38:20.726	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 38 PUDPSocket
2015/05/13 13:38:20.726	1	ProxyChannel.cxx(8858)	RTPM	Multiplex RTP listener listening on port 2776
2015/05/13 13:38:20.726	5	    yasocket.cxx(991)	MultiplexedRTPReader	Total sockets: 1
2015/05/13 13:38:20.726	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 39 PUDPSocket
2015/05/13 13:38:20.726	1	ProxyChannel.cxx(8867)	RTPM	Multiplex RTCP listener listening on port 2777
2015/05/13 13:38:20.726	5	    yasocket.cxx(991)	MultiplexedRTPReader	Total sockets: 2
2015/05/13 13:38:20.726	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xda29b0 (7486) Worker:0x7f60cee47700
2015/05/13 13:38:20.726	5	         job.cxx(162)	JOB	Worker 140053764667136 started
2015/05/13 13:38:20.726	5	         job.cxx(180)	JOB	Starting Job HouseKeeping at Worker thread 140053764667136
2015/05/13 13:38:20.726	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xd999a0 (7478) Worker:0x7f60d1621700
2015/05/13 13:38:20.726	5	         job.cxx(162)	JOB	Worker 140053806454528 started
2015/05/13 13:38:20.726	5	         job.cxx(180)	JOB	Starting Job ProxyH(0) at Worker thread 140053806454528
2015/05/13 13:38:36.051	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:38:36.052	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.100:5061
2015/05/13 13:38:36.052	3	      RasSrv.cxx(281)	RAS
gatekeeperRequest {
    requestSeqNum = 15974
    protocolIdentifier = 0.0.8.2250.0.6
    rasAddress = ipAddress {
      ip =  4 octets {
        0a 41 08 64                                        .A.d
      }
      port = 5061
    }
    endpointType = {
      vendor = {
        vendor = {
          t35CountryCode = 9
          t35Extension = 0
          manufacturerCode = 61
        }
        productId =  3 octets {
          00 00 00                                           ...
        }
        versionId =  35 octets {
          34 2e 30 2e 31 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.1 (OPAL v3.1
          30 2e 31 30 20 28 73 76  6e 3a 32 39 31 35 30 29   0.10 (svn:29150)
          29 00 00                                           )..
        }
      }
      terminal = {
      }
      mc = false
      undefinedNode = false
    }
    endpointAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0054 0065 0076 0066 0069 006b             Tevfik
      }
    }
    authenticationCapability = 2 entries {
      [0]=pwdHash <<null>>
      [1]=authenticationBES radius <<null>>
    }
    algorithmOIDs = 3 entries {
      [0]=0.0.8.235.0.2.6
      [1]=1.2.840.113548.10.1.2.1
      [2]=1.2.840.113549.2.5
    }
    supportsAltGK = <<null>>
  }
2015/05/13 13:38:36.052	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 41 Thread unblock pipe
2015/05/13 13:38:36.053	5	    tlibthrd.cxx(406)	PTLib	Created thread 0xdaaa50 
2015/05/13 13:38:36.053	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 13
2015/05/13 13:38:36.053	5	         job.cxx(338)	JOB	Worker threads: 10 total - 10 busy, 0 idle
2015/05/13 13:38:36.053	5	    tlibthrd.cxx(483)	PTLib	Started thread 0xdaaa50 (7488) Worker:0x7f60cee06700
2015/05/13 13:38:36.053	5	         job.cxx(162)	JOB	Worker 140053764400896 started
2015/05/13 13:38:36.053	5	         job.cxx(180)	JOB	Starting Job GRQ at Worker thread 140053764400896
2015/05/13 13:38:36.053	1	      RasSrv.cxx(412)	RAS	GRQ Received from 10.65.8.100:5061
2015/05/13 13:38:36.053	2	      RasSrv.cxx(451)	GCF|10.65.8.100|Tevfik|terminal;
2015/05/13 13:38:36.054	2	   singleton.cxx(24)	Create instance: GkStatus(9)
2015/05/13 13:38:36.054	5	     osutils.cxx(2219)	PTLib	Created read/write mutex 0x7f60b0008b88
2015/05/13 13:38:36.054	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 43 Thread unblock pipe
2015/05/13 13:38:36.054	5	    tlibthrd.cxx(406)	PTLib	Created thread 0x7f60b0009380 
2015/05/13 13:38:36.054	4	    tlibthrd.cxx(572)	PTLib	Thread high water mark set: 14
2015/05/13 13:38:36.054	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:38:36.054	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.100:5061
gatekeeperConfirm {
    requestSeqNum = 15974
    protocolIdentifier = 0.0.8.2250.0.6
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    rasAddress = ipAddress {
      ip =  4 octets {
        0a 01 00 32                                        ...2
      }
      port = 1719
    }
  }
2015/05/13 13:38:36.055	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:38:36.055	5	         job.cxx(388)	JOB	Job GRQ deleted
2015/05/13 13:38:36.055	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:38:36.055	5	    tlibthrd.cxx(483)	PTLib	Started thread 0x7f60b0009380 (7489) Worker:0x7f60cedc5700
2015/05/13 13:38:36.055	5	         job.cxx(162)	JOB	Worker 140053764134656 started
2015/05/13 13:38:36.055	5	         job.cxx(180)	JOB	Starting Job GkStatus at Worker thread 140053764134656
2015/05/13 13:38:36.057	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:38:36.057	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.100:5061
2015/05/13 13:38:36.058	3	      RasSrv.cxx(281)	RAS
registrationRequest {
    requestSeqNum = 15975
    protocolIdentifier = 0.0.8.2250.0.6
    discoveryComplete = true
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 64                                        .A.d
        }
        port = 1720
      }
    }
    rasAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 64                                        .A.d
        }
        port = 5061
      }
    }
    terminalType = {
      vendor = {
        vendor = {
          t35CountryCode = 9
          t35Extension = 0
          manufacturerCode = 61
        }
        productId =  3 octets {
          00 00 00                                           ...
        }
        versionId =  35 octets {
          34 2e 30 2e 31 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.1 (OPAL v3.1
          30 2e 31 30 20 28 73 76  6e 3a 32 39 31 35 30 29   0.10 (svn:29150)
          29 00 00                                           )..
        }
      }
      terminal = {
      }
      mc = false
      undefinedNode = false
    }
    terminalAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0054 0065 0076 0066 0069 006b             Tevfik
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    endpointVendor = {
      vendor = {
        t35CountryCode = 9
        t35Extension = 0
        manufacturerCode = 61
      }
      productId =  3 octets {
        00 00 00                                           ...
      }
      versionId =  35 octets {
        34 2e 30 2e 31 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.1 (OPAL v3.1
        30 2e 31 30 20 28 73 76  6e 3a 32 39 31 35 30 29   0.10 (svn:29150)
        29 00 00                                           )..
      }
    }
    timeToLive = 6000
    tokens = 1 entries {
      [0]={
        tokenOID = 1.2.840.113548.10.1.2.1
        timeStamp = 1431513382
        challenge =  16 octets {
          6a 5b e8 5b 03 86 05 7e  c9 cb 70 7e b4 8c c1 25   j[.[...~..p~...%
        }
        random = 206
        generalID =  7 characters {
          0054 0065 0076 0066 0069 006b 0000        Tevfik 
        }
      }
    }
    cryptoTokens = 2 entries {
      [0]=nestedcryptoToken cryptoHashedToken {
        tokenOID = 0.0.8.235.0.2.1
        hashedVals = {
          tokenOID = 0.0.8.235.0.2.5
          timeStamp = 1431513382
          random = 1409550594
          generalID =  7 characters {
            0059 0061 0073 0061 0072 0047 006b        YasarGk
          }
          sendersID =  6 characters {
            0054 0065 0076 0066 0069 006b             Tevfik
          }
        }
        token = {
          algorithmOID = 0.0.8.235.0.2.6
          paramS = {
          }
          hash = Hex:  57 76 f7 13 d0 7d 45 8d  2f 9b 31 ca             
        }
      }
      [1]=cryptoEPPwdHash {
        alias = h323_ID  6 characters {
          0054 0065 0076 0066 0069 006b             Tevfik
        }
        timeStamp = 1431513382
        token = {
          algorithmOID = 1.2.840.113549.2.5
          paramS = {
          }
          hash = Hex:  e7 c0 eb 38 1c 91 5e bd  3b bd 59 0a 90 d8 93 0a 
        }
      }
    }
    keepAlive = false
    willSupplyUUIEs = true
    maintainConnection = false
    supportsAltGK = <<null>>
    usageReportingCapability = {
      nonStandardUsageTypes = 0 entries {
      }
      startTime = <<null>>
      endTime = <<null>>
      terminationCause = <<null>>
    }
    callCreditCapability = {
      canEnforceDurationLimit = true
    }
  }
2015/05/13 13:38:36.058	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:38:36.058	5	         job.cxx(180)	JOB	Starting Job RRQ at Worker thread 140053764400896
2015/05/13 13:38:36.058	1	      RasSrv.cxx(412)	RAS	RRQ Received from 10.65.8.100:5061
2015/05/13 13:38:36.059	1	      RasTbl.cxx(113)	New EP|10.65.8.100:1720|Tevfik:h323_ID|terminal|131196690_endp
2015/05/13 13:38:36.059	2	      gkacct.cxx(1031)	GKACCT	Successfully logged event 256 for endpoint 131196690_endp
2015/05/13 13:38:36.059	5	       gksql.cxx(318)	AssignedAliases::SQL	Executing query: SELECT alias FROM aliases, users WHERE aliases.username = users.username AND users.username = 'Tevfik';
2015/05/13 13:38:36.059	3	     Toolkit.cxx(2102)	AliasSQL	Query returned no rows
2015/05/13 13:38:36.060	2	      RasSrv.cxx(451)	RCF|10.65.8.100:1720|Tevfik:h323_ID|terminal|131196690_endp
;
2015/05/13 13:38:36.060	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.100:5061
registrationConfirm {
    requestSeqNum = 15975
    protocolIdentifier = 0.0.8.2250.0.6
    nonStandardData = {
      nonStandardIdentifier = h221NonStandard {
        t35CountryCode = 138
        t35Extension = 2
        manufacturerCode = 2
      }
      data =  5 octets {
        4e 6f 4e 41 54                                     NoNAT
      }
    }
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 01 00 32                                        ...2
        }
        port = 11720
      }
    }
    terminalAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0054 0065 0076 0066 0069 006b             Tevfik
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    endpointIdentifier =  14 characters {
      0031 0033 0031 0031 0039 0036 0036 0039   13119669
      0030 005f 0065 006e 0064 0070             0_endp
    }
    timeToLive = 600
    willRespondToIRR = false
    maintainConnection = false
    serviceControl = 1 entries {
      [0]={
        sessionId = 0
        contents = callCreditServiceControl {
          callStartingPoint = connect <<null>>
        }
        reason = open <<null>>
      }
    }
    supportsAdditiveRegistration = <<null>>
  }
2015/05/13 13:38:36.060	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:38:36.060	5	         job.cxx(388)	JOB	Job RRQ deleted
2015/05/13 13:38:36.060	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:38:50.256	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:38:50.257	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.117:5061
2015/05/13 13:38:50.257	3	      RasSrv.cxx(281)	RAS
gatekeeperRequest {
    requestSeqNum = 4884
    protocolIdentifier = 0.0.8.2250.0.6
    rasAddress = ipAddress {
      ip =  4 octets {
        0a 41 08 75                                        .A.u
      }
      port = 5061
    }
    endpointType = {
      vendor = {
        vendor = {
          t35CountryCode = 9
          t35Extension = 0
          manufacturerCode = 61
        }
        productId =  7 octets {
          65 6b 69 67 61 00 00                               ekiga..
        }
        versionId =  38 octets {
          34 2e 30 2e 32 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.2 (OPAL v3.1
          30 62 65 74 61 31 32 20  28 73 76 6e 3a 33 30 33   0beta12 (svn:303
          35 36 29 29 00 00                                  56))..
        }
      }
      terminal = {
      }
      mc = false
      undefinedNode = false
    }
    endpointAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0043 006c 0069 0065 006e 0074             Client
      }
    }
    authenticationCapability = 2 entries {
      [0]=authenticationBES radius <<null>>
      [1]=pwdHash <<null>>
    }
    algorithmOIDs = 2 entries {
      [0]=1.2.840.113548.10.1.2.1
      [1]=1.2.840.113549.2.5
    }
    supportsAltGK = <<null>>
  }
2015/05/13 13:38:50.257	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:38:50.257	5	         job.cxx(180)	JOB	Starting Job GRQ at Worker thread 140053764400896
2015/05/13 13:38:50.257	1	      RasSrv.cxx(412)	RAS	GRQ Received from 10.65.8.117:5061
2015/05/13 13:38:50.257	2	      RasSrv.cxx(451)	GCF|10.65.8.117|Client|terminal;
2015/05/13 13:38:50.258	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.117:5061
gatekeeperConfirm {
    requestSeqNum = 4884
    protocolIdentifier = 0.0.8.2250.0.6
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    rasAddress = ipAddress {
      ip =  4 octets {
        0a 01 00 32                                        ...2
      }
      port = 1719
    }
  }
2015/05/13 13:38:50.258	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:38:50.258	5	         job.cxx(388)	JOB	Job GRQ deleted
2015/05/13 13:38:50.258	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:38:50.262	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:38:50.262	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.117:5061
2015/05/13 13:38:50.262	3	      RasSrv.cxx(281)	RAS
registrationRequest {
    requestSeqNum = 4885
    protocolIdentifier = 0.0.8.2250.0.6
    discoveryComplete = true
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 75                                        .A.u
        }
        port = 1720
      }
    }
    rasAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 75                                        .A.u
        }
        port = 5061
      }
    }
    terminalType = {
      vendor = {
        vendor = {
          t35CountryCode = 9
          t35Extension = 0
          manufacturerCode = 61
        }
        productId =  7 octets {
          65 6b 69 67 61 00 00                               ekiga..
        }
        versionId =  38 octets {
          34 2e 30 2e 32 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.2 (OPAL v3.1
          30 62 65 74 61 31 32 20  28 73 76 6e 3a 33 30 33   0beta12 (svn:303
          35 36 29 29 00 00                                  56))..
        }
      }
      terminal = {
      }
      mc = false
      undefinedNode = false
    }
    terminalAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0043 006c 0069 0065 006e 0074             Client
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    endpointVendor = {
      vendor = {
        t35CountryCode = 9
        t35Extension = 0
        manufacturerCode = 61
      }
      productId =  7 octets {
        65 6b 69 67 61 00 00                               ekiga..
      }
      versionId =  38 octets {
        34 2e 30 2e 32 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.2 (OPAL v3.1
        30 62 65 74 61 31 32 20  28 73 76 6e 3a 33 30 33   0beta12 (svn:303
        35 36 29 29 00 00                                  56))..
      }
    }
    timeToLive = 6000
    tokens = 1 entries {
      [0]={
        tokenOID = 1.2.840.113548.10.1.2.1
        timeStamp = 1431513396
        challenge =  16 octets {
          b4 44 bb c9 0d 0e ba 23  0d 4d 7e 7f 99 70 60 e7   .D.....#.M~..p`.
        }
        random = 7
        generalID =  7 characters {
          0043 006c 0069 0065 006e 0074 0000        Client 
        }
      }
    }
    cryptoTokens = 1 entries {
      [0]=cryptoEPPwdHash {
        alias = h323_ID  6 characters {
          0043 006c 0069 0065 006e 0074             Client
        }
        timeStamp = 1431513396
        token = {
          algorithmOID = 1.2.840.113549.2.5
          paramS = {
          }
          hash = Hex:  e9 7e 4a a7 f0 c7 8f d4  39 79 3f bf 21 39 51 22 
        }
      }
    }
    keepAlive = false
    willSupplyUUIEs = true
    maintainConnection = false
    supportsAltGK = <<null>>
    usageReportingCapability = {
      nonStandardUsageTypes = 0 entries {
      }
      startTime = <<null>>
      endTime = <<null>>
      terminationCause = <<null>>
    }
    callCreditCapability = {
      canEnforceDurationLimit = true
    }
  }
2015/05/13 13:38:50.263	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:38:50.263	5	         job.cxx(180)	JOB	Starting Job RRQ at Worker thread 140053764400896
2015/05/13 13:38:50.263	1	      RasSrv.cxx(412)	RAS	RRQ Received from 10.65.8.117:5061
2015/05/13 13:38:50.263	1	      RasTbl.cxx(113)	New EP|10.65.8.117:1720|Client:h323_ID|terminal|6975450_endp
2015/05/13 13:38:50.263	2	      gkacct.cxx(1031)	GKACCT	Successfully logged event 256 for endpoint 6975450_endp
2015/05/13 13:38:50.263	5	       gksql.cxx(318)	AssignedAliases::SQL	Executing query: SELECT alias FROM aliases, users WHERE aliases.username = users.username AND users.username = 'Client';
2015/05/13 13:38:50.264	3	     Toolkit.cxx(2102)	AliasSQL	Query returned no rows
2015/05/13 13:38:50.264	2	      RasSrv.cxx(451)	RCF|10.65.8.117:1720|Client:h323_ID|terminal|6975450_endp
;
2015/05/13 13:38:50.264	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.117:5061
registrationConfirm {
    requestSeqNum = 4885
    protocolIdentifier = 0.0.8.2250.0.6
    nonStandardData = {
      nonStandardIdentifier = h221NonStandard {
        t35CountryCode = 138
        t35Extension = 2
        manufacturerCode = 2
      }
      data =  5 octets {
        4e 6f 4e 41 54                                     NoNAT
      }
    }
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 01 00 32                                        ...2
        }
        port = 11720
      }
    }
    terminalAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0043 006c 0069 0065 006e 0074             Client
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    endpointIdentifier =  12 characters {
      0036 0039 0037 0035 0034 0035 0030 005f   6975450_
      0065 006e 0064 0070                       endp
    }
    timeToLive = 600
    willRespondToIRR = false
    maintainConnection = false
    serviceControl = 1 entries {
      [0]={
        sessionId = 0
        contents = callCreditServiceControl {
          callStartingPoint = connect <<null>>
        }
        reason = open <<null>>
      }
    }
    supportsAdditiveRegistration = <<null>>
  }
2015/05/13 13:38:50.264	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:38:50.264	5	         job.cxx(388)	JOB	Job RRQ deleted
2015/05/13 13:38:50.264	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:39:02.828	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:39:02.828	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.117:5061
2015/05/13 13:39:02.828	3	      RasSrv.cxx(281)	RAS
admissionRequest {
    requestSeqNum = 4886
    callType = pointToPoint <<null>>
    endpointIdentifier =  12 characters {
      0036 0039 0037 0035 0034 0035 0030 005f   6975450_
      0065 006e 0064 0070                       endp
    }
    destinationInfo = 1 entries {
      [0]=h323_ID  16 characters {
        0031 0030 002e 0036 0035 002e 0038 002e   10.65.8.
        0031 0030 0030 003a 0031 0037 0032 0030   100:1720
      }
    }
    destCallSignalAddress = ipAddress {
      ip =  4 octets {
        0a 41 08 64                                        .A.d
      }
      port = 1720
    }
    srcInfo = 1 entries {
      [0]=h323_ID  6 characters {
        0043 006c 0069 0065 006e 0074             Client
      }
    }
    bandWidth = 100000
    callReferenceValue = 18618
    conferenceID =  16 octets {
      d3 04 83 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
    }
    activeMC = false
    answerCall = false
    canMapAlias = true
    callIdentifier = {
      guid =  16 octets {
        b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    tokens = 1 entries {
      [0]={
        tokenOID = 1.2.840.113548.10.1.2.1
        timeStamp = 1431513409
        challenge =  16 octets {
          b1 1a ee 25 89 f3 b4 f1  2e 75 57 bb c7 b4 1f 1b   ...%.....uW.....
        }
        random = 8
        generalID =  7 characters {
          0043 006c 0069 0065 006e 0074 0000        Client 
        }
      }
    }
    cryptoTokens = 1 entries {
      [0]=cryptoEPPwdHash {
        alias = h323_ID  6 characters {
          0043 006c 0069 0065 006e 0074             Client
        }
        timeStamp = 1431513409
        token = {
          algorithmOID = 1.2.840.113549.2.5
          paramS = {
          }
          hash = Hex:  b9 0c c4 b8 26 59 fe b7  6b 85 da fd f6 c0 34 d9 
        }
      }
    }
    willSupplyUUIEs = true
    canMapSrcAlias = false
  }
2015/05/13 13:39:02.829	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:39:02.829	5	         job.cxx(180)	JOB	Starting Job ARQ at Worker thread 140053764400896
2015/05/13 13:39:02.829	1	      RasSrv.cxx(412)	RAS	ARQ Received from 10.65.8.117:5061
2015/05/13 13:39:02.829	5	       Routing.h(243)	ROUTING	Checking policy Explicit for the request ARQ 4886
2015/05/13 13:39:02.829	5	       Routing.h(246)	ROUTING	Policy Explicit applied to the request ARQ 4886
2015/05/13 13:39:02.829	3	      RasSrv.cxx(3378)	GK	ACF will grant bandwidth of 100000
2015/05/13 13:39:02.830	2	      RasTbl.cxx(4725)	CallTable::Insert(CALL) Call No. 1, total sessions : 1
2015/05/13 13:39:02.830	2	      RasSrv.cxx(451)	ACF|10.65.8.117:1720|6975450_endp|18618|10.65.8.100:1720:h323_ID|Client:h323_ID|false|b8-fe-82-f5-a1-0f-19-10-83-74-08-00-27-c4-f6-f0|ToBeDecided;
2015/05/13 13:39:02.830	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.117:5061
admissionConfirm {
    requestSeqNum = 4886
    bandWidth = 100000
    callModel = gatekeeperRouted <<null>>
    destCallSignalAddress = ipAddress {
      ip =  4 octets {
        0a 01 00 32                                        ...2
      }
      port = 11720
    }
    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
    }
    serviceControl = 1 entries {
      [0]={
        sessionId = 0
        contents = callCreditServiceControl {
          callStartingPoint = connect <<null>>
        }
        reason = refresh <<null>>
      }
    }
  }
2015/05/13 13:39:02.830	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:39:02.830	5	         job.cxx(388)	JOB	Job ARQ deleted
2015/05/13 13:39:02.830	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:39:02.834	4	    yasocket.cxx(1151)	TCPSrv	Accept request on 10.1.0.50:11720
2015/05/13 13:39:02.835	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:39:02.835	5	         job.cxx(180)	JOB	Starting Job Acceptor at Worker thread 140053764400896
2015/05/13 13:39:02.863	5	ProxyChannel.cxx(1280)	Q931s	Reading from 10.65.8.117:30000
2015/05/13 13:39:02.863	3	ProxyChannel.cxx(1783)	Q931s	Received: Setup CRV=18618 from 10.65.8.117:30000
2015/05/13 13:39:02.865	4	ProxyChannel.cxx(1715)	Q931	Received: {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 18618
    from = originator
    messageType = Setup
    IE: Bearer-Capability = {
      88 18 ff a5                                        ....
    }
    IE: Display = {
      43 6c 69 65 6e 74 00                               Client.
    }
    IE: User-User = {
      20 b8 06 00 08 91 4a 00  06 01 40 05 00 43 00 6c    .....J...@..C.l
      00 69 00 65 00 6e 00 74  22 c0 09 00 00 3d 06 65   .i.e.n.t"....=.e
      6b 69 67 61 00 00 25 34  2e 30 2e 32 20 28 4f 50   kiga..%4.0.2 (OP
      41 4c 20 76 33 2e 31 30  62 65 74 61 31 32 20 28   AL v3.10beta12 (
      73 76 6e 3a 33 30 33 35  36 29 29 00 00 00 01 40   svn:30356))....@
      0f 00 31 00 30 00 2e 00  36 00 35 00 2e 00 38 00   ..1.0...6.5...8.
      2e 00 31 00 30 00 30 00  3a 00 31 00 37 00 32 00   ..1.0.0.:.1.7.2.
      30 00 0a 41 08 64 06 b8  00 d3 04 83 f5 a1 0f 19   0..A.d..........
      10 83 74 08 00 27 c4 f6  f0 00 c5 1f 80 04 07 00   ..t..'..........
      0a 41 08 75 75 30 11 00  b8 fe 82 f5 a1 0f 19 10   .A.uu0..........
      83 74 08 00 27 c4 f6 f0  83 3d 12 47 40 00 00 06   .t..'....=.G@...
      04 01 00 4c 10 b5 00 00  26 25 73 70 65 65 78 20   ...L....&%speex 
      73 72 3d 31 36 30 30 30  3b 6d 6f 64 65 3d 36 3b   sr=16000;mode=6;
      76 62 72 3d 6f 66 66 3b  63 6e 67 3d 6f 66 66 80   vbr=off;cng=off.
      12 1c 40 01 00 0a 41 08  75 13 c6 00 0a 41 08 75   ..@...A.u....A.u
      13 c7 e8 3c 00 00 64 0c  10 b5 00 00 26 25 73 70   ...<..d.....&%sp
      65 65 78 20 73 72 3d 31  36 30 30 30 3b 6d 6f 64   eex sr=16000;mod
      65 3d 36 3b 76 62 72 3d  6f 66 66 3b 63 6e 67 3d   e=6;vbr=off;cng=
      6f 66 66 80 0b 0d 40 01  00 0a 41 08 75 13 c7 74   off...@...A.u..t
      30 40 00 00 06 04 01 00  4c 10 09 00 00 3d 0f 53   0@......L....=.S
      70 65 65 78 20 62 73 34  20 57 69 64 65 36 80 11   peex bs4 Wide6..
      1c 00 01 00 0a 41 08 75  13 c6 00 0a 41 08 75 13   .....A.u....A.u.
      c7 26 00 00 65 0c 10 09  00 00 3d 0f 53 70 65 65   .&..e.....=.Spee
      78 20 62 73 34 20 57 69  64 65 36 80 0b 0d 00 01   x bs4 Wide6.....
      00 0a 41 08 75 13 c7 00  1d 40 00 00 06 04 01 00   ..A.u....@......
      4c 60 13 80 11 1c 00 01  00 0a 41 08 75 13 c6 00   L`........A.u...
      0a 41 08 75 13 c7 13 00  00 66 0c 60 13 80 0b 0d   .A.u.....f.`....
      00 01 00 0a 41 08 75 13  c7 00 1d 40 00 00 06 04   ....A.u....@....
      01 00 4c 20 13 80 11 1c  00 01 00 0a 41 08 75 13   ..L ........A.u.
      c6 00 0a 41 08 75 13 c7  13 00 00 67 0c 20 13 80   ...A.u.....g. ..
      0b 0d 00 01 00 0a 41 08  75 13 c7 00 23 40 00 00   ......A.u...#@..
      06 04 01 00 48 78 00 4a  ff 00 80 01 00 80 11 1c   ....Hx.J........
      00 02 00 0a 41 08 75 13  c8 00 0a 41 08 75 13 c9   ....A.u....A.u..
      19 00 00 68 08 78 00 4a  ff 00 80 01 00 80 0b 0d   ...h.x.J........
      00 02 00 0a 41 08 75 13  c9 00 2c 40 00 00 06 04   ....A.u...,@....
      01 00 48 ee 00 00 20 9f  ff 20 50 40 01 00 80 17   ..H... .. P@....
      1c 20 02 00 0a 41 08 75  13 c8 00 0a 41 08 75 13   . ...A.u....A.u.
      c9 80 04 48 08 8d 44 22  00 00 69 08 ee 00 00 20   ...H..D"..i.... 
      9f ff 20 50 40 01 00 80  11 0d 20 02 00 0a 41 08   .. P@..... ...A.
      75 13 c9 40 00 04 48 08  8d 44 38 40 00 00 06 04   u..@..H..D8@....
      01 00 48 ee 00 00 20 9f  ff 20 70 50 01 00 0a 83   ..H... .. pP....
      00 00 00 0e 01 00 02 00  00 80 18 1c 60 02 00 0a   ............`...
      41 08 75 13 c8 00 0a 41  08 75 13 c9 74 00 04 48   A.u....A.u..t..H
      08 8d dc 2d 00 00 6a 08  ee 00 00 20 9f ff 20 70   ...-..j.... .. p
      50 01 00 0a 83 00 00 00  0e 01 00 02 00 00 80 11   P...............
      0d 60 02 00 0a 41 08 75  13 c9 3a 00 04 48 08 8d   .`...A.u..:..H..
      dc 4c 40 00 00 06 04 01  00 4a 00 21 60 00 07 00   .L@......J.!`...
      08 81 71 00 00 01 40 a0  00 05 02 91 40 02 a2 00   ..q...@.....@...
      40 00 32 01 7d 00 42 00  19 00 92 05 78 80 1f 1c   @.2.}.B.....x...
      60 02 00 0a 41 08 75 13  c8 00 0a 41 08 75 13 c9   `...A.u....A.u..
      7c 00 0b 50 08 00 08 81  71 00 00 00 00 de 41 00   |..P....q.....A.
      00 6b 0a 00 21 60 00 07  00 08 81 71 00 00 01 40   .k..!`.....q...@
      a0 00 05 02 91 40 02 a2  00 40 00 32 01 7d 00 42   .....@...@.2.}.B
      00 19 00 92 05 78 80 18  0d 60 02 00 0a 41 08 75   .....x...`...A.u
      13 c9 3e 00 0b 50 08 00  08 81 71 00 00 00 00 de   ..>..P....q.....
      40 40 00 00 06 04 01 00  4a 00 16 50 00 07 00 08   @@......J..P....
      81 75 01 00 00 40 a0 00  02 00 03 00 05 00 13 00   .u...@..........
      00 80 1e 1c 60 02 00 0a  41 08 75 13 c8 00 0a 41   ....`...A.u....A
      08 75 13 c9 b4 00 0a 50  07 00 08 81 75 01 00 00   .u.....P....u...
      ec 35 00 00 6c 0a 00 16  50 00 07 00 08 81 75 01   .5..l...P.....u.
      00 00 40 a0 00 02 00 03  00 05 00 13 00 00 80 17   ..@.............
      0d 60 02 00 0a 41 08 75  13 c9 5a 00 0a 50 07 00   .`...A.u..Z..P..
      08 81 75 01 00 00 ec 01  00 01 00 19 16 00 36 00   ..u...........6.
      39 00 37 00 35 00 34 00  35 00 30 00 5f 00 65 00   9.7.5.4.5.0._.e.
      6e 00 64 00 70 01 00 01  00 81 67 02 81 5c 02 70   n.d.p.....g..\.p
      01 06 00 08 81 75 00 0d  80 42 80 01 f4 00 01 00   .....u...B......
      00 01 00 00 01 00 04 02  2d 05 48 08 8d 44 90 08   ........-.H..D..
      8d dc 90 09 7c dc a0 08  00 08 81 71 00 00 00 00   ....|......q....
      de a0 08 00 08 81 71 00  00 00 01 de a0 07 00 08   ......q.........
      81 75 01 00 00 ec 06 60  01 00 01 80 0c 80 00 00   .u.....`........
      20 20 b5 00 00 26 25 73  70 65 65 78 20 73 72 3d     ...&%speex sr=
      31 36 30 30 30 3b 6d 6f  64 65 3d 36 3b 76 62 72   16000;mode=6;vbr
      3d 6f 66 66 3b 63 6e 67  3d 6f 66 66 80 00 01 20   =off;cng=off... 
      20 09 00 00 3d 0f 53 70  65 65 78 20 62 73 34 20    ...=.Speex bs4 
      57 69 64 65 36 80 00 02  20 c0 ef 80 00 03 20 40   Wide6... ..... @
      ef 80 00 04 08 f0 00 4a  ff 00 80 01 00 80 00 05   .......J........
      09 dc 00 00 40 9f ff 20  50 40 01 00 80 00 06 09   ....@.. P@......
      dc 00 00 40 9f ff 20 70  50 01 00 0a 83 00 00 00   ...@.. pP.......
      0e 01 00 02 00 00 80 00  07 0c 00 21 60 00 07 00   ...........!`...
      08 81 71 00 00 01 40 a0  00 05 02 91 40 02 a2 00   ..q...@.....@...
      40 00 32 01 7d 00 42 00  19 00 92 05 78 80 00 08   @.2.}.B.....x...
      0c 00 12 50 00 07 00 08  81 75 01 00 00 40 a0 00   ...P.....u...@..
      01 00 03 00 05 80 00 09  83 01 50 80 00 0a 83 01   ..........P.....
      10 80 00 0b 83 01 40 80  00 0c 8a 0c 14 0a 30 2d   ......@.......0-
      31 36 2c 33 32 2c 33 36  00 80 01 03 03 00 00 00   16,32,36........
      01 00 02 00 03 04 00 04  00 05 00 06 00 07 00 08   ................
      00 00 09 02 00 0a 00 0b  00 0c 07 01 00 32 80 2e   .............2..
      ee 38 02 80 01 80                                  .8....
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = setup {
        protocolIdentifier = 0.0.8.2250.0.6
        sourceAddress = 1 entries {
          [0]=h323_ID  6 characters {
            0043 006c 0069 0065 006e 0074             Client
          }
        }
        sourceInfo = {
          vendor = {
            vendor = {
              t35CountryCode = 9
              t35Extension = 0
              manufacturerCode = 61
            }
            productId =  7 octets {
              65 6b 69 67 61 00 00                               ekiga..
            }
            versionId =  38 octets {
              34 2e 30 2e 32 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.2 (OPAL v3.1
              30 62 65 74 61 31 32 20  28 73 76 6e 3a 33 30 33   0beta12 (svn:303
              35 36 29 29 00 00                                  56))..
            }
          }
          terminal = {
          }
          mc = false
          undefinedNode = false
        }
        destinationAddress = 1 entries {
          [0]=h323_ID  16 characters {
            0031 0030 002e 0036 0035 002e 0038 002e   10.65.8.
            0031 0030 0030 003a 0031 0037 0032 0030   100:1720
          }
        }
        destCallSignalAddress = ipAddress {
          ip =  4 octets {
            0a 41 08 64                                        .A.d
          }
          port = 1720
        }
        activeMC = false
        conferenceID =  16 octets {
          d3 04 83 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
        }
        conferenceGoal = create <<null>>
        callType = pointToPoint <<null>>
        sourceCallSignalAddress = ipAddress {
          ip =  4 octets {
            0a 41 08 75                                        .A.u
          }
          port = 30000
        }
        callIdentifier = {
          guid =  16 octets {
            b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
          }
        }
        fastStart = 18 entries {
          [0]= 71 octets {
            40 00 00 06 04 01 00 4c  10 b5 00 00 26 25 73 70   @......L....&%sp
            65 65 78 20 73 72 3d 31  36 30 30 30 3b 6d 6f 64   eex sr=16000;mod
            65 3d 36 3b 76 62 72 3d  6f 66 66 3b 63 6e 67 3d   e=6;vbr=off;cng=
            6f 66 66 80 12 1c 40 01  00 0a 41 08 75 13 c6 00   off...@...A.u...
            0a 41 08 75 13 c7 e8                               .A.u...
          }
          [1]= 60 octets {
            00 00 64 0c 10 b5 00 00  26 25 73 70 65 65 78 20   ..d.....&%speex 
            73 72 3d 31 36 30 30 30  3b 6d 6f 64 65 3d 36 3b   sr=16000;mode=6;
            76 62 72 3d 6f 66 66 3b  63 6e 67 3d 6f 66 66 80   vbr=off;cng=off.
            0b 0d 40 01 00 0a 41 08  75 13 c7 74               ..@...A.u..t
          }
          [2]= 48 octets {
            40 00 00 06 04 01 00 4c  10 09 00 00 3d 0f 53 70   @......L....=.Sp
            65 65 78 20 62 73 34 20  57 69 64 65 36 80 11 1c   eex bs4 Wide6...
            00 01 00 0a 41 08 75 13  c6 00 0a 41 08 75 13 c7   ....A.u....A.u..
          }
          [3]= 38 octets {
            00 00 65 0c 10 09 00 00  3d 0f 53 70 65 65 78 20   ..e.....=.Speex 
            62 73 34 20 57 69 64 65  36 80 0b 0d 00 01 00 0a   bs4 Wide6.......
            41 08 75 13 c7 00                                  A.u...
          }
          [4]= 29 octets {
            40 00 00 06 04 01 00 4c  60 13 80 11 1c 00 01 00   @......L`.......
            0a 41 08 75 13 c6 00 0a  41 08 75 13 c7            .A.u....A.u..
          }
          [5]= 19 octets {
            00 00 66 0c 60 13 80 0b  0d 00 01 00 0a 41 08 75   ..f.`........A.u
            13 c7 00                                           ...
          }
          [6]= 29 octets {
            40 00 00 06 04 01 00 4c  20 13 80 11 1c 00 01 00   @......L .......
            0a 41 08 75 13 c6 00 0a  41 08 75 13 c7            .A.u....A.u..
          }
          [7]= 19 octets {
            00 00 67 0c 20 13 80 0b  0d 00 01 00 0a 41 08 75   ..g. ........A.u
            13 c7 00                                           ...
          }
          [8]= 35 octets {
            40 00 00 06 04 01 00 48  78 00 4a ff 00 80 01 00   @......Hx.J.....
            80 11 1c 00 02 00 0a 41  08 75 13 c8 00 0a 41 08   .......A.u....A.
            75 13 c9                                           u..
          }
          [9]= 25 octets {
            00 00 68 08 78 00 4a ff  00 80 01 00 80 0b 0d 00   ..h.x.J.........
            02 00 0a 41 08 75 13 c9  00                        ...A.u...
          }
          [10]= 44 octets {
            40 00 00 06 04 01 00 48  ee 00 00 20 9f ff 20 50   @......H... .. P
            40 01 00 80 17 1c 20 02  00 0a 41 08 75 13 c8 00   @..... ...A.u...
            0a 41 08 75 13 c9 80 04  48 08 8d 44               .A.u....H..D
          }
          [11]= 34 octets {
            00 00 69 08 ee 00 00 20  9f ff 20 50 40 01 00 80   ..i.... .. P@...
            11 0d 20 02 00 0a 41 08  75 13 c9 40 00 04 48 08   .. ...A.u..@..H.
            8d 44                                              .D
          }
          [12]= 56 octets {
            40 00 00 06 04 01 00 48  ee 00 00 20 9f ff 20 70   @......H... .. p
            50 01 00 0a 83 00 00 00  0e 01 00 02 00 00 80 18   P...............
            1c 60 02 00 0a 41 08 75  13 c8 00 0a 41 08 75 13   .`...A.u....A.u.
            c9 74 00 04 48 08 8d dc                            .t..H...
          }
          [13]= 45 octets {
            00 00 6a 08 ee 00 00 20  9f ff 20 70 50 01 00 0a   ..j.... .. pP...
            83 00 00 00 0e 01 00 02  00 00 80 11 0d 60 02 00   .............`..
            0a 41 08 75 13 c9 3a 00  04 48 08 8d dc            .A.u..:..H...
          }
          [14]= 76 octets {
            40 00 00 06 04 01 00 4a  00 21 60 00 07 00 08 81   @......J.!`.....
            71 00 00 01 40 a0 00 05  02 91 40 02 a2 00 40 00   q...@.....@...@.
            32 01 7d 00 42 00 19 00  92 05 78 80 1f 1c 60 02   2.}.B.....x...`.
            00 0a 41 08 75 13 c8 00  0a 41 08 75 13 c9 7c 00   ..A.u....A.u..|.
            0b 50 08 00 08 81 71 00  00 00 00 de               .P....q.....
          }
          [15]= 65 octets {
            00 00 6b 0a 00 21 60 00  07 00 08 81 71 00 00 01   ..k..!`.....q...
            40 a0 00 05 02 91 40 02  a2 00 40 00 32 01 7d 00   @.....@...@.2.}.
            42 00 19 00 92 05 78 80  18 0d 60 02 00 0a 41 08   B.....x...`...A.
            75 13 c9 3e 00 0b 50 08  00 08 81 71 00 00 00 00   u..>..P....q....
            de                                                 .
          }
          [16]= 64 octets {
            40 00 00 06 04 01 00 4a  00 16 50 00 07 00 08 81   @......J..P.....
            75 01 00 00 40 a0 00 02  00 03 00 05 00 13 00 00   u...@...........
            80 1e 1c 60 02 00 0a 41  08 75 13 c8 00 0a 41 08   ...`...A.u....A.
            75 13 c9 b4 00 0a 50 07  00 08 81 75 01 00 00 ec   u.....P....u....
          }
          [17]= 53 octets {
            00 00 6c 0a 00 16 50 00  07 00 08 81 75 01 00 00   ..l...P.....u...
            40 a0 00 02 00 03 00 05  00 13 00 00 80 17 0d 60   @..............`
            02 00 0a 41 08 75 13 c9  5a 00 0a 50 07 00 08 81   ...A.u..Z..P....
            75 01 00 00 ec                                     u....
          }
        }
        mediaWaitForConnect = false
        canOverlapSend = false
        endpointIdentifier =  12 characters {
          0036 0039 0037 0035 0034 0035 0030 005f   6975450_
          0065 006e 0064 0070                       endp
        }
        multipleCalls = false
        maintainConnection = false
        parallelH245Control = 2 entries {
          [0]= 348 octets {
            02 70 01 06 00 08 81 75  00 0d 80 42 80 01 f4 00   .p.....u...B....
            01 00 00 01 00 00 01 00  04 02 2d 05 48 08 8d 44   ..........-.H..D
            90 08 8d dc 90 09 7c dc  a0 08 00 08 81 71 00 00   ......|......q..
            00 00 de a0 08 00 08 81  71 00 00 00 01 de a0 07   ........q.......
            00 08 81 75 01 00 00 ec  06 60 01 00 01 80 0c 80   ...u.....`......
            00 00 20 20 b5 00 00 26  25 73 70 65 65 78 20 73   ..  ...&%speex s
            72 3d 31 36 30 30 30 3b  6d 6f 64 65 3d 36 3b 76   r=16000;mode=6;v
            62 72 3d 6f 66 66 3b 63  6e 67 3d 6f 66 66 80 00   br=off;cng=off..
            01 20 20 09 00 00 3d 0f  53 70 65 65 78 20 62 73   .  ...=.Speex bs
            34 20 57 69 64 65 36 80  00 02 20 c0 ef 80 00 03   4 Wide6... .....
            20 40 ef 80 00 04 08 f0  00 4a ff 00 80 01 00 80    @.......J......
            00 05 09 dc 00 00 40 9f  ff 20 50 40 01 00 80 00   ......@.. P@....
            06 09 dc 00 00 40 9f ff  20 70 50 01 00 0a 83 00   .....@.. pP.....
            00 00 0e 01 00 02 00 00  80 00 07 0c 00 21 60 00   .............!`.
            07 00 08 81 71 00 00 01  40 a0 00 05 02 91 40 02   ....q...@.....@.
            a2 00 40 00 32 01 7d 00  42 00 19 00 92 05 78 80   ..@.2.}.B.....x.
            00 08 0c 00 12 50 00 07  00 08 81 75 01 00 00 40   .....P.....u...@
            a0 00 01 00 03 00 05 80  00 09 83 01 50 80 00 0a   ............P...
            83 01 10 80 00 0b 83 01  40 80 00 0c 8a 0c 14 0a   ........@.......
            30 2d 31 36 2c 33 32 2c  33 36 00 80 01 03 03 00   0-16,32,36......
            00 00 01 00 02 00 03 04  00 04 00 05 00 06 00 07   ................
            00 08 00 00 09 02 00 0a  00 0b 00 0c               ............
          }
          [1]= 7 octets {
            01 00 32 80 2e ee 38                               ..2...8
          }
        }
      }
      h245Tunneling = true
    }
  }
}
2015/05/13 13:39:02.867	4	ProxyChannel.cxx(3550)	Q931s	GWRewrite source for 10.65.8.117:30000: call record
2015/05/13 13:39:02.867	2	      gkacct.cxx(961)	GKACCT	Successfully logged event 1 for call no. 1
2015/05/13 13:39:02.867	4	ProxyChannel.cxx(4293)	Q931s	GWRewrite source for 10.65.8.117:30000: call record
2015/05/13 13:39:02.867	3	ProxyChannel.cxx(4753)	Q931s	Call 1 is NAT type 0
2015/05/13 13:39:02.867	1	ProxyChannel.cxx(1576)	Call 1: h245Routed=1 proxy=1
2015/05/13 13:39:02.867	3	ProxyChannel.cxx(1614)	GK	Call 1 proxy enabled
2015/05/13 13:39:02.868	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 45 PUDPSocket
2015/05/13 13:39:02.868	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 46 PUDPSocket
2015/05/13 13:39:02.868	4	ProxyChannel.cxx(12323)	RTP	Open fast start logical channel id 1 port 55000
2015/05/13 13:39:02.868	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 47 PUDPSocket
2015/05/13 13:39:02.869	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 48 PUDPSocket
2015/05/13 13:39:02.869	4	ProxyChannel.cxx(12323)	RTP	Open fast start logical channel id 2 port 55002
2015/05/13 13:39:02.870	4	ProxyChannel.cxx(6865)	New FastStart: 18 entries {
    [0]= 71 octets {
      40 00 00 06 04 01 00 4c  10 b5 00 00 26 25 73 70   @......L....&%sp
      65 65 78 20 73 72 3d 31  36 30 30 30 3b 6d 6f 64   eex sr=16000;mod
      65 3d 36 3b 76 62 72 3d  6f 66 66 3b 63 6e 67 3d   e=6;vbr=off;cng=
      6f 66 66 80 12 1c 40 01  00 0a 01 00 32 d6 d8 00   off...@.....2...
      0a 01 00 32 d6 d9 e8                               ...2...
    }
    [1]= 60 octets {
      00 00 64 0c 10 b5 00 00  26 25 73 70 65 65 78 20   ..d.....&%speex 
      73 72 3d 31 36 30 30 30  3b 6d 6f 64 65 3d 36 3b   sr=16000;mode=6;
      76 62 72 3d 6f 66 66 3b  63 6e 67 3d 6f 66 66 80   vbr=off;cng=off.
      0b 0d 40 01 00 0a 01 00  32 d6 d9 74               ..@.....2..t
    }
    [2]= 48 octets {
      40 00 00 06 04 01 00 4c  10 09 00 00 3d 0f 53 70   @......L....=.Sp
      65 65 78 20 62 73 34 20  57 69 64 65 36 80 11 1c   eex bs4 Wide6...
      00 01 00 0a 01 00 32 d6  d8 00 0a 01 00 32 d6 d9   ......2......2..
    }
    [3]= 38 octets {
      00 00 65 0c 10 09 00 00  3d 0f 53 70 65 65 78 20   ..e.....=.Speex 
      62 73 34 20 57 69 64 65  36 80 0b 0d 00 01 00 0a   bs4 Wide6.......
      01 00 32 d6 d9 00                                  ..2...
    }
    [4]= 29 octets {
      40 00 00 06 04 01 00 4c  60 13 80 11 1c 00 01 00   @......L`.......
      0a 01 00 32 d6 d8 00 0a  01 00 32 d6 d9            ...2......2..
    }
    [5]= 19 octets {
      00 00 66 0c 60 13 80 0b  0d 00 01 00 0a 01 00 32   ..f.`..........2
      d6 d9 00                                           ...
    }
    [6]= 29 octets {
      40 00 00 06 04 01 00 4c  20 13 80 11 1c 00 01 00   @......L .......
      0a 01 00 32 d6 d8 00 0a  01 00 32 d6 d9            ...2......2..
    }
    [7]= 19 octets {
      00 00 67 0c 20 13 80 0b  0d 00 01 00 0a 01 00 32   ..g. ..........2
      d6 d9 00                                           ...
    }
    [8]= 35 octets {
      40 00 00 06 04 01 00 48  78 00 4a ff 00 80 01 00   @......Hx.J.....
      80 11 1c 00 02 00 0a 01  00 32 d6 da 00 0a 01 00   .........2......
      32 d6 db                                           2..
    }
    [9]= 25 octets {
      00 00 68 08 78 00 4a ff  00 80 01 00 80 0b 0d 00   ..h.x.J.........
      02 00 0a 01 00 32 d6 db  00                        .....2...
    }
    [10]= 44 octets {
      40 00 00 06 04 01 00 48  ee 00 00 20 9f ff 20 50   @......H... .. P
      40 01 00 80 17 1c 20 02  00 0a 01 00 32 d6 da 00   @..... .....2...
      0a 01 00 32 d6 db 80 04  48 08 8d 44               ...2....H..D
    }
    [11]= 34 octets {
      00 00 69 08 ee 00 00 20  9f ff 20 50 40 01 00 80   ..i.... .. P@...
      11 0d 20 02 00 0a 01 00  32 d6 db 40 00 04 48 08   .. .....2..@..H.
      8d 44                                              .D
    }
    [12]= 56 octets {
      40 00 00 06 04 01 00 48  ee 00 00 20 9f ff 20 70   @......H... .. p
      50 01 00 0a 83 00 00 00  0e 01 00 02 00 00 80 18   P...............
      1c 60 02 00 0a 01 00 32  d6 da 00 0a 01 00 32 d6   .`.....2......2.
      db 74 00 04 48 08 8d dc                            .t..H...
    }
    [13]= 45 octets {
      00 00 6a 08 ee 00 00 20  9f ff 20 70 50 01 00 0a   ..j.... .. pP...
      83 00 00 00 0e 01 00 02  00 00 80 11 0d 60 02 00   .............`..
      0a 01 00 32 d6 db 3a 00  04 48 08 8d dc            ...2..:..H...
    }
    [14]= 76 octets {
      40 00 00 06 04 01 00 4a  00 21 60 00 07 00 08 81   @......J.!`.....
      71 00 00 01 40 a0 00 05  02 91 40 02 a2 00 40 00   q...@.....@...@.
      32 01 7d 00 42 00 19 00  92 05 78 80 1f 1c 60 02   2.}.B.....x...`.
      00 0a 01 00 32 d6 da 00  0a 01 00 32 d6 db 7c 00   ....2......2..|.
      0b 50 08 00 08 81 71 00  00 00 00 de               .P....q.....
    }
    [15]= 65 octets {
      00 00 6b 0a 00 21 60 00  07 00 08 81 71 00 00 01   ..k..!`.....q...
      40 a0 00 05 02 91 40 02  a2 00 40 00 32 01 7d 00   @.....@...@.2.}.
      42 00 19 00 92 05 78 80  18 0d 60 02 00 0a 01 00   B.....x...`.....
      32 d6 db 3e 00 0b 50 08  00 08 81 71 00 00 00 00   2..>..P....q....
      de                                                 .
    }
    [16]= 64 octets {
      40 00 00 06 04 01 00 4a  00 16 50 00 07 00 08 81   @......J..P.....
      75 01 00 00 40 a0 00 02  00 03 00 05 00 13 00 00   u...@...........
      80 1e 1c 60 02 00 0a 01  00 32 d6 da 00 0a 01 00   ...`.....2......
      32 d6 db b4 00 0a 50 07  00 08 81 75 01 00 00 ec   2.....P....u....
    }
    [17]= 53 octets {
      00 00 6c 0a 00 16 50 00  07 00 08 81 75 01 00 00   ..l...P.....u...
      40 a0 00 02 00 03 00 05  00 13 00 00 80 17 0d 60   @..............`
      02 00 0a 01 00 32 d6 db  5a 00 0a 50 07 00 08 81   .....2..Z..P....
      75 01 00 00 ec                                     u....
    }
  }
2015/05/13 13:39:02.871	4	ProxyChannel.cxx(2232)	H245	Received from 10.65.8.117:30000: request terminalCapabilitySet {
    sequenceNumber = 1
    protocolIdentifier = 0.0.8.245.0.13
    multiplexCapability = h2250Capability {
      maximumAudioDelayJitter = 500
      receiveMultipointCapability = {
        multicastCapability = false
        multiUniCastConference = false
        mediaDistributionCapability = 1 entries {
          [0]={
            centralizedControl = false
            distributedControl = false
            centralizedAudio = false
            distributedAudio = false
            centralizedVideo = false
            distributedVideo = false
          }
        }
      }
      transmitMultipointCapability = {
        multicastCapability = false
        multiUniCastConference = false
        mediaDistributionCapability = 1 entries {
          [0]={
            centralizedControl = false
            distributedControl = false
            centralizedAudio = false
            distributedAudio = false
            centralizedVideo = false
            distributedVideo = false
          }
        }
      }
      receiveAndTransmitMultipointCapability = {
        multicastCapability = false
        multiUniCastConference = false
        mediaDistributionCapability = 1 entries {
          [0]={
            centralizedControl = false
            distributedControl = false
            centralizedAudio = false
            distributedAudio = false
            centralizedVideo = false
            distributedVideo = false
          }
        }
      }
      mcCapability = {
        centralizedConferenceMC = false
        decentralizedConferenceMC = false
      }
      rtcpVideoControlCapability = false
      mediaPacketizationCapability = {
        h261aVideoPacketization = false
        rtpPayloadType = 6 entries {
          [0]={
            payloadDescriptor = rfc_number 2190
            payloadType = 34
          }
          [1]={
            payloadDescriptor = rfc_number 2190
            payloadType = 110
          }
          [2]={
            payloadDescriptor = rfc_number 2429
            payloadType = 110
          }
          [3]={
            payloadDescriptor = oid 0.0.8.241.0.0.0.0
            payloadType = 111
          }
          [4]={
            payloadDescriptor = oid 0.0.8.241.0.0.0.1
            payloadType = 111
          }
          [5]={
            payloadDescriptor = oid 0.0.8.245.1.0.0
            payloadType = 118
          }
        }
      }
      logicalChannelSwitchingCapability = false
      t120DynamicPortCapability = true
    }
    capabilityTable = 13 entries {
      [0]={
        capabilityTableEntryNumber = 1
        capability = receiveAudioCapability nonStandard [Xiph speex sr=16000;mode=6;vbr=off;cng=off] {
          nonStandardIdentifier = h221NonStandard {
            t35CountryCode = 181
            t35Extension = 0
            manufacturerCode = 38
          }
          data =  37 octets {
            73 70 65 65 78 20 73 72  3d 31 36 30 30 30 3b 6d   speex sr=16000;m
            6f 64 65 3d 36 3b 76 62  72 3d 6f 66 66 3b 63 6e   ode=6;vbr=off;cn
            67 3d 6f 66 66                                     g=off
          }
        }
      }
      [1]={
        capabilityTableEntryNumber = 2
        capability = receiveAudioCapability nonStandard [Equivalence Speex bs4 Wide6] {
          nonStandardIdentifier = h221NonStandard {
            t35CountryCode = 9
            t35Extension = 0
            manufacturerCode = 61
          }
          data =  15 octets {
            53 70 65 65 78 20 62 73  34 20 57 69 64 65 36      Speex bs4 Wide6
          }
        }
      }
      [2]={
        capabilityTableEntryNumber = 3
        capability = receiveAudioCapability g711Ulaw64k 240
      }
      [3]={
        capabilityTableEntryNumber = 4
        capability = receiveAudioCapability g711Alaw64k 240
      }
      [4]={
        capabilityTableEntryNumber = 5
        capability = receiveVideoCapability h261VideoCapability {
          qcifMPI = 1
          cifMPI = 1
          temporalSpatialTradeOffCapability = false
          maxBitRate = 19200
          stillImageTransmission = false
          videoBadMBsCap = false
        }
      }
      [5]={
        capabilityTableEntryNumber = 6
        capability = receiveVideoCapability h263VideoCapability {
          qcifMPI = 1
          cifMPI = 1
          cif4MPI = 1
          maxBitRate = 40960
          unrestrictedVector = false
          arithmeticCoding = false
          advancedPrediction = true
          pbFrames = false
          temporalSpatialTradeOffCapability = false
          errorCompensation = false
        }
      }
      [6]={
        capabilityTableEntryNumber = 7
        capability = receiveVideoCapability h263VideoCapability {
          qcifMPI = 1
          cifMPI = 1
          cif4MPI = 1
          maxBitRate = 40960
          unrestrictedVector = false
          arithmeticCoding = false
          advancedPrediction = true
          pbFrames = false
          temporalSpatialTradeOffCapability = false
          errorCompensation = false
          h263Options = {
            advancedIntraCodingMode = true
            deblockingFilterMode = true
            improvedPBFramesMode = false
            unlimitedMotionVectors = false
            fullPictureFreeze = false
            partialPictureFreezeAndRelease = false
            resizingPartPicFreezeAndRelease = false
            fullPictureSnapshot = false
            partialPictureSnapshot = false
            videoSegmentTagging = false
            progressiveRefinement = false
            dynamicPictureResizingByFour = false
            dynamicPictureResizingSixteenthPel = false
            dynamicWarpingHalfPel = false
            dynamicWarpingSixteenthPel = false
            independentSegmentDecoding = false
            slicesInOrder_NonRect = false
            slicesInOrder_Rect = false
            slicesNoOrder_NonRect = false
            slicesNoOrder_Rect = false
            alternateInterVLCMode = false
            modifiedQuantizationMode = false
            reducedResolutionUpdate = false
            separateVideoBackChannel = false
            videoBadMBsCap = false
            h263Version3Options = {
              dataPartitionedSlices = false
              fixedPointIDCT0 = false
              interlacedFields = false
              currentPictureHeaderRepetition = false
              previousPictureHeaderRepetition = false
              nextPictureHeaderRepetition = false
              pictureNumber = false
              spareReferencePictures = false
            }
          }
        }
      }
      [7]={
        capabilityTableEntryNumber = 8
        capability = receiveVideoCapability genericVideoCapability {
          capabilityIdentifier = standard 0.0.8.241.0.0.1
          maxBitRate = 40960
          collapsing = 5 entries {
            [0]={
              parameterIdentifier = standard 41
              parameterValue = booleanArray 64
            }
            [1]={
              parameterIdentifier = standard 42
              parameterValue = unsignedMin 64
            }
            [2]={
              parameterIdentifier = standard 3
              parameterValue = unsignedMin 381
            }
            [3]={
              parameterIdentifier = standard 4
              parameterValue = unsignedMin 25
            }
            [4]={
              parameterIdentifier = standard 9
              parameterValue = unsignedMin 1400
            }
          }
        }
      }
      [8]={
        capabilityTableEntryNumber = 9
        capability = receiveVideoCapability genericVideoCapability {
          capabilityIdentifier = standard 0.0.8.245.1.0.0
          maxBitRate = 40960
          nonCollapsing = 1 entries {
            [0]={
              parameterIdentifier = standard 0
              parameterValue = unsignedMax 5
            }
          }
        }
      }
      [9]={
        capabilityTableEntryNumber = 10
        capability = receiveUserInputCapability hookflash <<null>>
      }
      [10]={
        capabilityTableEntryNumber = 11
        capability = receiveUserInputCapability basicString <<null>>
      }
      [11]={
        capabilityTableEntryNumber = 12
        capability = receiveUserInputCapability dtmf <<null>>
      }
      [12]={
        capabilityTableEntryNumber = 13
        capability = receiveRTPAudioTelephonyEventCapability {
          dynamicRTPPayloadType = 101
          audioTelephoneEvent = "0-16,32,36"
        }
      }
    }
    capabilityDescriptors = 1 entries {
      [0]={
        capabilityDescriptorNumber = 1
        simultaneousCapabilities = 4 entries {
          [0]=4 entries {
            [0]=1
            [1]=2
            [2]=3
            [3]=4
          }
          [1]=5 entries {
            [0]=5
            [1]=6
            [2]=7
            [3]=8
            [4]=9
          }
          [2]=1 entries {
            [0]=10
          }
          [3]=3 entries {
            [0]=11
            [1]=12
            [2]=13
          }
        }
      }
    }
  }
2015/05/13 13:39:02.872	4	ProxyChannel.cxx(10994)	H245	Request: terminalCapabilitySet
2015/05/13 13:39:02.872	4	ProxyChannel.cxx(2232)	H245	Received from 10.65.8.117:30000: request masterSlaveDetermination {
    terminalType = 50
    statusDeterminationNumber = 3075640
  }
2015/05/13 13:39:02.872	4	ProxyChannel.cxx(10994)	H245	Request: masterSlaveDetermination
2015/05/13 13:39:02.873	4	ProxyChannel.cxx(1715)	Q931	Send to 10.65.8.100:1720 {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 18618
    from = originator
    messageType = Setup
    IE: Bearer-Capability = {
      88 18 ff a5                                        ....
    }
    IE: Display = {
      43 6c 69 65 6e 74 00                               Client.
    }
    IE: User-User = {
      20 b8 06 00 08 91 4a 00  06 01 40 05 00 43 00 6c    .....J...@..C.l
      00 69 00 65 00 6e 00 74  22 c0 09 00 00 3d 06 65   .i.e.n.t"....=.e
      6b 69 67 61 00 00 25 34  2e 30 2e 32 20 28 4f 50   kiga..%4.0.2 (OP
      41 4c 20 76 33 2e 31 30  62 65 74 61 31 32 20 28   AL v3.10beta12 (
      73 76 6e 3a 33 30 33 35  36 29 29 00 00 00 01 40   svn:30356))....@
      0f 00 31 00 30 00 2e 00  36 00 35 00 2e 00 38 00   ..1.0...6.5...8.
      2e 00 31 00 30 00 30 00  3a 00 31 00 37 00 32 00   ..1.0.0.:.1.7.2.
      30 00 0a 41 08 64 06 b8  00 d3 04 83 f5 a1 0f 19   0..A.d..........
      10 83 74 08 00 27 c4 f6  f0 00 c5 1d 80 04 07 00   ..t..'..........
      0a 01 00 32 2d c8 11 00  b8 fe 82 f5 a1 0f 19 10   ...2-...........
      83 74 08 00 27 c4 f6 f0  83 3d 12 47 40 00 00 06   .t..'....=.G@...
      04 01 00 4c 10 b5 00 00  26 25 73 70 65 65 78 20   ...L....&%speex 
      73 72 3d 31 36 30 30 30  3b 6d 6f 64 65 3d 36 3b   sr=16000;mode=6;
      76 62 72 3d 6f 66 66 3b  63 6e 67 3d 6f 66 66 80   vbr=off;cng=off.
      12 1c 40 01 00 0a 01 00  32 d6 d8 00 0a 01 00 32   ..@.....2......2
      d6 d9 e8 3c 00 00 64 0c  10 b5 00 00 26 25 73 70   ...<..d.....&%sp
      65 65 78 20 73 72 3d 31  36 30 30 30 3b 6d 6f 64   eex sr=16000;mod
      65 3d 36 3b 76 62 72 3d  6f 66 66 3b 63 6e 67 3d   e=6;vbr=off;cng=
      6f 66 66 80 0b 0d 40 01  00 0a 01 00 32 d6 d9 74   off...@.....2..t
      30 40 00 00 06 04 01 00  4c 10 09 00 00 3d 0f 53   0@......L....=.S
      70 65 65 78 20 62 73 34  20 57 69 64 65 36 80 11   peex bs4 Wide6..
      1c 00 01 00 0a 01 00 32  d6 d8 00 0a 01 00 32 d6   .......2......2.
      d9 26 00 00 65 0c 10 09  00 00 3d 0f 53 70 65 65   .&..e.....=.Spee
      78 20 62 73 34 20 57 69  64 65 36 80 0b 0d 00 01   x bs4 Wide6.....
      00 0a 01 00 32 d6 d9 00  1d 40 00 00 06 04 01 00   ....2....@......
      4c 60 13 80 11 1c 00 01  00 0a 01 00 32 d6 d8 00   L`..........2...
      0a 01 00 32 d6 d9 13 00  00 66 0c 60 13 80 0b 0d   ...2.....f.`....
      00 01 00 0a 01 00 32 d6  d9 00 1d 40 00 00 06 04   ......2....@....
      01 00 4c 20 13 80 11 1c  00 01 00 0a 01 00 32 d6   ..L ..........2.
      d8 00 0a 01 00 32 d6 d9  13 00 00 67 0c 20 13 80   .....2.....g. ..
      0b 0d 00 01 00 0a 01 00  32 d6 d9 00 23 40 00 00   ........2...#@..
      06 04 01 00 48 78 00 4a  ff 00 80 01 00 80 11 1c   ....Hx.J........
      00 02 00 0a 01 00 32 d6  da 00 0a 01 00 32 d6 db   ......2......2..
      19 00 00 68 08 78 00 4a  ff 00 80 01 00 80 0b 0d   ...h.x.J........
      00 02 00 0a 01 00 32 d6  db 00 2c 40 00 00 06 04   ......2...,@....
      01 00 48 ee 00 00 20 9f  ff 20 50 40 01 00 80 17   ..H... .. P@....
      1c 20 02 00 0a 01 00 32  d6 da 00 0a 01 00 32 d6   . .....2......2.
      db 80 04 48 08 8d 44 22  00 00 69 08 ee 00 00 20   ...H..D"..i.... 
      9f ff 20 50 40 01 00 80  11 0d 20 02 00 0a 01 00   .. P@..... .....
      32 d6 db 40 00 04 48 08  8d 44 38 40 00 00 06 04   2..@..H..D8@....
      01 00 48 ee 00 00 20 9f  ff 20 70 50 01 00 0a 83   ..H... .. pP....
      00 00 00 0e 01 00 02 00  00 80 18 1c 60 02 00 0a   ............`...
      01 00 32 d6 da 00 0a 01  00 32 d6 db 74 00 04 48   ..2......2..t..H
      08 8d dc 2d 00 00 6a 08  ee 00 00 20 9f ff 20 70   ...-..j.... .. p
      50 01 00 0a 83 00 00 00  0e 01 00 02 00 00 80 11   P...............
      0d 60 02 00 0a 01 00 32  d6 db 3a 00 04 48 08 8d   .`.....2..:..H..
      dc 4c 40 00 00 06 04 01  00 4a 00 21 60 00 07 00   .L@......J.!`...
      08 81 71 00 00 01 40 a0  00 05 02 91 40 02 a2 00   ..q...@.....@...
      40 00 32 01 7d 00 42 00  19 00 92 05 78 80 1f 1c   @.2.}.B.....x...
      60 02 00 0a 01 00 32 d6  da 00 0a 01 00 32 d6 db   `.....2......2..
      7c 00 0b 50 08 00 08 81  71 00 00 00 00 de 41 00   |..P....q.....A.
      00 6b 0a 00 21 60 00 07  00 08 81 71 00 00 01 40   .k..!`.....q...@
      a0 00 05 02 91 40 02 a2  00 40 00 32 01 7d 00 42   .....@...@.2.}.B
      00 19 00 92 05 78 80 18  0d 60 02 00 0a 01 00 32   .....x...`.....2
      d6 db 3e 00 0b 50 08 00  08 81 71 00 00 00 00 de   ..>..P....q.....
      40 40 00 00 06 04 01 00  4a 00 16 50 00 07 00 08   @@......J..P....
      81 75 01 00 00 40 a0 00  02 00 03 00 05 00 13 00   .u...@..........
      00 80 1e 1c 60 02 00 0a  01 00 32 d6 da 00 0a 01   ....`.....2.....
      00 32 d6 db b4 00 0a 50  07 00 08 81 75 01 00 00   .2.....P....u...
      ec 35 00 00 6c 0a 00 16  50 00 07 00 08 81 75 01   .5..l...P.....u.
      00 00 40 a0 00 02 00 03  00 05 00 13 00 00 80 17   ..@.............
      0d 60 02 00 0a 01 00 32  d6 db 5a 00 0a 50 07 00   .`.....2..Z..P..
      08 81 75 01 00 00 ec 01  00 01 00 01 00 01 00 81   ..u.............
      67 02 81 5c 02 70 01 06  00 08 81 75 00 0d 80 42   g..\.p.....u...B
      80 01 f4 00 01 00 00 01  00 00 01 00 04 02 2d 05   ..............-.
      48 08 8d 44 90 08 8d dc  90 09 7c dc a0 08 00 08   H..D......|.....
      81 71 00 00 00 00 de a0  08 00 08 81 71 00 00 00   .q..........q...
      01 de a0 07 00 08 81 75  01 00 00 ec 06 60 01 00   .......u.....`..
      01 80 0c 80 00 00 20 20  b5 00 00 26 25 73 70 65   ......  ...&%spe
      65 78 20 73 72 3d 31 36  30 30 30 3b 6d 6f 64 65   ex sr=16000;mode
      3d 36 3b 76 62 72 3d 6f  66 66 3b 63 6e 67 3d 6f   =6;vbr=off;cng=o
      66 66 80 00 01 20 20 09  00 00 3d 0f 53 70 65 65   ff...  ...=.Spee
      78 20 62 73 34 20 57 69  64 65 36 80 00 02 20 c0   x bs4 Wide6... .
      ef 80 00 03 20 40 ef 80  00 04 08 f0 00 4a ff 00   .... @.......J..
      80 01 00 80 00 05 09 dc  00 00 40 9f ff 20 50 40   ..........@.. P@
      01 00 80 00 06 09 dc 00  00 40 9f ff 20 70 50 01   .........@.. pP.
      00 0a 83 00 00 00 0e 01  00 02 00 00 80 00 07 0c   ................
      00 21 60 00 07 00 08 81  71 00 00 01 40 a0 00 05   .!`.....q...@...
      02 91 40 02 a2 00 40 00  32 01 7d 00 42 00 19 00   ..@...@.2.}.B...
      92 05 78 80 00 08 0c 00  12 50 00 07 00 08 81 75   ..x......P.....u
      01 00 00 40 a0 00 01 00  03 00 05 80 00 09 83 01   ...@............
      50 80 00 0a 83 01 10 80  00 0b 83 01 40 80 00 0c   P...........@...
      8a 0c 14 0a 30 2d 31 36  2c 33 32 2c 33 36 00 80   ....0-16,32,36..
      01 03 03 00 00 00 01 00  02 00 03 04 00 04 00 05   ................
      00 06 00 07 00 08 00 00  09 02 00 0a 00 0b 00 0c   ................
      07 01 00 32 80 2e ee 38  02 80 01 80               ...2...8....
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = setup {
        protocolIdentifier = 0.0.8.2250.0.6
        sourceAddress = 1 entries {
          [0]=h323_ID  6 characters {
            0043 006c 0069 0065 006e 0074             Client
          }
        }
        sourceInfo = {
          vendor = {
            vendor = {
              t35CountryCode = 9
              t35Extension = 0
              manufacturerCode = 61
            }
            productId =  7 octets {
              65 6b 69 67 61 00 00                               ekiga..
            }
            versionId =  38 octets {
              34 2e 30 2e 32 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.2 (OPAL v3.1
              30 62 65 74 61 31 32 20  28 73 76 6e 3a 33 30 33   0beta12 (svn:303
              35 36 29 29 00 00                                  56))..
            }
          }
          terminal = {
          }
          mc = false
          undefinedNode = false
        }
        destinationAddress = 1 entries {
          [0]=h323_ID  16 characters {
            0031 0030 002e 0036 0035 002e 0038 002e   10.65.8.
            0031 0030 0030 003a 0031 0037 0032 0030   100:1720
          }
        }
        destCallSignalAddress = ipAddress {
          ip =  4 octets {
            0a 41 08 64                                        .A.d
          }
          port = 1720
        }
        activeMC = false
        conferenceID =  16 octets {
          d3 04 83 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
        }
        conferenceGoal = create <<null>>
        callType = pointToPoint <<null>>
        sourceCallSignalAddress = ipAddress {
          ip =  4 octets {
            0a 01 00 32                                        ...2
          }
          port = 11720
        }
        callIdentifier = {
          guid =  16 octets {
            b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
          }
        }
        fastStart = 18 entries {
          [0]= 71 octets {
            40 00 00 06 04 01 00 4c  10 b5 00 00 26 25 73 70   @......L....&%sp
            65 65 78 20 73 72 3d 31  36 30 30 30 3b 6d 6f 64   eex sr=16000;mod
            65 3d 36 3b 76 62 72 3d  6f 66 66 3b 63 6e 67 3d   e=6;vbr=off;cng=
            6f 66 66 80 12 1c 40 01  00 0a 01 00 32 d6 d8 00   off...@.....2...
            0a 01 00 32 d6 d9 e8                               ...2...
          }
          [1]= 60 octets {
            00 00 64 0c 10 b5 00 00  26 25 73 70 65 65 78 20   ..d.....&%speex 
            73 72 3d 31 36 30 30 30  3b 6d 6f 64 65 3d 36 3b   sr=16000;mode=6;
            76 62 72 3d 6f 66 66 3b  63 6e 67 3d 6f 66 66 80   vbr=off;cng=off.
            0b 0d 40 01 00 0a 01 00  32 d6 d9 74               ..@.....2..t
          }
          [2]= 48 octets {
            40 00 00 06 04 01 00 4c  10 09 00 00 3d 0f 53 70   @......L....=.Sp
            65 65 78 20 62 73 34 20  57 69 64 65 36 80 11 1c   eex bs4 Wide6...
            00 01 00 0a 01 00 32 d6  d8 00 0a 01 00 32 d6 d9   ......2......2..
          }
          [3]= 38 octets {
            00 00 65 0c 10 09 00 00  3d 0f 53 70 65 65 78 20   ..e.....=.Speex 
            62 73 34 20 57 69 64 65  36 80 0b 0d 00 01 00 0a   bs4 Wide6.......
            01 00 32 d6 d9 00                                  ..2...
          }
          [4]= 29 octets {
            40 00 00 06 04 01 00 4c  60 13 80 11 1c 00 01 00   @......L`.......
            0a 01 00 32 d6 d8 00 0a  01 00 32 d6 d9            ...2......2..
          }
          [5]= 19 octets {
            00 00 66 0c 60 13 80 0b  0d 00 01 00 0a 01 00 32   ..f.`..........2
            d6 d9 00                                           ...
          }
          [6]= 29 octets {
            40 00 00 06 04 01 00 4c  20 13 80 11 1c 00 01 00   @......L .......
            0a 01 00 32 d6 d8 00 0a  01 00 32 d6 d9            ...2......2..
          }
          [7]= 19 octets {
            00 00 67 0c 20 13 80 0b  0d 00 01 00 0a 01 00 32   ..g. ..........2
            d6 d9 00                                           ...
          }
          [8]= 35 octets {
            40 00 00 06 04 01 00 48  78 00 4a ff 00 80 01 00   @......Hx.J.....
            80 11 1c 00 02 00 0a 01  00 32 d6 da 00 0a 01 00   .........2......
            32 d6 db                                           2..
          }
          [9]= 25 octets {
            00 00 68 08 78 00 4a ff  00 80 01 00 80 0b 0d 00   ..h.x.J.........
            02 00 0a 01 00 32 d6 db  00                        .....2...
          }
          [10]= 44 octets {
            40 00 00 06 04 01 00 48  ee 00 00 20 9f ff 20 50   @......H... .. P
            40 01 00 80 17 1c 20 02  00 0a 01 00 32 d6 da 00   @..... .....2...
            0a 01 00 32 d6 db 80 04  48 08 8d 44               ...2....H..D
          }
          [11]= 34 octets {
            00 00 69 08 ee 00 00 20  9f ff 20 50 40 01 00 80   ..i.... .. P@...
            11 0d 20 02 00 0a 01 00  32 d6 db 40 00 04 48 08   .. .....2..@..H.
            8d 44                                              .D
          }
          [12]= 56 octets {
            40 00 00 06 04 01 00 48  ee 00 00 20 9f ff 20 70   @......H... .. p
            50 01 00 0a 83 00 00 00  0e 01 00 02 00 00 80 18   P...............
            1c 60 02 00 0a 01 00 32  d6 da 00 0a 01 00 32 d6   .`.....2......2.
            db 74 00 04 48 08 8d dc                            .t..H...
          }
          [13]= 45 octets {
            00 00 6a 08 ee 00 00 20  9f ff 20 70 50 01 00 0a   ..j.... .. pP...
            83 00 00 00 0e 01 00 02  00 00 80 11 0d 60 02 00   .............`..
            0a 01 00 32 d6 db 3a 00  04 48 08 8d dc            ...2..:..H...
          }
          [14]= 76 octets {
            40 00 00 06 04 01 00 4a  00 21 60 00 07 00 08 81   @......J.!`.....
            71 00 00 01 40 a0 00 05  02 91 40 02 a2 00 40 00   q...@.....@...@.
            32 01 7d 00 42 00 19 00  92 05 78 80 1f 1c 60 02   2.}.B.....x...`.
            00 0a 01 00 32 d6 da 00  0a 01 00 32 d6 db 7c 00   ....2......2..|.
            0b 50 08 00 08 81 71 00  00 00 00 de               .P....q.....
          }
          [15]= 65 octets {
            00 00 6b 0a 00 21 60 00  07 00 08 81 71 00 00 01   ..k..!`.....q...
            40 a0 00 05 02 91 40 02  a2 00 40 00 32 01 7d 00   @.....@...@.2.}.
            42 00 19 00 92 05 78 80  18 0d 60 02 00 0a 01 00   B.....x...`.....
            32 d6 db 3e 00 0b 50 08  00 08 81 71 00 00 00 00   2..>..P....q....
            de                                                 .
          }
          [16]= 64 octets {
            40 00 00 06 04 01 00 4a  00 16 50 00 07 00 08 81   @......J..P.....
            75 01 00 00 40 a0 00 02  00 03 00 05 00 13 00 00   u...@...........
            80 1e 1c 60 02 00 0a 01  00 32 d6 da 00 0a 01 00   ...`.....2......
            32 d6 db b4 00 0a 50 07  00 08 81 75 01 00 00 ec   2.....P....u....
          }
          [17]= 53 octets {
            00 00 6c 0a 00 16 50 00  07 00 08 81 75 01 00 00   ..l...P.....u...
            40 a0 00 02 00 03 00 05  00 13 00 00 80 17 0d 60   @..............`
            02 00 0a 01 00 32 d6 db  5a 00 0a 50 07 00 08 81   .....2..Z..P....
            75 01 00 00 ec                                     u....
          }
        }
        mediaWaitForConnect = false
        canOverlapSend = false
        multipleCalls = false
        maintainConnection = false
        parallelH245Control = 2 entries {
          [0]= 348 octets {
            02 70 01 06 00 08 81 75  00 0d 80 42 80 01 f4 00   .p.....u...B....
            01 00 00 01 00 00 01 00  04 02 2d 05 48 08 8d 44   ..........-.H..D
            90 08 8d dc 90 09 7c dc  a0 08 00 08 81 71 00 00   ......|......q..
            00 00 de a0 08 00 08 81  71 00 00 00 01 de a0 07   ........q.......
            00 08 81 75 01 00 00 ec  06 60 01 00 01 80 0c 80   ...u.....`......
            00 00 20 20 b5 00 00 26  25 73 70 65 65 78 20 73   ..  ...&%speex s
            72 3d 31 36 30 30 30 3b  6d 6f 64 65 3d 36 3b 76   r=16000;mode=6;v
            62 72 3d 6f 66 66 3b 63  6e 67 3d 6f 66 66 80 00   br=off;cng=off..
            01 20 20 09 00 00 3d 0f  53 70 65 65 78 20 62 73   .  ...=.Speex bs
            34 20 57 69 64 65 36 80  00 02 20 c0 ef 80 00 03   4 Wide6... .....
            20 40 ef 80 00 04 08 f0  00 4a ff 00 80 01 00 80    @.......J......
            00 05 09 dc 00 00 40 9f  ff 20 50 40 01 00 80 00   ......@.. P@....
            06 09 dc 00 00 40 9f ff  20 70 50 01 00 0a 83 00   .....@.. pP.....
            00 00 0e 01 00 02 00 00  80 00 07 0c 00 21 60 00   .............!`.
            07 00 08 81 71 00 00 01  40 a0 00 05 02 91 40 02   ....q...@.....@.
            a2 00 40 00 32 01 7d 00  42 00 19 00 92 05 78 80   ..@.2.}.B.....x.
            00 08 0c 00 12 50 00 07  00 08 81 75 01 00 00 40   .....P.....u...@
            a0 00 01 00 03 00 05 80  00 09 83 01 50 80 00 0a   ............P...
            83 01 10 80 00 0b 83 01  40 80 00 0c 8a 0c 14 0a   ........@.......
            30 2d 31 36 2c 33 32 2c  33 36 00 80 01 03 03 00   0-16,32,36......
            00 00 01 00 02 00 03 04  00 04 00 05 00 06 00 07   ................
            00 08 00 00 09 02 00 0a  00 0b 00 0c               ............
          }
          [1]= 7 octets {
            01 00 32 80 2e ee 38                               ..2...8
          }
        }
      }
      h245Tunneling = true
    }
  }
}
2015/05/13 13:39:02.875	4	      osutil.cxx(189)	PWLib	File handle high water mark set: 49 CallSignalSocket
2015/05/13 13:39:02.877	3	ProxyChannel.cxx(7635)	Q931	Connect to 10.65.8.100:1720 from 10.1.0.50:30000 successful
2015/05/13 13:39:02.882	5	ProxyChannel.cxx(1280)	Q931d	Reading from 10.65.8.100:1720
2015/05/13 13:39:02.882	3	ProxyChannel.cxx(1783)	Q931d	Received: CallProceeding CRV=18618 from 10.65.8.100:1720
2015/05/13 13:39:02.883	4	ProxyChannel.cxx(1715)	Q931	Received: {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 18618
    from = destination
    messageType = CallProceeding
    IE: Display = {
      54 65 76 66 69 6b 00                               Tevfik.
    }
    IE: User-User = {
      21 80 06 00 08 91 4a 00  06 22 c0 09 00 00 3d 02   !.....J.."....=.
      00 00 00 22 34 2e 30 2e  31 20 28 4f 50 41 4c 20   ..."4.0.1 (OPAL 
      76 33 2e 31 30 2e 31 30  20 28 73 76 6e 3a 32 39   v3.10.10 (svn:29
      31 35 30 29 29 00 00 00  d0 c0 11 00 b8 fe 82 f5   150))...........
      a1 0f 19 10 83 74 08 00  27 c4 f6 f0 01 00 01 00   .....t..'.......
      02 80 01 80                                        ....
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = callProceeding {
        protocolIdentifier = 0.0.8.2250.0.6
        destinationInfo = {
          vendor = {
            vendor = {
              t35CountryCode = 9
              t35Extension = 0
              manufacturerCode = 61
            }
            productId =  3 octets {
              00 00 00                                           ...
            }
            versionId =  35 octets {
              34 2e 30 2e 31 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.1 (OPAL v3.1
              30 2e 31 30 20 28 73 76  6e 3a 32 39 31 35 30 29   0.10 (svn:29150)
              29 00 00                                           )..
            }
          }
          terminal = {
          }
          mc = false
          undefinedNode = false
        }
        callIdentifier = {
          guid =  16 octets {
            b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
          }
        }
        multipleCalls = false
        maintainConnection = false
      }
      h245Tunneling = true
    }
  }
}
2015/05/13 13:39:02.883	4	ProxyChannel.cxx(1715)	Q931	Send to 10.65.8.117:30000 {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 18618
    from = destination
    messageType = CallProceeding
    IE: Display = {
      54 65 76 66 69 6b 00                               Tevfik.
    }
    IE: User-User = {
      21 80 06 00 08 91 4a 00  06 22 c0 09 00 00 3d 02   !.....J.."....=.
      00 00 00 22 34 2e 30 2e  31 20 28 4f 50 41 4c 20   ..."4.0.1 (OPAL 
      76 33 2e 31 30 2e 31 30  20 28 73 76 6e 3a 32 39   v3.10.10 (svn:29
      31 35 30 29 29 00 00 00  d0 c0 11 00 b8 fe 82 f5   150))...........
      a1 0f 19 10 83 74 08 00  27 c4 f6 f0 01 00 01 00   .....t..'.......
      02 80 01 80                                        ....
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = callProceeding {
        protocolIdentifier = 0.0.8.2250.0.6
        destinationInfo = {
          vendor = {
            vendor = {
              t35CountryCode = 9
              t35Extension = 0
              manufacturerCode = 61
            }
            productId =  3 octets {
              00 00 00                                           ...
            }
            versionId =  35 octets {
              34 2e 30 2e 31 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.1 (OPAL v3.1
              30 2e 31 30 20 28 73 76  6e 3a 32 39 31 35 30 29   0.10 (svn:29150)
              29 00 00                                           )..
            }
          }
          terminal = {
          }
          mc = false
          undefinedNode = false
        }
        callIdentifier = {
          guid =  16 octets {
            b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
          }
        }
        multipleCalls = false
        maintainConnection = false
      }
      h245Tunneling = true
    }
  }
}
2015/05/13 13:39:02.883	5	ProxyChannel.cxx(13220)	ProxyH(0) total sockets 2
2015/05/13 13:39:02.883	5	         job.cxx(388)	JOB	Job Acceptor deleted
2015/05/13 13:39:02.883	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:39:02.891	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:39:02.891	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.100:5061
2015/05/13 13:39:02.891	3	      RasSrv.cxx(281)	RAS
admissionRequest {
    requestSeqNum = 15976
    callType = pointToPoint <<null>>
    endpointIdentifier =  1 characters {
      0000                                       
    }
    destinationInfo = 1 entries {
      [0]=h323_ID  6 characters {
        0054 0065 0076 0066 0069 006b             Tevfik
      }
    }
    destCallSignalAddress = ipAddress {
      ip =  4 octets {
        0a 41 08 64                                        .A.d
      }
      port = 1720
    }
    srcInfo = 1 entries {
      [0]=h323_ID  18 characters {
        0043 006c 0069 0065 006e 0074 0020 005b   Client [
        0031 0030 002e 0031 002e 0030 002e 0035   10.1.0.5
        0030 005d                                 0]
      }
    }
    srcCallSignalAddress = ipAddress {
      ip =  4 octets {
        0a 01 00 32                                        ...2
      }
      port = 30000
    }
    bandWidth = 100000
    callReferenceValue = 18618
    conferenceID =  16 octets {
      d3 04 83 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
    }
    activeMC = false
    answerCall = true
    canMapAlias = true
    callIdentifier = {
      guid =  16 octets {
        b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    tokens = 1 entries {
      [0]={
        tokenOID = 1.2.840.113548.10.1.2.1
        timeStamp = 1431513409
        challenge =  16 octets {
          50 4f e4 c0 00 6e 65 fd  87 61 16 78 15 d9 21 a9   PO...ne..a.x..!.
        }
        random = 207
        generalID =  7 characters {
          0054 0065 0076 0066 0069 006b 0000        Tevfik 
        }
      }
    }
    cryptoTokens = 2 entries {
      [0]=nestedcryptoToken cryptoHashedToken {
        tokenOID = 0.0.8.235.0.2.1
        hashedVals = {
          tokenOID = 0.0.8.235.0.2.5
          timeStamp = 1431513409
          random = 1409550595
          generalID =  7 characters {
            0059 0061 0073 0061 0072 0047 006b        YasarGk
          }
          sendersID =  14 characters {
            0031 0033 0031 0031 0039 0036 0036 0039   13119669
            0030 005f 0065 006e 0064 0070             0_endp
          }
        }
        token = {
          algorithmOID = 0.0.8.235.0.2.6
          paramS = {
          }
          hash = Hex:  d3 5e 4c 81 64 0d 9c 64  aa a1 dc 40             
        }
      }
      [1]=cryptoEPPwdHash {
        alias = h323_ID  6 characters {
          0054 0065 0076 0066 0069 006b             Tevfik
        }
        timeStamp = 1431513409
        token = {
          algorithmOID = 1.2.840.113549.2.5
          paramS = {
          }
          hash = Hex:  6a 00 1f 52 75 fc 6c 5b  1d 5e 90 91 50 35 f2 66 
        }
      }
    }
    willSupplyUUIEs = true
    canMapSrcAlias = false
  }
2015/05/13 13:39:02.892	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:39:02.892	5	         job.cxx(180)	JOB	Starting Job ARQ at Worker thread 140053764400896
2015/05/13 13:39:02.892	1	      RasSrv.cxx(412)	RAS	ARQ Received from 10.65.8.100:5061
2015/05/13 13:39:02.892	2	      RasSrv.cxx(451)	ARJ| ||Client [10.1.0.50]:h323_ID|true|callerNotRegistered|b8-fe-82-f5-a1-0f-19-10-83-74-08-00-27-c4-f6-f0;
2015/05/13 13:39:02.892	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.100:5061
admissionReject {
    requestSeqNum = 15976
    rejectReason = callerNotRegistered <<null>>
  }
2015/05/13 13:39:02.892	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:39:02.892	5	         job.cxx(388)	JOB	Job ARQ deleted
2015/05/13 13:39:02.893	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:39:02.894	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:39:02.895	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.100:5061
2015/05/13 13:39:02.895	3	      RasSrv.cxx(281)	RAS
registrationRequest {
    requestSeqNum = 15977
    protocolIdentifier = 0.0.8.2250.0.6
    discoveryComplete = false
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 64                                        .A.d
        }
        port = 1720
      }
    }
    rasAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 64                                        .A.d
        }
        port = 5061
      }
    }
    terminalType = {
      vendor = {
        vendor = {
          t35CountryCode = 9
          t35Extension = 0
          manufacturerCode = 61
        }
        productId =  3 octets {
          00 00 00                                           ...
        }
        versionId =  35 octets {
          34 2e 30 2e 31 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.1 (OPAL v3.1
          30 2e 31 30 20 28 73 76  6e 3a 32 39 31 35 30 29   0.10 (svn:29150)
          29 00 00                                           )..
        }
      }
      terminal = {
      }
      mc = false
      undefinedNode = false
    }
    terminalAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0054 0065 0076 0066 0069 006b             Tevfik
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    endpointVendor = {
      vendor = {
        t35CountryCode = 9
        t35Extension = 0
        manufacturerCode = 61
      }
      productId =  3 octets {
        00 00 00                                           ...
      }
      versionId =  35 octets {
        34 2e 30 2e 31 20 28 4f  50 41 4c 20 76 33 2e 31   4.0.1 (OPAL v3.1
        30 2e 31 30 20 28 73 76  6e 3a 32 39 31 35 30 29   0.10 (svn:29150)
        29 00 00                                           )..
      }
    }
    timeToLive = 6000
    tokens = 1 entries {
      [0]={
        tokenOID = 1.2.840.113548.10.1.2.1
        timeStamp = 1431513409
        challenge =  16 octets {
          c5 13 fd f2 84 ac f0 2a  71 c0 52 bd 4f a3 8e b3   .......*q.R.O...
        }
        random = 208
        generalID =  7 characters {
          0054 0065 0076 0066 0069 006b 0000        Tevfik 
        }
      }
    }
    cryptoTokens = 2 entries {
      [0]=nestedcryptoToken cryptoHashedToken {
        tokenOID = 0.0.8.235.0.2.1
        hashedVals = {
          tokenOID = 0.0.8.235.0.2.5
          timeStamp = 1431513409
          random = 1409550596
          generalID =  7 characters {
            0059 0061 0073 0061 0072 0047 006b        YasarGk
          }
          sendersID =  14 characters {
            0031 0033 0031 0031 0039 0036 0036 0039   13119669
            0030 005f 0065 006e 0064 0070             0_endp
          }
        }
        token = {
          algorithmOID = 0.0.8.235.0.2.6
          paramS = {
          }
          hash = Hex:  bf bf 11 18 4c 0b 77 9f  1d 6f c7 cd             
        }
      }
      [1]=cryptoEPPwdHash {
        alias = h323_ID  6 characters {
          0054 0065 0076 0066 0069 006b             Tevfik
        }
        timeStamp = 1431513409
        token = {
          algorithmOID = 1.2.840.113549.2.5
          paramS = {
          }
          hash = Hex:  6a 00 1f 52 75 fc 6c 5b  1d 5e 90 91 50 35 f2 66 
        }
      }
    }
    keepAlive = false
    willSupplyUUIEs = true
    maintainConnection = false
    supportsAltGK = <<null>>
    usageReportingCapability = {
      nonStandardUsageTypes = 0 entries {
      }
      startTime = <<null>>
      endTime = <<null>>
      terminationCause = <<null>>
    }
    callCreditCapability = {
      canEnforceDurationLimit = true
    }
  }
2015/05/13 13:39:02.895	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:39:02.895	5	         job.cxx(180)	JOB	Starting Job RRQ at Worker thread 140053764400896
2015/05/13 13:39:02.895	1	      RasSrv.cxx(412)	RAS	RRQ Received from 10.65.8.100:5061
2015/05/13 13:39:02.896	2	      gkacct.cxx(1031)	GKACCT	Successfully logged event 256 for endpoint 131196690_endp
2015/05/13 13:39:02.896	5	       gksql.cxx(318)	AssignedAliases::SQL	Executing query: SELECT alias FROM aliases, users WHERE aliases.username = users.username AND users.username = 'Tevfik';
2015/05/13 13:39:02.896	3	     Toolkit.cxx(2102)	AliasSQL	Query returned no rows
2015/05/13 13:39:02.896	2	      RasSrv.cxx(451)	RCF|10.65.8.100:1720|Tevfik:h323_ID|terminal|131196690_endp
;
2015/05/13 13:39:02.896	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.100:5061
registrationConfirm {
    requestSeqNum = 15977
    protocolIdentifier = 0.0.8.2250.0.6
    nonStandardData = {
      nonStandardIdentifier = h221NonStandard {
        t35CountryCode = 138
        t35Extension = 2
        manufacturerCode = 2
      }
      data =  5 octets {
        4e 6f 4e 41 54                                     NoNAT
      }
    }
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 01 00 32                                        ...2
        }
        port = 11720
      }
    }
    terminalAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0054 0065 0076 0066 0069 006b             Tevfik
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    endpointIdentifier =  14 characters {
      0031 0033 0031 0031 0039 0036 0036 0039   13119669
      0030 005f 0065 006e 0064 0070             0_endp
    }
    timeToLive = 600
    willRespondToIRR = false
    maintainConnection = false
    serviceControl = 1 entries {
      [0]={
        sessionId = 0
        contents = callCreditServiceControl {
          callStartingPoint = connect <<null>>
        }
        reason = refresh <<null>>
      }
    }
    supportsAdditiveRegistration = <<null>>
  }
2015/05/13 13:39:02.897	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:39:02.897	5	         job.cxx(388)	JOB	Job RRQ deleted
2015/05/13 13:39:02.897	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:39:02.898	5	ProxyChannel.cxx(1280)	Q931d	Reading from 10.65.8.100:1720
2015/05/13 13:39:02.898	3	ProxyChannel.cxx(1783)	Q931d	Received: ReleaseComplete CRV=18618 from 10.65.8.100:1720
2015/05/13 13:39:02.898	4	ProxyChannel.cxx(1715)	Q931	Received: {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 18618
    from = destination
    messageType = ReleaseComplete
    IE: Display = {
      54 65 76 66 69 6b 00                               Tevfik.
    }
    IE: User-User = {
      25 c0 06 00 08 91 4a 00  06 81 01 00 01 11 00 b8   %.....J.........
      fe 82 f5 a1 0f 19 10 83  74 08 00 27 c4 f6 f0 02   ........t..'....
      80 01 80                                           ...
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = releaseComplete {
        protocolIdentifier = 0.0.8.2250.0.6
        reason = securityDenied <<null>>
        callIdentifier = {
          guid =  16 octets {
            b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
          }
        }
      }
      h245Tunneling = true
    }
  }
}
2015/05/13 13:39:02.899	2	      RasTbl.cxx(5207)	CDR	ignore not connected call
2015/05/13 13:39:02.899	2	      gkacct.cxx(961)	GKACCT	Successfully logged event 2 for call no. 1
2015/05/13 13:39:02.899	4	ProxyChannel.cxx(1715)	Q931	Send to 10.65.8.117:30000 {
  q931pdu = {
    protocolDiscriminator = 8
    callReference = 18618
    from = destination
    messageType = ReleaseComplete
    IE: Display = {
      54 65 76 66 69 6b 00                               Tevfik.
    }
    IE: User-User = {
      25 c0 06 00 08 91 4a 00  06 81 01 00 01 11 00 b8   %.....J.........
      fe 82 f5 a1 0f 19 10 83  74 08 00 27 c4 f6 f0 02   ........t..'....
      80 01 80                                           ...
    }
  }
  h225pdu = {
    h323_uu_pdu = {
      h323_message_body = releaseComplete {
        protocolIdentifier = 0.0.8.2250.0.6
        reason = securityDenied <<null>>
        callIdentifier = {
          guid =  16 octets {
            b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
          }
        }
      }
      h245Tunneling = true
    }
  }
}
2015/05/13 13:39:07.378	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:39:07.378	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.117:5061
2015/05/13 13:39:07.378	3	      RasSrv.cxx(281)	RAS
disengageRequest {
    requestSeqNum = 4887
    endpointIdentifier =  12 characters {
      0036 0039 0037 0035 0034 0035 0030 005f   6975450_
      0065 006e 0064 0070                       endp
    }
    conferenceID =  16 octets {
      d3 04 83 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
    }
    callReferenceValue = 18618
    disengageReason = normalDrop <<null>>
    callIdentifier = {
      guid =  16 octets {
        b8 fe 82 f5 a1 0f 19 10  83 74 08 00 27 c4 f6 f0   .........t..'...
      }
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    cryptoTokens = 1 entries {
      [0]=cryptoEPPwdHash {
        alias = h323_ID  6 characters {
          0043 006c 0069 0065 006e 0074             Client
        }
        timeStamp = 1431513413
        token = {
          algorithmOID = 1.2.840.113549.2.5
          paramS = {
          }
          hash = Hex:  06 eb 33 15 2f 1d 23 a4  c2 87 de c3 f7 83 b1 b7 
        }
      }
    }
    answeredCall = false
    usageInformation = {
      nonStandardUsageFields = 0 entries {
      }
      endTime = 1431513413
    }
    terminationCause = releaseCompleteReason securityDenied <<null>>
  }
2015/05/13 13:39:07.378	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:39:07.379	5	         job.cxx(180)	JOB	Starting Job DRQ at Worker thread 140053764400896
2015/05/13 13:39:07.379	1	      RasSrv.cxx(412)	RAS	DRQ Received from 10.65.8.117:5061
2015/05/13 13:39:07.379	4	      RasSrv.cxx(3841)	GK	DRQ: closed conference
2015/05/13 13:39:07.379	2	      RasSrv.cxx(451)	DCF|10.65.8.117|6975450_endp|18618|normalDrop|b8-fe-82-f5-a1-0f-19-10-83-74-08-00-27-c4-f6-f0;
2015/05/13 13:39:07.379	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.117:5061
disengageConfirm {
    requestSeqNum = 4887
  }
2015/05/13 13:39:07.379	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:39:07.379	5	         job.cxx(388)	JOB	Job DRQ deleted
2015/05/13 13:39:07.380	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:39:07.999	3	    yasocket.cxx(816)	RTP	Delete socket 
2015/05/13 13:39:07.999	3	    yasocket.cxx(816)	RTCP	Delete socket 
2015/05/13 13:39:07.999	4	ProxyChannel.cxx(10351)	RTP	Delete logical channel 0
2015/05/13 13:39:07.999	3	    yasocket.cxx(816)	RTP	Delete socket 
2015/05/13 13:39:07.999	3	    yasocket.cxx(816)	RTCP	Delete socket 
2015/05/13 13:39:07.999	4	ProxyChannel.cxx(10351)	RTP	Delete logical channel 0
2015/05/13 13:39:07.999	3	    yasocket.cxx(816)	Q931s	Delete socket 10.65.8.117:30000
2015/05/13 13:39:08.000	3	    yasocket.cxx(816)	Q931d	Delete socket 10.65.8.100:1720
2015/05/13 13:39:08.730	3	      RasTbl.cxx(2759)	Gk	Delete Call No. 1
2015/05/13 13:39:19.505	4	      RasSrv.cxx(272)	RAS	Receiving on 10.1.0.50:1719(U)
2015/05/13 13:39:19.505	2	      RasSrv.cxx(177)	RAS	Read from 10.65.8.117:5061
2015/05/13 13:39:19.505	3	      RasSrv.cxx(281)	RAS
unregistrationRequest {
    requestSeqNum = 4888
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 75                                        .A.u
        }
        port = 1720
      }
    }
    endpointAlias = 1 entries {
      [0]=h323_ID  6 characters {
        0043 006c 0069 0065 006e 0074             Client
      }
    }
    endpointIdentifier =  12 characters {
      0036 0039 0037 0035 0034 0035 0030 005f   6975450_
      0065 006e 0064 0070                       endp
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    cryptoTokens = 1 entries {
      [0]=cryptoEPPwdHash {
        alias = h323_ID  6 characters {
          0043 006c 0069 0065 006e 0074             Client
        }
        timeStamp = 1431513425
        token = {
          algorithmOID = 1.2.840.113549.2.5
          paramS = {
          }
          hash = Hex:  ce 6c 66 af 21 ba 9d 15  9d b6 13 3a 31 f1 61 60 
        }
      }
    }
  }
2015/05/13 13:39:19.505	5	         job.cxx(338)	JOB	Worker threads: 11 total - 11 busy, 0 idle
2015/05/13 13:39:19.506	5	         job.cxx(180)	JOB	Starting Job URQ at Worker thread 140053764400896
2015/05/13 13:39:19.506	1	      RasSrv.cxx(412)	RAS	URQ Received from 10.65.8.117:5061
2015/05/13 13:39:19.506	2	      gkacct.cxx(1031)	GKACCT	Successfully logged event 512 for endpoint 6975450_endp
2015/05/13 13:39:19.506	2	      RasSrv.cxx(451)	UCF|10.65.8.117|6975450_endp;
2015/05/13 13:39:19.506	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.117:5061
unregistrationConfirm {
    requestSeqNum = 4888
  }
2015/05/13 13:39:19.506	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:39:19.506	5	         job.cxx(388)	JOB	Job URQ deleted
2015/05/13 13:39:19.506	5	         job.cxx(378)	JOB	Worker threads: 11 total - 10 busy, 1 idle
2015/05/13 13:39:20.731	3	      RasTbl.cxx(369)	Gk	Delete endpoint: 6975450_endp 0
2015/05/13 13:39:25.762	1	          gk.cxx(1078)	GK	Received signal 2
2015/05/13 13:39:25.762	1	      RasSrv.cxx(816)	GK	Stopping RasServer...
2015/05/13 13:39:25.762	5	         job.cxx(388)	JOB	Job HouseKeeping deleted
2015/05/13 13:39:25.763	5	         job.cxx(378)	JOB	Worker threads: 11 total - 9 busy, 2 idle
2015/05/13 13:39:26.513	3	      RasSrv.cxx(293)	RAS	Send to 10.65.8.100:5061
unregistrationRequest {
    requestSeqNum = 1
    callSignalAddress = 1 entries {
      [0]=ipAddress {
        ip =  4 octets {
          0a 41 08 64                                        .A.d
        }
        port = 1720
      }
    }
    endpointIdentifier =  14 characters {
      0031 0033 0031 0031 0039 0036 0036 0039   13119669
      0030 005f 0065 006e 0064 0070             0_endp
    }
    gatekeeperIdentifier =  7 characters {
      0059 0061 0073 0061 0072 0047 006b        YasarGk
    }
    reason = maintenance <<null>>
  }
2015/05/13 13:39:26.513	5	      RasSrv.cxx(305)	RAS	Sent Successful
2015/05/13 13:39:26.514	3	    yasocket.cxx(784)	TCPSrv	Select read error: 10
2015/05/13 13:39:26.514	3	    yasocket.cxx(1076)	TCP	Delete listener 10.1.0.50:11720
2015/05/13 13:39:26.514	3	    yasocket.cxx(784)	TCPSrv	Select read error: 10
2015/05/13 13:39:26.514	3	    yasocket.cxx(1076)	TCP	Delete listener 10.1.0.50:7000
2015/05/13 13:39:26.514	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd9caa8
2015/05/13 13:39:26.514	5	         job.cxx(388)	JOB	Job TCPSrv deleted
2015/05/13 13:39:26.514	5	         job.cxx(378)	JOB	Worker threads: 11 total - 8 busy, 3 idle
2015/05/13 13:39:26.514	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd99718
2015/05/13 13:39:26.514	5	         job.cxx(388)	JOB	Job ProxyH(0) deleted
2015/05/13 13:39:26.514	5	         job.cxx(378)	JOB	Worker threads: 11 total - 7 busy, 4 idle
2015/05/13 13:39:26.515	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd99cc8
2015/05/13 13:39:26.515	5	         job.cxx(388)	JOB	Job ProxyH(1) deleted
2015/05/13 13:39:26.515	5	         job.cxx(378)	JOB	Worker threads: 11 total - 6 busy, 5 idle
2015/05/13 13:39:26.515	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd9a3a8
2015/05/13 13:39:26.515	5	         job.cxx(388)	JOB	Job ProxyH(2) deleted
2015/05/13 13:39:26.515	5	         job.cxx(378)	JOB	Worker threads: 11 total - 5 busy, 6 idle
2015/05/13 13:39:26.515	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd9aa88
2015/05/13 13:39:26.515	5	         job.cxx(388)	JOB	Job ProxyH(3) deleted
2015/05/13 13:39:26.515	5	         job.cxx(378)	JOB	Worker threads: 11 total - 4 busy, 7 idle
2015/05/13 13:39:26.515	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd9b1a8
2015/05/13 13:39:26.515	5	         job.cxx(388)	JOB	Job ProxyH(4) deleted
2015/05/13 13:39:26.515	5	         job.cxx(378)	JOB	Worker threads: 11 total - 3 busy, 8 idle
2015/05/13 13:39:26.515	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd9b918
2015/05/13 13:39:26.515	5	         job.cxx(388)	JOB	Job ProxyRTP(0) deleted
2015/05/13 13:39:26.515	5	         job.cxx(378)	JOB	Worker threads: 11 total - 2 busy, 9 idle
2015/05/13 13:39:26.515	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xda08d0
2015/05/13 13:39:26.516	2	   singleton.cxx(31)	Delete instance: Routing::Analyzer(8 objects left)
2015/05/13 13:39:26.516	1	      RasSrv.cxx(1505)	GK	RasServer stopped
2015/05/13 13:39:26.516	2	      gkacct.cxx(961)	GKACCT	Successfully logged event 16
2015/05/13 13:39:26.516	3	          gk.cxx(774)	GK	Deleting global reference tables
2015/05/13 13:39:26.516	5	         job.cxx(243)	JOB	Destroying active Workers for the Agent
2015/05/13 13:39:26.516	5	         job.cxx(266)	JOB	Worker threads to cleanup: 11 total - 2 busy, 9 idle
2015/05/13 13:39:26.516	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053764400896 termination
2015/05/13 13:39:26.516	5	         job.cxx(194)	JOB	Worker 140053764400896 closed
2015/05/13 13:39:26.516	4	      osutil.cxx(196)	PWLib	File handle low water mark set: 29 PTextFile
2015/05/13 13:39:26.517	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60cee06700", real=50.464, kernel=0.000 (0%), user=0.010 (0%), both=0.010 (0%)
2015/05/13 13:39:26.526	5	         job.cxx(156)	JOB	Worker 140053764400896 destroyed
2015/05/13 13:39:26.527	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xdaaa50 Worker:0x7f60cee06700(id = 7f60cee06700)
2015/05/13 13:39:26.527	5	         job.cxx(194)	JOB	Worker 140053764667136 closed
2015/05/13 13:39:26.527	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60cee47700", real=65.801, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.527	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053764667136 termination
2015/05/13 13:39:26.527	5	         job.cxx(156)	JOB	Worker 140053764667136 destroyed
2015/05/13 13:39:26.527	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xda29b0 Worker:0x7f60cee47700(id = 7f60cee47700)
2015/05/13 13:39:26.527	5	         job.cxx(194)	JOB	Worker 140053765199616 closed
2015/05/13 13:39:26.528	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60ceec9700", real=65.802, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.528	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053765199616 termination
2015/05/13 13:39:26.528	5	         job.cxx(156)	JOB	Worker 140053765199616 destroyed
2015/05/13 13:39:26.528	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xd9cd30 Worker:0x7f60ceec9700(id = 7f60ceec9700)
2015/05/13 13:39:26.528	5	         job.cxx(194)	JOB	Worker 140053806454528 closed
2015/05/13 13:39:26.528	4	      osutil.cxx(196)	PWLib	File handle low water mark set: 27 PTextFile
2015/05/13 13:39:26.528	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60d1621700", real=65.802, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.528	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053806454528 termination
2015/05/13 13:39:26.528	5	         job.cxx(156)	JOB	Worker 140053806454528 destroyed
2015/05/13 13:39:26.529	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xd999a0 Worker:0x7f60d1621700(id = 7f60d1621700)
2015/05/13 13:39:26.529	5	         job.cxx(194)	JOB	Worker 140053806188288 closed
2015/05/13 13:39:26.529	4	      osutil.cxx(196)	PWLib	File handle low water mark set: 15 PTextFile
2015/05/13 13:39:26.529	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60d15e0700", real=65.803, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.529	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053806188288 termination
2015/05/13 13:39:26.529	5	         job.cxx(156)	JOB	Worker 140053806188288 destroyed
2015/05/13 13:39:26.529	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xd99f50 Worker:0x7f60d15e0700(id = 7f60d15e0700)
2015/05/13 13:39:26.529	5	         job.cxx(194)	JOB	Worker 140053805922048 closed
2015/05/13 13:39:26.529	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60d159f700", real=65.804, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.530	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053805922048 termination
2015/05/13 13:39:26.530	5	         job.cxx(156)	JOB	Worker 140053805922048 destroyed
2015/05/13 13:39:26.530	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xd9a630 Worker:0x7f60d159f700(id = 7f60d159f700)
2015/05/13 13:39:26.530	5	         job.cxx(194)	JOB	Worker 140053805655808 closed
2015/05/13 13:39:26.530	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60d155e700", real=65.805, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.530	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053805655808 termination
2015/05/13 13:39:26.530	5	         job.cxx(156)	JOB	Worker 140053805655808 destroyed
2015/05/13 13:39:26.530	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xd9ad10 Worker:0x7f60d155e700(id = 7f60d155e700)
2015/05/13 13:39:26.530	5	         job.cxx(194)	JOB	Worker 140053805389568 closed
2015/05/13 13:39:26.531	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60d151d700", real=65.806, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.531	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053805389568 termination
2015/05/13 13:39:26.531	5	         job.cxx(156)	JOB	Worker 140053805389568 destroyed
2015/05/13 13:39:26.531	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xd9b430 Worker:0x7f60d151d700(id = 7f60d151d700)
2015/05/13 13:39:26.531	5	         job.cxx(194)	JOB	Worker 140053765465856 closed
2015/05/13 13:39:26.531	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60cef0a700", real=65.806, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.531	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053765465856 termination
2015/05/13 13:39:26.531	5	         job.cxx(156)	JOB	Worker 140053765465856 destroyed
2015/05/13 13:39:26.532	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xd9bba0 Worker:0x7f60cef0a700(id = 7f60cef0a700)
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 10
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.532	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.533	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.534	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.535	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.536	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.537	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.538	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	3	    yasocket.cxx(784)	MultiplexedRTPReader	Select read error: 8
2015/05/13 13:39:26.539	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xda0398
2015/05/13 13:39:26.540	5	         job.cxx(388)	JOB	Job MultiplexedRTPReader deleted
2015/05/13 13:39:26.540	5	         job.cxx(194)	JOB	Worker 140053764933376 closed
2015/05/13 13:39:26.540	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053764933376 termination
2015/05/13 13:39:26.540	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60cee88700", real=65.814, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.550	5	         job.cxx(156)	JOB	Worker 140053764933376 destroyed
2015/05/13 13:39:26.550	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0xda0610 Worker:0x7f60cee88700(id = 7f60cee88700)
2015/05/13 13:39:26.550	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0x7f60b0008b88
2015/05/13 13:39:26.550	5	         job.cxx(388)	JOB	Job GkStatus deleted
2015/05/13 13:39:26.550	2	   singleton.cxx(31)	Delete instance: GkStatus(7 objects left)
2015/05/13 13:39:26.551	5	         job.cxx(194)	JOB	Worker 140053764134656 closed
2015/05/13 13:39:26.551	3	     osutils.cxx(1700)	PTLib	Thread ended: name="Worker:0x7f60cedc5700", real=50.496, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
2015/05/13 13:39:26.551	5	         job.cxx(232)	JOB	Waiting for Worker thread 140053764134656 termination
2015/05/13 13:39:26.551	5	         job.cxx(156)	JOB	Worker 140053764134656 destroyed
2015/05/13 13:39:26.551	5	    tlibthrd.cxx(434)	PTLib	Destroyed thread 0x7f60b0009380 Worker:0x7f60cedc5700(id = 7f60cedc5700)
2015/05/13 13:39:26.551	5	         job.cxx(279)	JOB	Agent and its Workers destroyed
2015/05/13 13:39:26.551	2	   singleton.cxx(31)	Delete instance: Agent(6 objects left)
2015/05/13 13:39:26.551	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xda0018
2015/05/13 13:39:26.551	2	   singleton.cxx(31)	Delete instance: MultiplexedRTPHandler(5 objects left)
2015/05/13 13:39:26.552	2	   singleton.cxx(31)	Delete instance: CapacityControl(4 objects left)
2015/05/13 13:39:26.552	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd99308
2015/05/13 13:39:26.552	2	   singleton.cxx(31)	Delete instance: CallTable(3 objects left)
2015/05/13 13:39:26.552	3	      RasTbl.cxx(369)	Gk	Delete endpoint: 131196690_endp 0
2015/05/13 13:39:26.552	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd9bf88
2015/05/13 13:39:26.552	2	   singleton.cxx(31)	Delete instance: RegistrationTable(2 objects left)
2015/05/13 13:39:26.552	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd9d868
2015/05/13 13:39:26.552	1	    GkClient.cxx(1555)	GKC	Delete GkClient
2015/05/13 13:39:26.552	1	      RasSrv.cxx(267)	RAS	Delete listener 10.1.0.50:1719(U)
2015/05/13 13:39:26.553	1	      RasSrv.cxx(267)	RAS	Delete listener 10.1.0.50:1718(Mcast)
2015/05/13 13:39:26.553	1	      RasSrv.cxx(267)	RAS	Delete listener 0.0.0.0:1719(Bcast)
2015/05/13 13:39:26.553	5	     osutils.cxx(2225)	PTLib	Destroying read/write mutex 0xd60948
2015/05/13 13:39:26.553	5	         job.cxx(388)	JOB	Job RasSrv deleted
2015/05/13 13:39:26.553	2	   singleton.cxx(31)	Delete instance: RasSrv(1 objects left)
2015/05/13 13:39:26.553	4	      config.cxx(226)	PTLib	Destroyed PXConfig 0xd5b1f0
2015/05/13 13:39:26.553	4	      config.cxx(226)	PTLib	Destroyed PXConfig 0xd5b690
2015/05/13 13:39:26.553	2	   singleton.cxx(31)	Delete instance: Toolkit(0 objects left)
2015/05/13 13:39:26.553	3	          gk.cxx(805)	GK	delete ok
2015/05/13 13:39:26.553	1	          gk.cxx(1902)	GK	Logging closed
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________________

Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
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/

[Index of Archives]     [SIP]     [Open H.323]     [Gnu Gatekeeper]     [Asterisk PBX]     [ISDN Cause Codes]     [Yosemite News]

  Powered by Linux