Hi Oliver,
I agree with Jan as it does add more complexity and moving parts to the equation. However, this is the route we took in May/June and it's working well. [so far]
I'm certainly not an expert on h323 or networking, but you may want to try removing ExternalIP from the config. gnugk cannot bind to a network adapter with that address which i believe I had issues with as well.
Also, is there anything in front of EndPoint A that would cause issues?
My config is similar, though very minimal for the most part.
Is effectively the below settings, via [ModeSelection] based on IP.
[RoutedMode]
GKRouted=1
CallSignalPort=1720
H245Routed=1
AcceptUnregisteredCalls=1
AcceptNeighborsCalls=1
[RoutingPolicy]
default=explicit,internal,enum,srv,dns,internal,parent,neighbor
[Proxy]
Enable=0
;;;(certain IP's are proxied due to how a neighbor gatekeeper operates, etc..)
Everything else is for routing prefixes to openmcu, logging and accounting.
Though I will say that I did try quite a few other settings especially with hardcoding port ranges. Ultimately I did not go this route since the firewall was smart enough to handle h323 and forward only the required ports per call. I didn't want a number of blocks sitting out there in the open being ported in. You may or may not be able to go this route, check the router.
Only TCP 1720, 1503 and UDP 1719 go in directly. (thinking I can remove 1503 as well)
We may change this down the road and put gnugk to the side of the firewall, but it probably won't be anytime soon.
On Tue, Jun 30, 2015 at 5:56 PM Jan Willamowius <jan@xxxxxxxxxxxxxx> wrote:
Hi Oliver,
thats not a good network setup for H.323. You should put your GnuGk in
front of the router and enable H.460.18 in GnuGk and your endpoints.
If you have a Linux router you could also place GnuGk _on_ the router.
The third option is to use port forwarding in the router, but thats is
the most error prone solution and I would not suggest you try that.
Regards,
Jan
--
Jan Willamowius, Founder of the GNU Gatekeeper Project
EMail : jan@xxxxxxxxxxxxxx
Website: http://www.gnugk.org
Support: http://www.willamowius.com/gnugk-support.html
Relaxed Communications GmbH
Frahmredder 91
22393 Hamburg
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584
Oliver.Pabst@xxxxxx wrote:
> Hello gnugk-users,
>
> Thanks for the great software! My local config works like a charm, but I have a problem making it work behind a router. I searched for hints in the archives, but was not successfull.
>
> here is my setup:
>
> endpoint A (10.138.73.91) — internet — router (87.79.79.103) — gnugk on server (192.168.178.155) — endpoint B (192.168.178.166)
>
> my router does forward the following ports to the gnugk on server:
>
> tcp/1720, udp/1719, udp/1718, udp/50000-59999, udp/40000-40999, tcp/41000-41999
>
> I want to call from endpoint A to endpoint B with H323 video.
>
> I suspect the line:
> 2015/06/30 23:15:57.3163ProxyChannel.cxx(9804)RTP10.138.73.91:3230<=>0.0.0.0:50000<=>192.168.178.166:2414 Error(0): Input/output error (12:113)
>
> and my gnugk does not build the right route… the 0.0.0.0 seems a bit strange for me.
>
> The call is ringing on endpoint B, but then no video and no audio.
>
> Here is my .ini
>
>
> [Gatekeeper::Main]
>
> ;TraceLevel=5
>
> Fortytwo=42
>
> TimeToLive=600
>
> ;Home=192.168.178.155
>
> ExternalIP=87.79.79.103
>
> ;NetworkInterfaces=192.168.178.155/24,87.79.79.103/0
>
> StatusPort=7000
>
> CompareAliasType=0
>
> CompareAliasCase=0
>
>
> [RoutedMode]
>
> GKRouted=1
>
> CallSignalPort=1720
>
> H245Routed=1
>
> H245TunnelingTranslation=1
>
> ;H245PortRange=56000-56999
>
> H245PortRange=41000-41999
>
> Q931PortRange=40000-40999
>
> AcceptUnregisteredCalls=1
>
> SupportNATedEndpoints=1
>
> ;EnableH46018=1
>
> ;H46018NoNat=0
>
> ;EnableH46023=1
>
> ;H46023STUN=stun.h323.net
>
> ;ENUMservers=enum.daileddigits.com,nrenum.net,e164.arpa
>
> ;RDSservers=rds.h323.net
>
> ;ForwardOnFacility=1
>
> ;RemoveH245AddressOnTunneling=0
>
> ;AcceptNeighborCalls=1
>
> ;TranslateFacility=1
>
>
> [RoutingPolicy]
>
> default=explicit,internal,enum,srv,rds,dns
>
>
> [Proxy]
>
> Enable=1
>
> RTPPortRange=50000-51999
>
> T120PortRange=52000-52999
>
> RTPMultiplexing=1
>
> RTPMultiplexPort=2776
>
> RTCPMultiplexPort=2777
>
> InternalNetwork=192.168.179.1/24
>
> ProxyAlways=1
>
> ProxyForNAT=1
>
> REmoveMCInFastStartTransmitOffer=1
>
> CheckH46019KeepAlivePT=0
>
> IgnoredSignaledIPs=1
>
>
>
> [GkStatus::Auth]
>
> rule=explicit
>
> 127.0.0.1=allow
>
> default=forbid
>
> ;default=allow
>
>
> [RasSrv::RRQFeatures]
>
> SupportDynamicIP=1
>
> OverwriteEPOnSameAddress=1
>
>
> [RasSrv::LRQFeatures]
>
> AcceptNonNeighborLCF=1
>
> AcceptNonNeighborLRQ=1
>
> Here is the relevant part of the logs:
>
>
> 2015/06/30 23:15:43.3414 yasocket.cxx(1150)TCPSrv Accept request on 192.168.178.155:1720
>
> 2015/06/30 23:15:43.3963 ProxyChannel.cxx(1297)Q931s 109.44.1.35:23565 TPKT fragmented, will wait for more data
>
> 2015/06/30 23:15:43.4233 ProxyChannel.cxx(1723)Q931s Received: Setup CRV=11913 from 109.44.1.35:23565
>
> 2015/06/30 23:15:43.4264 ProxyChannel.cxx(1655)Q931 Received: {
>
> q931pdu = {
>
> protocolDiscriminator = 8
>
> callReference = 11913
>
> from = originator
>
> messageType = Setup
>
> IE: Bearer-Capability = {
>
> 88 18 84 a5 ....
>
> }
>
> IE: Display = {
>
> 69 50 68 6f 6e 65 20 76 6f 6e 20 4f 6c 69 76 65 iPhone von Olive
>
> 72 20 50 61 62 73 74 r Pabst
>
> }
>
> IE: User-User = {
>
> 60 b8 06 00 08 91 4a 00 05 00 22 c0 b5 00 23 31 `.....J..."...#1
>
> 1b 52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f .RealPresence Mo
>
> 62 69 6c 65 20 2d 20 69 50 68 6f 6e 65 08 33 2e bile - iPhone.3.
>
> 33 2d 35 31 31 34 38 00 01 80 0a 00 07 68 33 32 3-51148......h32
>
> 33 3a 31 30 31 00 57 4f 4f 67 06 b8 00 98 b0 f6 3:101.WOOg......
>
> 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 00 d5 cd .....2..........
>
> 98 00 07 00 0a 8a 49 5b 06 b8 11 00 e0 a4 f6 03 ......I[........
>
> 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 02 01 20 81 ....2......... .
>
> af 03 00 00 07 00 08 81 6b 00 03 18 10 00 07 00 ........k.......
>
> 08 81 6b 00 03 28 00 02 00 02 e4 6f b3 2d 13 cb ..k..(.....o.-..
>
> e3 c6 46 1d b0 e3 4a 36 1d e1 cc 7a 6c 29 28 62 ..F...J6...zl)(b
>
> 80 49 48 71 d6 b9 a6 a3 43 29 62 c4 78 42 f1 05 .IHq....C)b.xB..
>
> b6 12 7c 51 7f 09 87 10 ef 29 d8 72 a1 f8 b6 fb ..|Q.....).r....
>
> 68 bb ba 54 1d 49 74 fd b6 02 00 91 cf d2 25 aa h..T.It.......%.
>
> 91 4c cd 35 21 95 91 4c e5 8d 20 18 a1 61 0a ad .L.5!..L.. ..a..
>
> cd 41 40 a9 51 29 33 be db 10 60 14 69 91 e6 1c .A@.Q)3...`.i...
>
> 1f 4d 5d 25 8e 58 13 60 50 24 88 45 3d fb b1 19 .M]%.X.`P$.E=...
>
> 73 51 89 2c a5 4a e9 9d ae 71 d7 00 08 02 10 00 sQ.,.J...q......
>
> 07 00 08 81 6b 00 03 2b 00 04 00 cf 40 5e 3b 32 ....k..+....@^;2
>
> 1d 32 ed 8a 7d 7c 5f 75 59 17 1f bc 00 12 c4 20 .2..}|_uY......
>
> 70 f1 73 c2 7e 5c 8d e2 04 cd 4c 48 02 52 87 b8 p.s.~\....LH.R..
>
> db 81 32 2d 90 b6 52 7c 25 37 08 7e 53 78 33 2d ..2-..R|%7.~Sx3-
>
> e2 ad 08 74 1c c1 74 02 73 b6 f1 f8 7e b2 44 d7 ...t..t.s...~.D.
>
> 22 70 5b e6 41 b3 8c 57 08 fb 1e a5 75 37 73 98 "p[.A..W....u7s.
>
> a5 d1 e9 5b ac af 5b 70 6c 61 5d 8c c0 bf a1 75 ...[..[pla]....u
>
> a9 56 f6 f6 a9 cb 00 1b cf 76 1a 6f 4c 07 49 20 .V.......v.oL.I
>
> 6a a6 ae a8 6b 4f 68 ff 64 33 c3 04 00 ff ff ff j...kOh.d3......
>
> ff ff ff ff ff c9 0f da a2 21 68 c2 34 c4 c6 62 .........!h.4..b
>
> 8b 80 dc 1c d1 29 02 4e 08 8a 67 cc 74 02 0b be .....).N..g.t...
>
> a6 3b 13 9b 22 51 4a 08 79 8e 34 04 dd ef 95 19 .;.."QJ.y.4.....
>
> b3 cd 3a 43 1b 30 2b 0a 6d f2 5f 14 37 4f e1 35 ..:C.0+.m._.7O.5
>
> 6d 6d 51 c2 45 e4 85 b5 76 62 5e 7e c6 f4 4c 42 mmQ.E...vb^~..LB
>
> e9 a6 37 ed 6b 0b ff 5c b6 f4 06 b7 ed ee 38 6b ..7.k..\......8k
>
> fb 5a 89 9f a5 ae 9f 24 11 7c 4b 1f e6 49 28 66 .Z.....$.|K..I(f
>
> 51 ec e6 53 81 ff ff ff ff ff ff ff ff 00 08 02 Q..S............
>
> 01 00 01 00 01 00 01 00 01 00 01 40 10 80 01 00 ...........@....
>
> 00 05 0c 73 65 74 75 70 20 6d 65 73 73 61 67 65 ...setup message
>
> }
>
> }
>
> h225pdu = {
>
> h323_uu_pdu = {
>
> h323_message_body = setup {
>
> protocolIdentifier = 0.0.8.2250.0.5
>
> sourceAddress = 0 entries {
>
> }
>
> sourceInfo = {
>
> vendor = {
>
> vendor = {
>
> t35CountryCode = 181
>
> t35Extension = 0
>
> manufacturerCode = 9009
>
> }
>
> productId = 28 octets {
>
> 52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
>
> 69 6c 65 20 2d 20 69 50 68 6f 6e 65 ile - iPhone
>
> }
>
> versionId = 9 octets {
>
> 33 2e 33 2d 35 31 31 34 38 3.3-51148
>
> }
>
> }
>
> terminal = {
>
> }
>
> mc = false
>
> undefinedNode = false
>
> }
>
> destinationAddress = 1 entries {
>
> [0]=url_ID "h323:101"
>
> }
>
> destCallSignalAddress = ipAddress {
>
> ip = 4 octets {
>
> 57 4f 4f 67 WOOg
>
> }
>
> port = 1720
>
> }
>
> activeMC = false
>
> conferenceID = 16 octets {
>
> 98 b0 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> conferenceGoal = create <<null>>
>
> callType = pointToPoint <<null>>
>
> sourceCallSignalAddress = ipAddress {
>
> ip = 4 octets {
>
> 0a 8a 49 5b ..I[
>
> }
>
> port = 1720
>
> }
>
> callIdentifier = {
>
> guid = 16 octets {
>
> e0 a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> }
>
> h245SecurityCapability = 1 entries {
>
> [0]=noSecurity <<null>>
>
> }
>
> tokens = 3 entries {
>
> [0]={
>
> tokenOID = 0.0.8.235.0.3.24
>
> }
>
> [1]={
>
> tokenOID = 0.0.8.235.0.3.40
>
> dhkey = {
>
> halfkey = Hex {
>
> 02 e4 6f b3 2d 13 cb e3 c6 46 1d b0 e3 4a 36 1d
>
> e1 cc 7a 6c 29 28 62 80 49 48 71 d6 b9 a6 a3 43
>
> 29 62 c4 78 42 f1 05 b6 12 7c 51 7f 09 87 10 ef
>
> 29 d8 72 a1 f8 b6 fb 68 bb ba 54 1d 49 74 fd b6 }
>
> modSize = Hex {
>
> 91 cf d2 25 aa 91 4c cd 35 21 95 91 4c e5 8d 20
>
> 18 a1 61 0a ad cd 41 40 a9 51 29 33 be db 10 60
>
> 14 69 91 e6 1c 1f 4d 5d 25 8e 58 13 60 50 24 88
>
> 45 3d fb b1 19 73 51 89 2c a5 4a e9 9d ae 71 d7 }
>
> generator = 00000010
>
> }
>
> }
>
> [2]={
>
> tokenOID = 0.0.8.235.0.3.43
>
> dhkey = {
>
> halfkey = Hex {
>
> cf 40 5e 3b 32 1d 32 ed 8a 7d 7c 5f 75 59 17 1f
>
> bc 00 12 c4 20 70 f1 73 c2 7e 5c 8d e2 04 cd 4c
>
> 48 02 52 87 b8 db 81 32 2d 90 b6 52 7c 25 37 08
>
> 7e 53 78 33 2d e2 ad 08 74 1c c1 74 02 73 b6 f1
>
> f8 7e b2 44 d7 22 70 5b e6 41 b3 8c 57 08 fb 1e
>
> a5 75 37 73 98 a5 d1 e9 5b ac af 5b 70 6c 61 5d
>
> 8c c0 bf a1 75 a9 56 f6 f6 a9 cb 00 1b cf 76 1a
>
> 6f 4c 07 49 20 6a a6 ae a8 6b 4f 68 ff 64 33 c3 }
>
> modSize = Hex {
>
> ff ff ff ff ff ff ff ff c9 0f da a2 21 68 c2 34
>
> c4 c6 62 8b 80 dc 1c d1 29 02 4e 08 8a 67 cc 74
>
> 02 0b be a6 3b 13 9b 22 51 4a 08 79 8e 34 04 dd
>
> ef 95 19 b3 cd 3a 43 1b 30 2b 0a 6d f2 5f 14 37
>
> 4f e1 35 6d 6d 51 c2 45 e4 85 b5 76 62 5e 7e c6
>
> f4 4c 42 e9 a6 37 ed 6b 0b ff 5c b6 f4 06 b7 ed
>
> ee 38 6b fb 5a 89 9f a5 ae 9f 24 11 7c 4b 1f e6
>
> 49 28 66 51 ec e6 53 81 ff ff ff ff ff ff ff ff }
>
> generator = 00000010
>
> }
>
> }
>
> }
>
> mediaWaitForConnect = false
>
> canOverlapSend = false
>
> multipleCalls = false
>
> maintainConnection = false
>
> presentationIndicator = presentationAllowed <<null>>
>
> screeningIndicator = userProvidedVerifiedAndFailed
>
> }
>
> h245Tunneling = false
>
> }
>
> user_data = {
>
> protocol_discriminator = 5
>
> user_information = 13 octets {
>
> 73 65 74 75 70 20 6d 65 73 73 61 67 65 setup message
>
> }
>
> }
>
> }
>
> }
>
> 2015/06/30 23:15:43.4281 ProxyChannel.cxx(3509)Removing External IP from destCallSignalAddr in Setup
>
> 2015/06/30 23:15:43.4284 RasTbl.cxx(1903)Alias match for EP 192.168.178.166:1720
>
> 2015/06/30 23:15:43.4294 ProxyChannel.cxx(3916)Q931s Source address 10.138.73.91 peer address 109.44.1.35 caller is behind NAT
>
> 2015/06/30 23:15:43.4292 RasTbl.cxx(4640)CallTable::Insert(CALL) Call No. 4, total sessions : 1
>
> 2015/06/30 23:15:43.4292 gkacct.cxx(964)GKACCT Successfully logged event 1 for call no. 4
>
> 2015/06/30 23:15:43.4294 ProxyChannel.cxx(4156)Q931s GWRewrite source for 109.44.1.35:23565: setup H323 ID or E164
>
> 2015/06/30 23:15:43.4293 ProxyChannel.cxx(4606)Q931s Call 4 is NAT type 1
>
> 2015/06/30 23:15:43.4301 ProxyChannel.cxx(1519)Call 4: h245Routed=1 proxy=1
>
> 2015/06/30 23:15:43.4303 ProxyChannel.cxx(1557)GK Call 4 proxy enabled
>
> 2015/06/30 23:15:43.4334 ProxyChannel.cxx(1655)Q931 Send to 192.168.178.166:1720 {
>
> q931pdu = {
>
> protocolDiscriminator = 8
>
> callReference = 11913
>
> from = originator
>
> messageType = Setup
>
> IE: Bearer-Capability = {
>
> 88 18 84 a5 ....
>
> }
>
> IE: Display = {
>
> 69 50 68 6f 6e 65 20 76 6f 6e 20 4f 6c 69 76 65 iPhone von Olive
>
> 72 20 50 61 62 73 74 r Pabst
>
> }
>
> IE: User-User = {
>
> 60 b8 06 00 08 91 4a 00 05 00 22 c0 b5 00 23 31 `.....J..."...#1
>
> 1b 52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f .RealPresence Mo
>
> 62 69 6c 65 20 2d 20 69 50 68 6f 6e 65 08 33 2e bile - iPhone.3.
>
> 33 2d 35 31 31 34 38 00 01 80 0a 00 07 68 33 32 3-51148......h32
>
> 33 3a 31 30 31 00 c0 a8 b2 a6 06 b8 00 98 b0 f6 3:101...........
>
> 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 00 7d cd .....2........}.
>
> 98 07 00 c0 a8 b2 9b 06 b8 11 00 e0 a4 f6 03 1c ................
>
> 00 00 1f 32 fc 85 da 0b e8 01 a7 02 01 20 81 af ...2......... ..
>
> 03 00 00 07 00 08 81 6b 00 03 18 10 00 07 00 08 .......k........
>
> 81 6b 00 03 28 00 02 00 02 e4 6f b3 2d 13 cb e3 .k..(.....o.-...
>
> c6 46 1d b0 e3 4a 36 1d e1 cc 7a 6c 29 28 62 80 .F...J6...zl)(b.
>
> 49 48 71 d6 b9 a6 a3 43 29 62 c4 78 42 f1 05 b6 IHq....C)b.xB...
>
> 12 7c 51 7f 09 87 10 ef 29 d8 72 a1 f8 b6 fb 68 .|Q.....).r....h
>
> bb ba 54 1d 49 74 fd b6 02 00 91 cf d2 25 aa 91 ..T.It.......%..
>
> 4c cd 35 21 95 91 4c e5 8d 20 18 a1 61 0a ad cd L.5!..L.. ..a...
>
> 41 40 a9 51 29 33 be db 10 60 14 69 91 e6 1c 1f A@.Q)3...`.i....
>
> 4d 5d 25 8e 58 13 60 50 24 88 45 3d fb b1 19 73 M]%.X.`P$.E=...s
>
> 51 89 2c a5 4a e9 9d ae 71 d7 00 08 02 10 00 07 Q.,.J...q.......
>
> 00 08 81 6b 00 03 2b 00 04 00 cf 40 5e 3b 32 1d ...k..+....@^;2.
>
> 32 ed 8a 7d 7c 5f 75 59 17 1f bc 00 12 c4 20 70 2..}|_uY...... p
>
> f1 73 c2 7e 5c 8d e2 04 cd 4c 48 02 52 87 b8 db .s.~\....LH.R...
>
> 81 32 2d 90 b6 52 7c 25 37 08 7e 53 78 33 2d e2 .2-..R|%7.~Sx3-.
>
> ad 08 74 1c c1 74 02 73 b6 f1 f8 7e b2 44 d7 22 ..t..t.s...~.D."
>
> 70 5b e6 41 b3 8c 57 08 fb 1e a5 75 37 73 98 a5 p[.A..W....u7s..
>
> d1 e9 5b ac af 5b 70 6c 61 5d 8c c0 bf a1 75 a9 ..[..[pla]....u.
>
> 56 f6 f6 a9 cb 00 1b cf 76 1a 6f 4c 07 49 20 6a V.......v.oL.I j
>
> a6 ae a8 6b 4f 68 ff 64 33 c3 04 00 ff ff ff ff ...kOh.d3.......
>
> ff ff ff ff c9 0f da a2 21 68 c2 34 c4 c6 62 8b ........!h.4..b.
>
> 80 dc 1c d1 29 02 4e 08 8a 67 cc 74 02 0b be a6 ....).N..g.t....
>
> 3b 13 9b 22 51 4a 08 79 8e 34 04 dd ef 95 19 b3 ;.."QJ.y.4......
>
> cd 3a 43 1b 30 2b 0a 6d f2 5f 14 37 4f e1 35 6d .:C.0+.m._.7O.5m
>
> 6d 51 c2 45 e4 85 b5 76 62 5e 7e c6 f4 4c 42 e9 mQ.E...vb^~..LB.
>
> a6 37 ed 6b 0b ff 5c b6 f4 06 b7 ed ee 38 6b fb .7.k..\......8k.
>
> 5a 89 9f a5 ae 9f 24 11 7c 4b 1f e6 49 28 66 51 Z.....$.|K..I(fQ
>
> ec e6 53 81 ff ff ff ff ff ff ff ff 00 08 02 01 ..S.............
>
> 00 01 00 01 00 01 00 01 00 01 40 02 80 01 80 00 ..........@.....
>
> 05 0c 73 65 74 75 70 20 6d 65 73 73 61 67 65 ..setup message
>
> }
>
> }
>
> h225pdu = {
>
> h323_uu_pdu = {
>
> h323_message_body = setup {
>
> protocolIdentifier = 0.0.8.2250.0.5
>
> sourceAddress = 0 entries {
>
> }
>
> sourceInfo = {
>
> vendor = {
>
> vendor = {
>
> t35CountryCode = 181
>
> t35Extension = 0
>
> manufacturerCode = 9009
>
> }
>
> productId = 28 octets {
>
> 52 65 61 6c 50 72 65 73 65 6e 63 65 20 4d 6f 62 RealPresence Mob
>
> 69 6c 65 20 2d 20 69 50 68 6f 6e 65 ile - iPhone
>
> }
>
> versionId = 9 octets {
>
> 33 2e 33 2d 35 31 31 34 38 3.3-51148
>
> }
>
> }
>
> terminal = {
>
> }
>
> mc = false
>
> undefinedNode = false
>
> }
>
> destinationAddress = 1 entries {
>
> [0]=url_ID "h323:101"
>
> }
>
> destCallSignalAddress = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 a6 ....
>
> }
>
> port = 1720
>
> }
>
> activeMC = false
>
> conferenceID = 16 octets {
>
> 98 b0 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> conferenceGoal = create <<null>>
>
> callType = pointToPoint <<null>>
>
> sourceCallSignalAddress = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 9b ....
>
> }
>
> port = 1720
>
> }
>
> callIdentifier = {
>
> guid = 16 octets {
>
> e0 a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> }
>
> h245SecurityCapability = 1 entries {
>
> [0]=noSecurity <<null>>
>
> }
>
> tokens = 3 entries {
>
> [0]={
>
> tokenOID = 0.0.8.235.0.3.24
>
> }
>
> [1]={
>
> tokenOID = 0.0.8.235.0.3.40
>
> dhkey = {
>
> halfkey = Hex {
>
> 02 e4 6f b3 2d 13 cb e3 c6 46 1d b0 e3 4a 36 1d
>
> e1 cc 7a 6c 29 28 62 80 49 48 71 d6 b9 a6 a3 43
>
> 29 62 c4 78 42 f1 05 b6 12 7c 51 7f 09 87 10 ef
>
> 29 d8 72 a1 f8 b6 fb 68 bb ba 54 1d 49 74 fd b6 }
>
> modSize = Hex {
>
> 91 cf d2 25 aa 91 4c cd 35 21 95 91 4c e5 8d 20
>
> 18 a1 61 0a ad cd 41 40 a9 51 29 33 be db 10 60
>
> 14 69 91 e6 1c 1f 4d 5d 25 8e 58 13 60 50 24 88
>
> 45 3d fb b1 19 73 51 89 2c a5 4a e9 9d ae 71 d7 }
>
> generator = 00000010
>
> }
>
> }
>
> [2]={
>
> tokenOID = 0.0.8.235.0.3.43
>
> dhkey = {
>
> halfkey = Hex {
>
> cf 40 5e 3b 32 1d 32 ed 8a 7d 7c 5f 75 59 17 1f
>
> bc 00 12 c4 20 70 f1 73 c2 7e 5c 8d e2 04 cd 4c
>
> 48 02 52 87 b8 db 81 32 2d 90 b6 52 7c 25 37 08
>
> 7e 53 78 33 2d e2 ad 08 74 1c c1 74 02 73 b6 f1
>
> f8 7e b2 44 d7 22 70 5b e6 41 b3 8c 57 08 fb 1e
>
> a5 75 37 73 98 a5 d1 e9 5b ac af 5b 70 6c 61 5d
>
> 8c c0 bf a1 75 a9 56 f6 f6 a9 cb 00 1b cf 76 1a
>
> 6f 4c 07 49 20 6a a6 ae a8 6b 4f 68 ff 64 33 c3 }
>
> modSize = Hex {
>
> ff ff ff ff ff ff ff ff c9 0f da a2 21 68 c2 34
>
> c4 c6 62 8b 80 dc 1c d1 29 02 4e 08 8a 67 cc 74
>
> 02 0b be a6 3b 13 9b 22 51 4a 08 79 8e 34 04 dd
>
> ef 95 19 b3 cd 3a 43 1b 30 2b 0a 6d f2 5f 14 37
>
> 4f e1 35 6d 6d 51 c2 45 e4 85 b5 76 62 5e 7e c6
>
> f4 4c 42 e9 a6 37 ed 6b 0b ff 5c b6 f4 06 b7 ed
>
> ee 38 6b fb 5a 89 9f a5 ae 9f 24 11 7c 4b 1f e6
>
> 49 28 66 51 ec e6 53 81 ff ff ff ff ff ff ff ff }
>
> generator = 00000010
>
> }
>
> }
>
> }
>
> mediaWaitForConnect = false
>
> canOverlapSend = false
>
> multipleCalls = false
>
> maintainConnection = false
>
> presentationIndicator = presentationAllowed <<null>>
>
> screeningIndicator = userProvidedVerifiedAndFailed
>
> }
>
> h245Tunneling = true
>
> }
>
> user_data = {
>
> protocol_discriminator = 5
>
> user_information = 13 octets {
>
> 73 65 74 75 70 20 6d 65 73 73 61 67 65 setup message
>
> }
>
> }
>
> }
>
> }
>
> 2015/06/30 23:15:43.4363 ProxyChannel.cxx(7379)Q931 Connect to 192.168.178.166:1720 from 192.168.178.155:40500 successful
>
> 2015/06/30 23:15:43.4414 RasSrv.cxx(242)RAS Receiving on 192.168.178.155:1719(U)
>
> 2015/06/30 23:15:43.4412 RasSrv.cxx(174)RAS Read from 192.168.178.166:1719
>
> 2015/06/30 23:15:43.4423 RasSrv.cxx(251)RAS
>
> admissionRequest {
>
> requestSeqNum = 2448
>
> callType = pointToPoint <<null>>
>
> callModel = gatekeeperRouted <<null>>
>
> endpointIdentifier = 9 characters {
>
> 0036 0030 0033 0038 005f 0065 006e 0064 6038_end
>
> 0070 p
>
> }
>
> destCallSignalAddress = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 a6 ....
>
> }
>
> port = 1720
>
> }
>
> srcInfo = 1 entries {
>
> [0]=dialedDigits "0"
>
> }
>
> srcCallSignalAddress = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 9b ....
>
> }
>
> port = 1720
>
> }
>
> bandWidth = 5120
>
> callReferenceValue = 11913
>
> conferenceID = 16 octets {
>
> 98 b0 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> activeMC = false
>
> answerCall = true
>
> canMapAlias = true
>
> callIdentifier = {
>
> guid = 16 octets {
>
> e0 a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> }
>
> willSupplyUUIEs = false
>
> }
>
> 2015/06/30 23:15:43.4441 RasSrv.cxx(382)RAS ARQ Received from 192.168.178.166:1719
>
> 2015/06/30 23:15:43.4453 RasSrv.cxx(3194)GK ACF will grant bandwidth of 5120
>
> 2015/06/30 23:15:43.4453 RasSrv.cxx(3240)GK ACF: found existing call no 4
>
> 2015/06/30 23:15:43.4462 RasSrv.cxx(421)ACF|192.168.178.166:1720|6038_endp|11913|192.168.178.166:1720|0:dialedDigits|true|e0-a4-f6-03-1c-00-00-1f-32-fc-85-da-0b-e8-01-a7| ;
>
> 2015/06/30 23:15:43.4473 RasSrv.cxx(263)RAS Send to 192.168.178.166:1719
>
> admissionConfirm {
>
> requestSeqNum = 2448
>
> bandWidth = 5120
>
> callModel = gatekeeperRouted <<null>>
>
> destCallSignalAddress = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 9b ....
>
> }
>
> port = 1720
>
> }
>
> irrFrequency = 120
>
> willRespondToIRR = false
>
> uuiesRequested = {
>
> setup = false
>
> callProceeding = false
>
> connect = false
>
> alerting = false
>
> information = false
>
> releaseComplete = false
>
> facility = false
>
> progress = false
>
> empty = false
>
> status = false
>
> statusInquiry = false
>
> setupAcknowledge = false
>
> notify = false
>
> }
>
> }
>
> 2015/06/30 23:15:43.4693 ProxyChannel.cxx(1723)Q931d Received: Alerting CRV=11913 from 192.168.178.166:1720
>
> 2015/06/30 23:15:43.4694 ProxyChannel.cxx(1655)Q931 Received: {
>
> q931pdu = {
>
> protocolDiscriminator = 8
>
> callReference = 11913
>
> from = destination
>
> messageType = Alerting
>
> IE: User-User = {
>
> 23 80 06 00 08 91 4a 00 06 22 c0 82 01 01 00 07 #.....J.."......
>
> 54 61 6e 64 62 65 72 67 02 35 32 31 50 82 01 01 Tandberg.521P...
>
> 00 08 54 61 6e 64 62 65 72 67 06 c3 40 11 00 e0 ..Tandberg..@...
>
> a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 01 .......2........
>
> 00 01 00 01 00 10 80 01 00 .........
>
> }
>
> }
>
> h225pdu = {
>
> h323_uu_pdu = {
>
> h323_message_body = alerting {
>
> protocolIdentifier = 0.0.8.2250.0.6
>
> destinationInfo = {
>
> vendor = {
>
> vendor = {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> productId = 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> versionId = 3 octets {
>
> 35 32 31 521
>
> }
>
> }
>
> terminal = {
>
> nonStandardData = {
>
> nonStandardIdentifier = h221NonStandard {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> data ="" 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> }
>
> }
>
> mc = false
>
> undefinedNode = false
>
> }
>
> callIdentifier = {
>
> guid = 16 octets {
>
> e0 a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> }
>
> multipleCalls = false
>
> maintainConnection = false
>
> presentationIndicator = presentationAllowed <<null>>
>
> }
>
> h245Tunneling = false
>
> }
>
> }
>
> }
>
> 2015/06/30 23:15:43.4702 gkacct.cxx(964)GKACCT Successfully logged event 64 for call no. 4
>
> 2015/06/30 23:15:43.4704 ProxyChannel.cxx(1655)Q931 Send to 109.44.1.35:23565 {
>
> q931pdu = {
>
> protocolDiscriminator = 8
>
> callReference = 11913
>
> from = destination
>
> messageType = Alerting
>
> IE: User-User = {
>
> 23 80 06 00 08 91 4a 00 06 22 c0 82 01 01 00 07 #.....J.."......
>
> 54 61 6e 64 62 65 72 67 02 35 32 31 50 82 01 01 Tandberg.521P...
>
> 00 08 54 61 6e 64 62 65 72 67 04 43 40 11 00 e0 ..Tandberg.C@...
>
> a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 01 .......2........
>
> 00 01 00 01 00 02 80 01 00 .........
>
> }
>
> }
>
> h225pdu = {
>
> h323_uu_pdu = {
>
> h323_message_body = alerting {
>
> protocolIdentifier = 0.0.8.2250.0.6
>
> destinationInfo = {
>
> vendor = {
>
> vendor = {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> productId = 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> versionId = 3 octets {
>
> 35 32 31 521
>
> }
>
> }
>
> terminal = {
>
> nonStandardData = {
>
> nonStandardIdentifier = h221NonStandard {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> data ="" 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> }
>
> }
>
> mc = false
>
> undefinedNode = false
>
> }
>
> callIdentifier = {
>
> guid = 16 octets {
>
> e0 a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> }
>
> multipleCalls = false
>
> maintainConnection = false
>
> presentationIndicator = presentationAllowed <<null>>
>
> }
>
> h245Tunneling = false
>
> }
>
> }
>
> }
>
> 2015/06/30 23:15:44.6364 RasSrv.cxx(242)RAS Receiving on 192.168.178.155:1718(Mcast)
>
> 2015/06/30 23:15:44.6362 RasSrv.cxx(174)RAS Read from 192.168.178.166:1719
>
> 2015/06/30 23:15:44.6373 RasSrv.cxx(251)RAS
>
> gatekeeperRequest {
>
> requestSeqNum = 2445
>
> protocolIdentifier = 0.0.8.2250.0.6
>
> rasAddress = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 a6 ....
>
> }
>
> port = 1719
>
> }
>
> endpointType = {
>
> vendor = {
>
> vendor = {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> productId = 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> versionId = 3 octets {
>
> 35 32 31 521
>
> }
>
> }
>
> terminal = {
>
> nonStandardData = {
>
> nonStandardIdentifier = h221NonStandard {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> data ="" 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> }
>
> }
>
> mc = true
>
> undefinedNode = true
>
> }
>
> endpointAlias = 2 entries {
>
> [0]=h323_ID 12 characters {
>
> 0065 0078 0039 0030 002d 0069 0076 0070 ex90-ivp
>
> 0061 0062 0073 006f abso
>
> }
>
> [1]=dialedDigits "101"
>
> }
>
> authenticationCapability = 1 entries {
>
> [0]=pwdHash <<null>>
>
> }
>
> algorithmOIDs = 2 entries {
>
> [0]=1.2.840.113549.2.5
>
> [1]=1.3.14.3.2.26
>
> }
>
> supportsAltGK = <<null>>
>
> featureSet = {
>
> replacementFeatureSet = true
>
> supportedFeatures = 1 entries {
>
> [0]={
>
> id = standard 18
>
> }
>
> }
>
> }
>
> genericData = 1 entries {
>
> [0]={
>
> id = nonStandard 16 octets {
>
> 20 df 89 03 59 6f 45 19 9f 27 73 c0 a5 92 74 af ...YoE..'s...t.
>
> }
>
> parameters = 1 entries {
>
> [0]={
>
> id = nonStandard 16 octets {
>
> 20 df 89 03 59 6f 45 19 9f 27 73 c0 a5 92 74 af ...YoE..'s...t.
>
> }
>
> content = raw 70 octets {
>
> 3c 61 73 73 65 6e 74 3e 3c 61 73 73 65 6e 74 5f <assent><assent_
>
> 74 79 70 65 3e 63 6c 69 65 6e 74 3c 2f 61 73 73 type>client</ass
>
> 65 6e 74 5f 74 79 70 65 3e 3c 76 65 72 73 69 6f ent_type><versio
>
> 6e 3e 31 3c 2f 76 65 72 73 69 6f 6e 3e 3c 2f 61 n>1</version></a
>
> 73 73 65 6e 74 3e ssent>
>
> }
>
> }
>
> }
>
> }
>
> }
>
> }
>
> 2015/06/30 23:15:44.6371 RasSrv.cxx(382)RAS GRQ Received from 192.168.178.166:1719
>
> 2015/06/30 23:15:44.6382 RasSrv.cxx(421)GCF|192.168.178.166|ex90-ivpabso|terminal;
>
> 2015/06/30 23:15:44.6383 RasSrv.cxx(263)RAS Send to 192.168.178.166:1719
>
> gatekeeperConfirm {
>
> requestSeqNum = 2445
>
> protocolIdentifier = 0.0.8.2250.0.6
>
> gatekeeperIdentifier = 10 characters {
>
> 004f 0070 0065 006e 0048 0033 0032 0033 OpenH323
>
> 0047 004b GK
>
> }
>
> rasAddress = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 9b ....
>
> }
>
> port = 1719
>
> }
>
> }
>
> 2015/06/30 23:15:49.3193 ProxyChannel.cxx(1723)Q931d Received: Connect CRV=11913 from 192.168.178.166:1720
>
> 2015/06/30 23:15:49.3224 ProxyChannel.cxx(1655)Q931 Received: {
>
> q931pdu = {
>
> protocolDiscriminator = 8
>
> callReference = 11913
>
> from = destination
>
> messageType = Connect
>
> IE: Bearer-Capability = {
>
> 88 18 84 a5 ....
>
> }
>
> IE: Display = {
>
> 65 78 39 30 2d 69 76 70 61 62 73 6f ex90-ivpabso
>
> }
>
> IE: User-User = {
>
> 22 c0 06 00 08 91 4a 00 06 00 c0 a8 b2 a6 16 1f ".....J.........
>
> 22 c0 82 01 01 00 07 54 61 6e 64 62 65 72 67 02 "......Tandberg.
>
> 35 32 31 50 82 01 01 00 08 54 61 6e 64 62 65 72 521P.....Tandber
>
> 67 00 98 b0 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 g.........2.....
>
> 01 a7 1d 4e 00 11 00 e0 a4 f6 03 1c 00 00 1f 32 ...N...........2
>
> fc 85 da 0b e8 01 a7 83 2d 03 10 00 07 00 08 81 ........-.......
>
> 6b 00 01 05 00 04 00 f3 e5 10 47 c0 de 27 aa fc k.........G..'..
>
> 8e cc 17 cf 95 a8 8d 98 5a 80 10 69 16 41 58 13 ........Z..i.AX.
>
> 62 a5 00 e5 7a a2 89 c0 26 ee f5 74 19 c3 d1 de b...z...&..t....
>
> 4d 75 fa b0 2d e7 1e 3c e3 e4 a0 a0 c9 6a 4e 9e Mu..-..<.....jN.
>
> a8 4c 3b 4b 93 a7 d9 14 72 d5 0d c1 32 8b af 78 .L;K....r...2..x
>
> 29 eb fa 4b ba 7e 15 7c 97 03 15 eb 80 46 fa 2e )..K.~.|.....F..
>
> 9e f8 40 0f b7 2a 89 29 5d 51 a7 6a c2 7a ab de ..@..*.)]Q.j.z..
>
> 5b 10 ad 7d 81 93 cd 1e 04 57 98 35 38 98 ed b8 [..}.....W.58...
>
> 61 f6 ab 07 0f af 58 04 00 ff ff ff ff ff ff ff a.....X.........
>
> ff c9 0f da a2 21 68 c2 34 c4 c6 62 8b 80 dc 1c .....!h.4..b....
>
> d1 29 02 4e 08 8a 67 cc 74 02 0b be a6 3b 13 9b .).N..g.t....;..
>
> 22 51 4a 08 79 8e 34 04 dd ef 95 19 b3 cd 3a 43 "QJ.y.4.......:C
>
> 1b 30 2b 0a 6d f2 5f 14 37 4f e1 35 6d 6d 51 c2 .0+.m._.7O.5mmQ.
>
> 45 e4 85 b5 76 62 5e 7e c6 f4 4c 42 e9 a6 37 ed E...vb^~..LB..7.
>
> 6b 0b ff 5c b6 f4 06 b7 ed ee 38 6b fb 5a 89 9f k..\......8k.Z..
>
> a5 ae 9f 24 11 7c 4b 1f e6 49 28 66 51 ec e6 53 ...$.|K..I(fQ..S
>
> 81 ff ff ff ff ff ff ff ff 04 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 02 10 00 07 00 08 ................
>
> 81 6b 00 03 2b 00 04 00 f3 e5 10 47 c0 de 27 aa .k..+......G..'.
>
> fc 8e cc 17 cf 95 a8 8d 98 5a 80 10 69 16 41 58 .........Z..i.AX
>
> 13 62 a5 00 e5 7a a2 89 c0 26 ee f5 74 19 c3 d1 .b...z...&..t...
>
> de 4d 75 fa b0 2d e7 1e 3c e3 e4 a0 a0 c9 6a 4e .Mu..-..<.....jN
>
> 9e a8 4c 3b 4b 93 a7 d9 14 72 d5 0d c1 32 8b af ..L;K....r...2..
>
> 78 29 eb fa 4b ba 7e 15 7c 97 03 15 eb 80 46 fa x)..K.~.|.....F.
>
> 2e 9e f8 40 0f b7 2a 89 29 5d 51 a7 6a c2 7a ab ...@..*.)]Q.j.z.
>
> de 5b 10 ad 7d 81 93 cd 1e 04 57 98 35 38 98 ed .[..}.....W.58..
>
> b8 61 f6 ab 07 0f af 58 04 00 ff ff ff ff ff ff .a.....X........
>
> ff ff c9 0f da a2 21 68 c2 34 c4 c6 62 8b 80 dc ......!h.4..b...
>
> 1c d1 29 02 4e 08 8a 67 cc 74 02 0b be a6 3b 13 ..).N..g.t....;.
>
> 9b 22 51 4a 08 79 8e 34 04 dd ef 95 19 b3 cd 3a ."QJ.y.4.......:
>
> 43 1b 30 2b 0a 6d f2 5f 14 37 4f e1 35 6d 6d 51 C.0+.m._.7O.5mmQ
>
> c2 45 e4 85 b5 76 62 5e 7e c6 f4 4c 42 e9 a6 37 .E...vb^~..LB..7
>
> ed 6b 0b ff 5c b6 f4 06 b7 ed ee 38 6b fb 5a 89 .k..\......8k.Z.
>
> 9f a5 ae 9f 24 11 7c 4b 1f e6 49 28 66 51 ec e6 ....$.|K..I(fQ..
>
> 53 81 ff ff ff ff ff ff ff ff 04 00 00 00 00 00 S...............
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 02 00 00 07 00 ................
>
> 08 81 6b 00 03 18 01 00 01 00 04 01 08 64 65 10 ..k..........de.
>
> 80 01 00 ...
>
> }
>
> }
>
> h225pdu = {
>
> h323_uu_pdu = {
>
> h323_message_body = connect {
>
> protocolIdentifier = 0.0.8.2250.0.6
>
> h245Address = ipAddress {
>
> ip = 4 octets {
>
> c0 a8 b2 a6 ....
>
> }
>
> port = 5663
>
> }
>
> destinationInfo = {
>
> vendor = {
>
> vendor = {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> productId = 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> versionId = 3 octets {
>
> 35 32 31 521
>
> }
>
> }
>
> terminal = {
>
> nonStandardData = {
>
> nonStandardIdentifier = h221NonStandard {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> manufacturerCode = 256
>
> }
>
> data ="" 8 octets {
>
> 54 61 6e 64 62 65 72 67 Tandberg
>
> }
>
> }
>
> }
>
> mc = false
>
> undefinedNode = false
>
> }
>
> conferenceID = 16 octets {
>
> 98 b0 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> callIdentifier = {
>
> guid = 16 octets {
>
> e0 a4 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 01 a7 ........2.......
>
> }
>
> }
>
> tokens = 3 entries {
>
> [0]={
>
> tokenOID = 0.0.8.235.0.1.5
>
> dhkey = {
>
> halfkey = Hex {
>
> f3 e5 10 47 c0 de 27 aa fc 8e cc 17 cf 95 a8 8d
>
> 98 5a 80 10 69 16 41 58 13 62 a5 00 e5 7a a2 89
>
> c0 26 ee f5 74 19 c3 d1 de 4d 75 fa b0 2d e7 1e
>
> 3c e3 e4 a0 a0 c9 6a 4e 9e a8 4c 3b 4b 93 a7 d9
>
> 14 72 d5 0d c1 32 8b af 78 29 eb fa 4b ba 7e 15
>
> 7c 97 03 15 eb 80 46 fa 2e 9e f8 40 0f b7 2a 89
>
> 29 5d 51 a7 6a c2 7a ab de 5b 10 ad 7d 81 93 cd
>
> 1e 04 57 98 35 38 98 ed b8 61 f6 ab 07 0f af 58 }
>
> modSize = Hex {
>
> ff ff ff ff ff ff ff ff c9 0f da a2 21 68 c2 34
>
> c4 c6 62 8b 80 dc 1c d1 29 02 4e 08 8a 67 cc 74
>
> 02 0b be a6 3b 13 9b 22 51 4a 08 79 8e 34 04 dd
>
> ef 95 19 b3 cd 3a 43 1b 30 2b 0a 6d f2 5f 14 37
>
> 4f e1 35 6d 6d 51 c2 45 e4 85 b5 76 62 5e 7e c6
>
> f4 4c 42 e9 a6 37 ed 6b 0b ff 5c b6 f4 06 b7 ed
>
> ee 38 6b fb 5a 89 9f a5 ae 9f 24 11 7c 4b 1f e6
>
> 49 28 66 51 ec e6 53 81 ff ff ff ff ff ff ff ff }
>
> generator = Hex {
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 }
>
> }
>
> }
>
> [1]={
>
> tokenOID = 0.0.8.235.0.3.43
>
> dhkey = {
>
> halfkey = Hex {
>
> f3 e5 10 47 c0 de 27 aa fc 8e cc 17 cf 95 a8 8d
>
> 98 5a 80 10 69 16 41 58 13 62 a5 00 e5 7a a2 89
>
> c0 26 ee f5 74 19 c3 d1 de 4d 75 fa b0 2d e7 1e
>
> 3c e3 e4 a0 a0 c9 6a 4e 9e a8 4c 3b 4b 93 a7 d9
>
> 14 72 d5 0d c1 32 8b af 78 29 eb fa 4b ba 7e 15
>
> 7c 97 03 15 eb 80 46 fa 2e 9e f8 40 0f b7 2a 89
>
> 29 5d 51 a7 6a c2 7a ab de 5b 10 ad 7d 81 93 cd
>
> 1e 04 57 98 35 38 98 ed b8 61 f6 ab 07 0f af 58 }
>
> modSize = Hex {
>
> ff ff ff ff ff ff ff ff c9 0f da a2 21 68 c2 34
>
> c4 c6 62 8b 80 dc 1c d1 29 02 4e 08 8a 67 cc 74
>
> 02 0b be a6 3b 13 9b 22 51 4a 08 79 8e 34 04 dd
>
> ef 95 19 b3 cd 3a 43 1b 30 2b 0a 6d f2 5f 14 37
>
> 4f e1 35 6d 6d 51 c2 45 e4 85 b5 76 62 5e 7e c6
>
> f4 4c 42 e9 a6 37 ed 6b 0b ff 5c b6 f4 06 b7 ed
>
> ee 38 6b fb 5a 89 9f a5 ae 9f 24 11 7c 4b 1f e6
>
> 49 28 66 51 ec e6 53 81 ff ff ff ff ff ff ff ff }
>
> generator = Hex {
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 }
>
> }
>
> }
>
> [2]={
>
> tokenOID = 0.0.8.235.0.3.24
>
> }
>
> }
>
> multipleCalls = false
>
> maintainConnection = false
>
> language = 1 entries {
>
> [0]="de"
>
> }
>
> }
>
> h245Tunneling = false
>
> }
>
> }
>
> }
>
> 2015/06/30 23:15:49.3232 gkacct.cxx(964)GKACCT Successfully logged event 32 for call no. 4
>
> 2015/06/30 23:15:49.3234 osutil.cxx(189)PWLib File handle high water mark set: 43 TCPSocket
>
> 2015/06/30 23:15:49.3233 ProxyChannel.cxx(8073)H245 Set h245Address to 87.79.79.103:41000
>
> 2015/06/30 23:15:49.3264 ProxyChannel.cxx(1655)Q931 Send to 109.44.1.35:23565 {
>
> q931pdu = {
>
> protocolDiscriminator = 8
>
> callReference = 11913
>
> from = destination
>
> messageType = Connect
>
> IE: Bearer-Capability = {
>
> 88 18 84 a5 ....
>
> }
>
> IE: Display = {
>
> 65 78 39 30 2d 69 76 70 61 62 73 6f ex90-ivpabso
>
> }
>
> IE: User-User = {
>
> 22 c0 06 00 08 91 4a 00 06 00 57 4f 4f 67 a0 28 ".....J...WOOg.(
>
> 22 c0 82 01 01 00 07 54 61 6e 64 62 65 72 67 02 "......Tandberg.
>
> 35 32 31 50 82 01 01 00 08 54 61 6e 64 62 65 72 521P.....Tandber
>
> 67 00 98 b0 f6 03 1c 00 00 1f 32 fc 85 da 0b e8 g.........2.....
>
> 01 a7 0f 4e 11 00 e0 a4 f6 03 1c 00 00 1f 32 fc ...N..........2.
>
> 85 da 0b e8 01 a7 83 2d 03 10 00 07 00 08 81 6b .......-.......k
>
> 00 01 05 00 04 00 f3 e5 10 47 c0 de 27 aa fc 8e .........G..'...
>
> cc 17 cf 95 a8 8d 98 5a 80 10 69 16 41 58 13 62 .......Z..i.AX.b
>
> a5 00 e5 7a a2 89 c0 26 ee f5 74 19 c3 d1 de 4d ...z...&..t....M
>
> 75 fa b0 2d e7 1e 3c e3 e4 a0 a0 c9 6a 4e 9e a8 u..-..<.....jN..
>
> 4c 3b 4b 93 a7 d9 14 72 d5 0d c1 32 8b af 78 29 L;K....r...2..x)
>
> eb fa 4b ba 7e 15 7c 97 03 15 eb 80 46 fa 2e 9e ..K.~.|.....F...
>
> f8 40 0f b7 2a 89 29 5d 51 a7 6a c2 7a ab de 5b .@..*.)]Q.j.z..[
>
> 10 ad 7d 81 93 cd 1e 04 57 98 35 38 98 ed b8 61 ..}.....W.58...a
>
> f6 ab 07 0f af 58 04 00 ff ff ff ff ff ff ff ff .....X..........
>
> c9 0f da a2 21 68 c2 34 c4 c6 62 8b 80 dc 1c d1 ....!h.4..b.....
>
> 29 02 4e 08 8a 67 cc 74 02 0b be a6 3b 13 9b 22 ).N..g.t....;.."
>
> 51 4a 08 79 8e 34 04 dd ef 95 19 b3 cd 3a 43 1b QJ.y.4.......:C.
>
> 30 2b 0a 6d f2 5f 14 37 4f e1 35 6d 6d 51 c2 45 0+.m._.7O.5mmQ.E
>
> e4 85 b5 76 62 5e 7e c6 f4 4c 42 e9 a6 37 ed 6b ...vb^~..LB..7.k
>
> 0b ff 5c b6 f4 06 b7 ed ee 38 6b fb 5a 89 9f a5 ..\......8k.Z...
>
> ae 9f 24 11 7c 4b 1f e6 49 28 66 51 ec e6 53 81 ..$.|K..I(fQ..S.
>
> ff ff ff ff ff ff ff ff 04 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 02 10 00 07 00 08 81 ................
>
> 6b 00 03 2b 00 04 00 f3 e5 10 47 c0 de 27 aa fc k..+......G..'..
>
> 8e cc 17 cf 95 a8 8d 98 5a 80 10 69 16 41 58 13 ........Z..i.AX.
>
> 62 a5 00 e5 7a a2 89 c0 26 ee f5 74 19 c3 d1 de b...z...&..t....
>
> 4d 75 fa b0 2d e7 1e 3c e3 e4 a0 a0 c9 6a 4e 9e Mu..-..<.....jN.
>
> a8 4c 3b 4b 93 a7 d9 14 72 d5 0d c1 32 8b af 78 .L;K....r...2..x
>
> 29 eb fa 4b ba 7e 15 7c 97 03 15 eb 80 46 fa 2e )..K.~.|.....F..
>
> 9e f8 40 0f b7 2a 89 29 5d 51 a7 6a c2 7a ab de ..@..*.)]Q.j.z..
>
> 5b 10 ad 7d 81 93 cd 1e 04 57 98 35 38 98 ed b8 [..}.....W.58...
>
> 61 f6 ab 07 0f af 58 04 00 ff ff ff ff ff ff ff a.....X.........
>
> ff c9 0f da a2 21 68 c2 34 c4 c6 62 8b 80 dc 1c .....!h.4..b....
>
> d1 29 02 4e 08 8a 67 cc 74 02 0b be a6 3b 13 9b .).N..g.t....;..
>
> 22 51 4a 08 79 8e 34 04 dd ef 95 19 b3 cd 3a 43 "QJ.y.4.......:C
>
> 1b 30 2b 0a 6d f2 5f 14 37 4f e1 35 6d 6d 51 c2 .0+.m._.7O.5mmQ.
>
> 45 e4 85 b5 76 62 5e 7e c6 f4 4c 42 e9 a6 37 ed E...vb^~..LB..7.
>
> 6b 0b ff 5c b6 f4 06 b7 ed ee 38 6b fb 5a 89 9f k..\......8k.Z..
>
> a5 ae 9f 24 11 7c 4b 1f e6 49 28 66 51 ec e6 53 ...$.|K..I(fQ..S
>
> 81 ff ff ff ff ff ff ff ff 04 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
>
> 00 00 00 00 00 00 00 00 00 00 02 00 00 07 00 08 ................
>
> 81 6b 00 03 18 01 00 01 00 04 01 08 64 65 02 80 .k..........de..
>
> 01 00 ..
>
> }
>
> }
>
> h225pdu = {
>
> h323_uu_pdu = {
>
> h323_message_body = connect {
>
> protocolIdentifier = 0.0.8.2250.0.6
>
> h245Address = ipAddress {
>
> ip = 4 octets {
>
> 57 4f 4f 67 WOOg
>
> }
>
> port = 41000
>
> }
>
> destinationInfo = {
>
> vendor = {
>
> vendor = {
>
> t35CountryCode = 130
>
> t35Extension = 1
>
> m
------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/
_______________________________________________________ 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/