Tevfik

 

Yes the [RoutingPolicy] section is correct.

 

You can use URI dialing to call from the outside from a device not registered 
to the gatekeeper if the internal endpoint is registered. This can be done by 
dialing Tevfik@<Public IP GnuGk>

 

Dialing out you can just call the public IP address of the Vidyo system.

 

Is that the information you are after?

 

Simon

 

From: Tevfik Ceydeliler [mailto:[email protected]] 
Sent: Friday, May 15, 2015 9:28 PM
To: GNU Gatekeeper Users
Subject: Re: [Openh323gk-users] Fwd: Re: GnuGK as proxy

 

Honestly I can call 10.65.8100 by using dial pad. but It is local net already.
No need proxy
What I wanna do?
I wanna use my gnugk as proxy located on dmz.
I wanna connect internet video conferencing service such as Vidyo,  and uur 
Video conferencing systems such as Life size or Tanberg. 

Is ıt hard to configure?


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




On 05/15/2015 10:43 AM, Simon Horne wrote:

 

The error is here.

You dialed IP address 10.65.8.100 and that endpoint is already registered with 
an alias in the gatekeeper.

 

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>>

  }

 

In the manual

http://www.gnugk.org/gnugk-manual-6.html#ss6.1

You need to add “explicit” to the routing policy to call via IP address.

 

You could have called with “Tevfik” and the call should of worked.

 

Your other choices is to not register the endpoint 10.65.8.100 and dialed IP 
and that should of worked also. 

 

Simon

 

From: Tevfik Ceydeliler [mailto:[email protected]] 
Sent: Friday, May 15, 2015 3:50 PM
To: GNU Gatekeeper Users
Subject: [Openh323gk-users] Fwd: Re: GnuGK as proxy

 

Any idea?



-------- Forwarded Message -------- 


Subject: 

Re: [Openh323gk-users] GnuGK as proxy


Date: 

Wed, 13 May 2015 13:46:42 +0300


From: 

Tevfik Ceydeliler  <mailto:[email protected]> 
<[email protected]>


To: 

GNU Gatekeeper Users  <mailto:[email protected]> 
<[email protected]>



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 
<[email protected] 
<mailto:[email protected]> >:

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:[email protected]] 
Sent: Tuesday, May 12, 2015 9:03 PM
To: [email protected] 
<mailto:[email protected]> 
Subject: [Openh323gk-users] 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 <http://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 <http://10.1.0.0/24> 
2015/05/12 13:43:08.619    2         Toolkit.cxx(392)    Network=10.1.0.0/24 
<http://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 <http://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 
<http://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 
<http://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 <http://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 <http://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 <http://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

-- 





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:[email protected]
Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

 

-- 



  <http://www.yasar.com.tr/banner/astbanner.jpg> 


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:[email protected] 
<mailto:[email protected]> 
Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

 







------------------------------------------------------------------------------
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:[email protected]
Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

 

-- 


 

 


  <http://www.yasar.com.tr/banner/astbanner.jpg> 

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:[email protected]
Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

 

-- 



  <http://www.yasar.com.tr/banner/astbanner.jpg> 

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:[email protected]
Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

Reply via email to