Possible bad logic on packets forwarding, while Proxy is enabled.

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

 



(This message is continuation of H323+cable networks sent some days ago

http://sourceforge.net/mailarchive/forum.php?thread_id=5801974&forum_id=8549

http://sourceforge.net/mailarchive/forum.php?thread_id=5812711&forum_id=8549

Stewart:
I'm able to make a call to a netmeeting endpoint on the same LAN, and from Netmeeting to my endpoint.
For what I have seen they same something H.323-aware (proxy, firewall, or router).
Ports blocking is not a problem because, I'm eable to send a connect message to 1700 port which is my signaling
channel the the epB -the endpoint behind the cable network- Even more i did an nmap -with the help of my system
administrator- and everything seems to be open.


).

Hi,
I've been trying to establish a call to an endpoint inside a cable ISP.
These are my observations:

*Establishing a call from inside the cable network company to an outisde endpoint is no problem for
Netmeeting, and my application software called "FXSCF". I am able to hear audio in both directinos.
So I'll focus on the call establishment from outside the cable company to inside the cable company.


*Establishing a call from outside the cable company using Netmeeting to a Netmeeting endpoint inside
the cable company works fine. The connection is established, and i can hear audio in both directions.


*When I try to establish a call from outside the cable company with my FXSCF it happens the following
situations:
a) fastStart disabled, h245Tunneling disabled:
The router, firewall, or proxy at cable network company is not proxying correctly h.323 messages
from the endpoint behind its network, because the h245Address field on Connect message shows a
private IP address, so connection for h245 procedure is not established.The Gatekeeper send the message
"DIDN'T ACCEPT THE CALL". Notice that the setup message was able to go inside the cable company
and reach the appropriate endpoint in the cable network company.
For this occasion no audio is heard, because of h245 procedure failed.


Final note:
Registration requests, are made with a well proxied address at the cable company router, proxy, or firewall
(It can be seen at the end of the attached log file).
b) fastStart enabled, h245Tunneling disabled:
Still have the same problem that the connect message has no correct IP address for h245 procedure, so
the Gatekeeper send again the error "DIDN'T ACCEPT THE CALL" (It tries to connect to a private IP address).
Because fastStart is enabled, and mediaWaitForConnect is FALSE audio packets are arriving to the Gatekeeper;
none of the endpoints involved in the call is able to hear audio. Eventhough the Setup message arrived to
the appropriate place, As can be seen in log file there has been no correct proxied address at the cable company
for the openLogicalChannels. So auido channels are being sent to a private IP.But ithink there is bad logic
on packets forwarding at the Gatekeeper because it is sending back to the private ip address of the endpoint
behind cable company, eventhoug it knows those packets come fromm that endpoint.


   Look at the following lines

(10.40.212.150:49607 shall be equivalent to 200.77.11.194, the Gatekeeper shall detect this ansd correct the mistake
just by taking the default port on fastStart field, eventhoug I agree that is not necessarilly a must).
2004/10/28 09:58:45.967 5 ProxyChannel.cxx(1762) RTCP Forward 10.40.212.150:49607 to 148.201.201.129:49607
2004/10/28 09:58:45.967 5 ProxyChannel.cxx(1762) RTP Forward 10.40.212.150:49606 to 148.201.201.129:49606


(10.40.212.150:49607 shall be equivalent to 200.77.11.194, the Gatekeeper shall detect this ansd correct the mistake
just by taking the default port on fastStart field, eventhoug I agree that is not necessarilly a must).
2004/10/28 09:58:45.967 5 ProxyChannel.cxx(1762) RTCP Forward 10.40.212.150:49607 to 148.201.201.129:49607
2004/10/28 09:58:45.967 5 ProxyChannel.cxx(1762) RTP Forward 10.40.212.150:49606 to 148.201.201.129:49606




2004/10/28 09:58:46.007 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 09:58:46.008 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:46.057 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 4, total 8/4
2004/10/28 09:58:46.057 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 09:58:46.057 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent


I believe that the origin of this behaviour is at the arrival of registration request from endpoints. For the endpoint
behind the cable network company its GRQ, RRQ, messages are being proxied correctly, CallSignalAddress, and rasAddress
are public IP Address. Look ath the following lines:


2004/10/28 10:36:00.160 2 MulticastGRQ.cxx(87) GK Read from 200.77.11.194:1801
2004/10/28 10:36:00.164 3 MulticastGRQ.cxx(96) GK
gatekeeperRequest {
requestSeqNum = 8801
protocolIdentifier = 0.0.8.2250.0.4
rasAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1801
}
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointAlias = 1 entries {
[0]=dialedDigits "1061"
}
supportsAltGK = <<null>>
}
2004/10/28 10:36:00.164 1 MulticastGRQ.cxx(104) GK Multicast GRQ Received
2004/10/28 10:36:00.164 1 RasSrv.cxx(838) GK GRQ Received
2004/10/28 10:36:00.164 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:36:00.164 2 RasSrv.cxx(913) GCF|200.77.11.194|1061:dialedDigits|terminal;



2004/10/28 10:36:00.164 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1801
gatekeeperConfirm {
requestSeqNum = 8801
protocolIdentifier = 0.0.8.2250.0.4
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
rasAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1719
}
}
2004/10/28 10:36:00.164 5 RasSrv.cxx(2125) GK Sent Successfu
2004/10/28 10:36:00.230 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1801
2004/10/28 10:36:00.230 3 RasSrv.cxx(2184) GK
registrationRequest {
requestSeqNum = 8802
protocolIdentifier = 0.0.8.2250.0.4
discoveryComplete = TRUE
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1700
}
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1801
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
terminalAlias = 1 entries {
[0]=dialedDigits "1061"
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
endpointVendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
keepAlive = FALSE
willSupplyUUIEs = TRUE
maintainConnection = FALSE
supportsAltGK = <<null>>
usageReportingCapability = {
nonStandardUsageTypes = 0 entries {
}
startTime = <<null>>
endTime = <<null>>
terminationCause = <<null>>
}
callCreditCapability = {
canEnforceDurationLimit = TRUE
}
}
2004/10/28 10:36:00.231 1 RasSrv.cxx(940) GK RRQ Received
2004/10/28 10:36:00.231 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:36:00.231 2 RasSrv.cxx(1157) RCF|200.77.11.194:1700|1061:dialedDigits|terminal|3758_endp;



2004/10/28 10:36:00.231 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1801
registrationConfirm {
requestSeqNum = 8802
protocolIdentifier = 0.0.8.2250.0.4
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=dialedDigits "1061"
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
endpointIdentifier = 9 characters {
0033 0037 0035 0038 005f 0065 006e 0064 3758_end
0070 p
}
willRespondToIRR = FALSE
maintainConnection = FALSE
}
2004/10/28 10:36:00.231 5 RasSrv.cxx(2125) GK Sent Successful


I've done this before from a lynksys dsl router without an h.323 aware firewall, for that case GRQ, RRQ message arrived with private ip
Addresses and the GK correct that behaviour. So I think that if the Gatekeeper detects this situation: "public Ip addresses at RRQ, and
private ipAddress at h245Address in connect message, or in fastStart elemnts, or in openlogical channels it shall change that for the
public IP the message came from by enabling at parameter called PublicIPOnRRQbutH245AOnConnectfastStartOrOPenLogChann_TryleastEffortProxying=1 (may be not so
large but somethign like that)". I haven't had a chance to look at the code but it might work.
What do yu think about that?



c) fastStart disabled, h245Tunneling enabled:
This ocassion h245 procedure goes fine. But audio channels got a bad logic on forwarding, no proxy for openlogical channels is done, rpivate IP address is still
on them.


2004/10/28 10:36:57.409 4 ProxyChannel.cxx(1365) H245 Received: response openLogicalChannelAck {
forwardLogicalChannelNumber = 101
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49606
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49607
}
flowControlToZero = FALSE
}
}
2004/10/28 10:36:57.409 4 ProxyChannel.cxx(2072) H245 Response: openLogicalChannelAck
2004/10/28 10:36:57.409 5 ProxyChannel.cxx(1762) RTCP Forward 148.201.201.129:49607 to 10.40.212.150:49607
2004/10/28 10:36:57.409 5 ProxyChannel.cxx(1762) RTP Forward 148.201.201.129:49606 to 10.40.212.150:49606


Eventhoug I am able to hear outgoing audio from cable network company, but they cannot hear me.
Look at the packets forwarding logic in the following lines:


2004/10/28 10:36:58.093 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.093 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.106 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.106 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.106 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.151 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.152 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.152 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.166 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.166 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.166 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent




d) fastStart enabled, h245Tunneling enabled:
H245 procedure goes fine, so audio is being transmitted but the wrong address beacuse no proxy operation was done on the fastStart elements.
None of the endpoints involved in the call hears audio.



I've tried to fake Netmeeting identity, but for now it doesn't work yet.
Does anybody know what netmeeting could be doing that makes everything working fine.?
One more hint i know they have some cisco ubr7246, and a Quintum PBX. I got no more details about it.


Thanks for taking the time to read this huge mail.

Ulises Vega

My Gatekeeper version is:
Version:
Gatekeeper(GNU) Version(2.0.6) Ext(pthreads=1) Build(Sep 24 2003, 12:35:03) Sys(Linux i686 2.4.20-31.9)
Large fd_set(8192) enabled


GkStatus: Version(1.0) Ext()
Toolkit: Version(1.0) Ext(basic)
Startup: Thu, 04 Nov 2004 10:03:17 -0600   Running: 1 days 09:37:13
;


My Gatekeeper configuration is: [Gatekeeper::Main] Fourtytwo=42 Name=cts_gatekeeper

[GkStatus::Auth]
rule=explicit
148.201.201.133=1
148.201.201.129=1
148.201.201.127=1
148.201.201.128=1
148.201.201.130=1
148.201.201.106=1
148.201.201.1=1
Shutdown=forbid
[RoutedMode]
GKRouted=1
H245Routed=1
CallSignalPort=1721
CallSignalHandlerNumber=2
RemoveH245AddressOnTunneling=1
DropCallsByReleaseComplete=1
SupportNATedEndpoints=1
Q931PortRange=30000-39999
H245PortRange=40000-49999

[Proxy]
Enable=1
InternalNetwork=148.201.201.0/255.255.255.0
T120PortRange=50000-59999
RTPPortRange=50000-59999
;ProxyForNAT=0
ProxyForSameNAT=1
[Gatekeeper::Auth]
;NeighborPasswordAuth=required
default=Allow

[RasSrv::RRQAuth]
6001=sigip:192.168.0.2:1720
6002=sigip:192.168.0.2:1722
6003=sigip:192.168.0.2:1724
6004=sigip:192.168.0.2:1726
6005=sigip:148.201.201.133:1720
6006=sigip:148.201.201.133:1722
6007=sigip:148.201.201.133:1724
6008=sigip:148.201.201.133:1726
6009=sigip:148.201.201.127:1720
6010=sigip:148.201.201.127:1722
6011=sigip:148.201.201.127:1724
6012=sigip:148.201.201.127:1726
6013=sigip:148.201.201.113:1720
6014=sigip:148.201.201.113:1722
6015=sigip:148.201.201.113:1724
6016=sigip:148.201.201.113:1726


[Gatekeeper::Acct] FileAcct=optional

[FileAcct]
DetailFile=/home/ulisesv/gnugk/CDRlogs/cts_gatekeeper.cdr
Rotate=1
[RasSrv::RRQFeatures]
OverwriteEPOnSameAddress=1



Complete logs for calls with my FXSCF application software, and Netmeeting call are in teh next lines:



----------------------------------------------------------------------------------------------------
/* Start of netmeeting's call */
2004/10/28 09:43:05.036 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:3570
2004/10/28 09:43:05.039 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 2
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0035 0033 005f 0065 006e 0064 3753_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "6035"
}
srcInfo = 2 entries {
[0]=dialedDigits "6032"
[1]=dialedDigits "6032"
}
bandWidth = 1
callReferenceValue = 18231
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
activeMC = FALSE
answerCall = FALSE
canMapAlias = FALSE
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
willSupplyUUIEs = FALSE
}
2004/10/28 09:43:05.039 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 09:43:05.039 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 09:43:05.039 4 RasTbl.cxx(776) Alias match for EP 200.77.11.194:1720
2004/10/28 09:43:05.039 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 09:43:05.042 2 RasTbl.cxx(1420) CallTable::Insert(CALL) Call No. 1, total sessions : 1
2004/10/28 09:43:05.042 2 RasSrv.cxx(1668) ACF|148.201.201.129:1720|3753_endp|18231|6035:dialedDigits|6032:dialedDigits=6032:dialedDigits|false;



2004/10/28 09:43:05.042 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:3570
admissionConfirm {
requestSeqNum = 2
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
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
}
}
2004/10/28 09:43:05.042 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:43:05.044 3 ProxyThread.cxx(503) ProxyL Connected from 148.201.201.129:3572
2004/10/28 09:43:05.044 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 1
2004/10/28 09:43:05.044 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 1/0
2004/10/28 09:43:05.044 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:3572
2004/10/28 09:43:05.044 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 1/0
2004/10/28 09:43:05.044 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:3572
2004/10/28 09:43:05.044 3 ProxyChannel.cxx(405) Q931s Received: Setup CRV=18231 from 148.201.201.129:3572
2004/10/28 09:43:05.054 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 18231
from = originator
messageType = Setup
IE: Bearer-Capability = {
88 c0 a5 ...
}
IE: Display = {
55 6c 69 73 65 73 20 53 61 6c 76 61 64 6f 72 20 Ulises Salvador
56 65 67 61 20 41 72 74 65 61 67 61 00 Vega Arteaga.
}
IE: Called-Party-Number = {
81 36 30 33 35 .6035
}
IE: User-User = {
10 b0 06 00 08 91 4a 00 02 01 40 1b 00 55 00 6c ......J...@..U.l
00 69 00 73 00 65 00 73 00 20 00 53 00 61 00 6c .i.s.e.s. .S.a.l
00 76 00 61 00 64 00 6f 00 72 00 20 00 56 00 65 .v.a.d.o.r. .V.e
00 67 00 61 00 20 00 41 00 72 00 74 00 65 00 61 .g.a. .A.r.t.e.a
00 67 00 61 22 c0 b5 00 53 4c 16 4d 69 63 72 6f .g.a"...SL.Micro
73 6f 66 74 ae 20 4e 65 74 4d 65 65 74 69 6e 67 soft. NetMeeting
ae 00 03 33 2e 30 00 00 01 01 80 93 68 00 35 5d ...3.0......h.5]
93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 00 45 .vu~~F....."n..E
0c 07 00 94 c9 c9 81 0d f4 11 00 46 3e 94 fe 4c ...........F>..L
f3 61 4d ac 6d 32 7a d8 2c 31 e5 01 00 01 00 40 .aM.m2z.,1.....@
b5 00 53 4c 3c 02 00 00 00 28 00 00 00 00 00 00 ..SL<....(......
00 1b 00 00 00 81 38 42 74 84 cc d2 11 b4 e3 00 ......8Bt.......
a0 c9 0d 06 60 10 00 00 00 d8 60 d5 5d 78 4a 2b ....`.....`.]xJ+
4f 83 2d 08 98 66 ea ad 56 00 00 00 00 00 00 00 O.-..f..V.......
00 .
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.2
sourceAddress = 1 entries {
[0]=h323_ID 28 characters {
0055 006c 0069 0073 0065 0073 0020 0053 Ulises S
0061 006c 0076 0061 0064 006f 0072 0020 alvador
0056 0065 0067 0061 0020 0041 0072 0074 Vega Art
0065 0061 0067 0061 eaga
}
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
productId = 23 octets {
4d 69 63 72 6f 73 6f 66 74 ae 20 4e 65 74 4d 65 Microsoft. NetMe
65 74 69 6e 67 ae 00 eting..
}
versionId = 4 octets {
33 2e 30 00 3.0.
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "6035"
}
activeMC = FALSE
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 3572
}
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
}
nonStandardData = {
nonStandardIdentifier = h221NonStandard {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
data = 60 octets {
02 00 00 00 28 00 00 00 00 00 00 00 1b 00 00 00 ....(...........
81 38 42 74 84 cc d2 11 b4 e3 00 a0 c9 0d 06 60 .8Bt...........`
10 00 00 00 d8 60 d5 5d 78 4a 2b 4f 83 2d 08 98 .....`.]xJ+O.-..
66 ea ad 56 00 00 00 00 00 00 00 00 f..V........
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:43:05.056 3 ProxyChannel.cxx(1016) GK Call 1 is NAT type 0
2004/10/28 09:43:05.057 3 ProxyChannel.cxx(330) GK Call 1 proxy enabled
2004/10/28 09:43:05.058 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1720 {
q931pdu = {
protocolDiscriminator = 8
callReference = 18231
from = originator
messageType = Setup
IE: Bearer-Capability = {
88 c0 a5 ...
}
IE: Display = {
55 6c 69 73 65 73 20 53 61 6c 76 61 64 6f 72 20 Ulises Salvador
56 65 67 61 20 41 72 74 65 61 67 61 00 Vega Arteaga.
}
IE: Called-Party-Number = {
81 36 30 33 35 .6035
}
IE: User-User = {
30 b0 06 00 08 91 4a 00 02 01 40 1b 00 55 00 6c 0.....J...@..U.l
00 69 00 73 00 65 00 73 00 20 00 53 00 61 00 6c .i.s.e.s. .S.a.l
00 76 00 61 00 64 00 6f 00 72 00 20 00 56 00 65 .v.a.d.o.r. .V.e
00 67 00 61 00 20 00 41 00 72 00 74 00 65 00 61 .g.a. .A.r.t.e.a
00 67 00 61 22 c0 b5 00 53 4c 16 4d 69 63 72 6f .g.a"...SL.Micro
73 6f 66 74 ae 20 4e 65 74 4d 65 65 74 69 6e 67 soft. NetMeeting
ae 00 03 33 2e 30 00 00 01 01 80 93 68 00 35 5d ...3.0......h.5]
93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 00 45 .vu~~F....."n..E
0c 07 00 X X X X06 b9 11 00 46 3e 94 fe 4c ...XXXX....F>..L
f3 61 4d ac 6d 32 7a d8 2c 31 e5 01 00 01 00 40 .aM.m2z.,1.....@
b5 00 53 4c 3c 02 00 00 00 28 00 00 00 00 00 00 ..SL<....(......
00 1b 00 00 00 81 38 42 74 84 cc d2 11 b4 e3 00 ......8Bt.......
a0 c9 0d 06 60 10 00 00 00 d8 60 d5 5d 78 4a 2b ....`.....`.]xJ+
4f 83 2d 08 98 66 ea ad 56 00 00 00 00 00 00 00 O.-..f..V.......
00 02 80 01 00 .....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.2
sourceAddress = 1 entries {
[0]=h323_ID 28 characters {
0055 006c 0069 0073 0065 0073 0020 0053 Ulises S
0061 006c 0076 0061 0064 006f 0072 0020 alvador
0056 0065 0067 0061 0020 0041 0072 0074 Vega Art
0065 0061 0067 0061 eaga
}
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
productId = 23 octets {
4d 69 63 72 6f 73 6f 66 74 ae 20 4e 65 74 4d 65 Microsoft. NetMe
65 74 69 6e 67 ae 00 eting..
}
versionId = 4 octets {
33 2e 30 00 3.0.
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "6035"
}
activeMC = FALSE
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
}
nonStandardData = {
nonStandardIdentifier = h221NonStandard {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
data = 60 octets {
02 00 00 00 28 00 00 00 00 00 00 00 1b 00 00 00 ....(...........
81 38 42 74 84 cc d2 11 b4 e3 00 a0 c9 0d 06 60 .8Bt...........`
10 00 00 00 d8 60 d5 5d 78 4a 2b 4f 83 2d 08 98 .....`.]xJ+O.-..
66 ea ad 56 00 00 00 00 00 00 00 00 f..V........
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:43:05.058 4 osutil.cxx(319) PWLib File handle high water mark set: 39 Thread unblock pipe
2004/10/28 09:43:05.058 5 tlibthrd.cxx(688) PWLib Created thread 0x8a068a8
2004/10/28 09:43:05.058 4 tlibthrd.cxx(1194) PWLib Thread high water mark set: 12
2004/10/28 09:43:05.058 2 ProxyThread.cxx(701) Proxy Create a new ConnectThread, total 1
2004/10/28 09:43:05.058 5 tlibthrd.cxx(1199) PWLib Started thread 0x8a068a8 ProxyConnectThread:08a068a8
2004/10/28 09:43:05.058 2 thread.cxx(28) ProxyConnectThread 25616 started
2004/10/28 09:43:05.059 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 09:43:05.118 3 ProxyChannel.cxx(667) Q931(25616) Connect to 200.77.11.194:1720 successful
2004/10/28 09:43:05.118 6 ProxyThread.cxx(163) 200.77.11.194:1720 285 bytes sent
2004/10/28 09:43:05.118 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 2
2004/10/28 09:43:05.290 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 2/0
2004/10/28 09:43:05.290 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1720
2004/10/28 09:43:05.290 3 ProxyChannel.cxx(405) Q931d Received: Alerting CRV=18231 from 200.77.11.194:1720
2004/10/28 09:43:05.292 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 18231
from = destination
messageType = Alerting
IE: User-User = {
03 80 06 00 08 91 4a 00 02 02 01 20 11 00 46 3e ......J.... ..F>
94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 ..L.aM.m2z.,1.
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = alerting {
protocolIdentifier = 0.0.8.2250.0.2
destinationInfo = {
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:43:05.292 6 ProxyThread.cxx(163) 148.201.201.129:3572 43 bytes sent
2004/10/28 09:43:15.833 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1107
2004/10/28 09:43:15.834 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 2
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0035 0034 005f 0065 006e 0064 3754_end
0070 p
}
destinationInfo = 2 entries {
[0]=dialedDigits "6035"
[1]=dialedDigits "6035"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1720
}
srcInfo = 0 entries {
}
srcCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
bandWidth = 1
callReferenceValue = 4059
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
activeMC = FALSE
answerCall = TRUE
canMapAlias = FALSE
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
willSupplyUUIEs = FALSE
}
2004/10/28 09:43:15.834 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 09:43:15.834 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 09:43:15.834 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 09:43:15.834 3 RasSrv.cxx(1600) GK ACF: found existing call no 1
2004/10/28 09:43:15.834 2 RasSrv.cxx(1668) ACF|200.77.11.194:1720|3754_endp|4059|6035:dialedDigits=6035:dialedDigits||true;



2004/10/28 09:43:15.834 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1107
admissionConfirm {
requestSeqNum = 2
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
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
}
}
2004/10/28 09:43:15.834 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:43:15.921 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 2/0
2004/10/28 09:43:15.921 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1720
2004/10/28 09:43:15.921 3 ProxyChannel.cxx(405) Q931d Received: Connect CRV=18231 from 200.77.11.194:1720
2004/10/28 09:43:15.922 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 18231
from = destination
messageType = Connect
IE: Bearer-Capability = {
88 c0 a5 ...
}
IE: Display = {
6a 6f 72 67 65 20 67 61 6d 62 6f 61 jorge gamboa
}
IE: User-User = {
02 c0 06 00 08 91 4a 00 02 00 c8 4d 0b c2 04 54 ......J....M...T
22 c0 b5 00 53 4c 16 4d 69 63 72 6f 73 6f 66 74 "...SL.Microsoft
ae 20 4e 65 74 4d 65 65 74 69 6e 67 ae 00 03 33 . NetMeeting...3
2e 30 00 00 35 5d 93 76 75 7e 7e 46 8a 05 f0 91 .0..5].vu~~F....
e7 22 6e f8 1d 00 00 11 00 46 3e 94 fe 4c f3 61 ."n......F>..L.a
4d ac 6d 32 7a d8 2c 31 e5 M.m2z.,1.
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.2
h245Address = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1108
}
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
productId = 23 octets {
4d 69 63 72 6f 73 6f 66 74 ae 20 4e 65 74 4d 65 Microsoft. NetMe
65 74 69 6e 67 ae 00 eting..
}
versionId = 4 octets {
33 2e 30 00 3.0.
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:43:15.922 4 osutil.cxx(319) PWLib File handle high water mark set: 41 PTCPSocket
2004/10/28 09:43:15.922 3 ProxyChannel.cxx(1574) H245 Set h245Address to 148.201.201.1:40000
2004/10/28 09:43:15.922 5 ProxyChannel.cxx(364) Q931 Send to 148.201.201.129:3572 {
q931pdu = {
protocolDiscriminator = 8
callReference = 18231
from = destination
messageType = Connect
IE: Bearer-Capability = {
88 c0 a5 ...
}
IE: Display = {
6a 6f 72 67 65 20 67 61 6d 62 6f 61 jorge gamboa
}
IE: User-User = {
22 c0 06 00 08 91 4a 00 02 00 94 c9 c9 01 9c 40 ".....J........@
22 c0 b5 00 53 4c 16 4d 69 63 72 6f 73 6f 66 74 "...SL.Microsoft
ae 20 4e 65 74 4d 65 65 74 69 6e 67 ae 00 03 33 . NetMeeting...3
2e 30 00 00 35 5d 93 76 75 7e 7e 46 8a 05 f0 91 .0..5].vu~~F....
e7 22 6e f8 01 11 00 46 3e 94 fe 4c f3 61 4d ac ."n....F>..L.aM.
6d 32 7a d8 2c 31 e5 02 80 01 00 m2z.,1.....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.2
h245Address = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 40000
}
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
productId = 23 octets {
4d 69 63 72 6f 73 6f 66 74 ae 20 4e 65 74 4d 65 Microsoft. NetMe
65 74 69 6e 67 ae 00 eting..
}
versionId = 4 octets {
33 2e 30 00 3.0.
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:43:15.923 6 ProxyThread.cxx(163) 148.201.201.129:3572 123 bytes sent
2004/10/28 09:43:15.931 3 ProxyChannel.cxx(1525) H245 Connected from 148.201.201.129:3573
2004/10/28 09:43:16.087 3 ProxyChannel.cxx(1545) H245(25616) Connect to 200.77.11.194:1108 successful
2004/10/28 09:43:16.088 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 3
2004/10/28 09:43:16.088 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 4
2004/10/28 09:43:16.119 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.119 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.177 4 ProxyChannel.cxx(1365) H245 Received: request terminalCapabilitySet {
sequenceNumber = 1
protocolIdentifier = 0.0.8.245.0.3
multiplexCapability = h2250Capability {
maximumAudioDelayJitter = 60
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
}
logicalChannelSwitchingCapability = FALSE
t120DynamicPortCapability = FALSE
}
capabilityTable = 11 entries {
[0]={
capabilityTableEntryNumber = 32768
capability = nonStandard {
nonStandardIdentifier = h221NonStandard {
t35CountryCode = 181
t35Extension = 66
manufacturerCode = 32896
}
data = 1 octets {
01 .
}
}
}
[1]={
capabilityTableEntryNumber = 11
capability = receiveAndTransmitDataApplicationCapability {
application = t120 separateLANStack <<null>>
maxBitRate = 825000
}
}
[2]={
capabilityTableEntryNumber = 1
capability = receiveAudioCapability nonStandard [Microsoft ADPCM] {
nonStandardIdentifier = h221NonStandard {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
data = 72 octets {
02 00 00 00 00 00 f4 01 00 00 f4 01 01 00 04 00 ................
00 00 00 00 02 00 01 00 40 1f 00 00 00 10 00 00 ........@.......
00 01 04 00 20 00 f4 01 07 00 00 01 00 00 00 02 .... ...........
00 ff 00 00 00 00 c0 00 40 00 f0 00 00 00 cc 01 ........@.......
30 ff 88 01 18 ff 00 00 0.......
}
}
}
[3]={
capabilityTableEntryNumber = 2
capability = receiveAudioCapability g711Alaw64k 180
}
[4]={
capabilityTableEntryNumber = 3
capability = receiveAudioCapability g711Ulaw64k 180
}
[5]={
capabilityTableEntryNumber = 4
capability = receiveAudioCapability g7231 {
maxAl_sduAudioFrames = 12
silenceSuppression = FALSE
}
}
[6]={
capabilityTableEntryNumber = 6
capability = receiveVideoCapability h263VideoCapability {
sqcifMPI = 1
maxBitRate = 8250
unrestrictedVector = FALSE
arithmeticCoding = FALSE
advancedPrediction = FALSE
pbFrames = FALSE
temporalSpatialTradeOffCapability = TRUE
errorCompensation = FALSE
}
}
[7]={
capabilityTableEntryNumber = 7
capability = receiveVideoCapability h263VideoCapability {
qcifMPI = 1
maxBitRate = 8250
unrestrictedVector = FALSE
arithmeticCoding = FALSE
advancedPrediction = FALSE
pbFrames = FALSE
temporalSpatialTradeOffCapability = TRUE
errorCompensation = FALSE
}
}
[8]={
capabilityTableEntryNumber = 8
capability = receiveVideoCapability h263VideoCapability {
cifMPI = 1
maxBitRate = 8250
unrestrictedVector = FALSE
arithmeticCoding = FALSE
advancedPrediction = FALSE
pbFrames = FALSE
temporalSpatialTradeOffCapability = TRUE
errorCompensation = FALSE
}
}
[9]={
capabilityTableEntryNumber = 9
capability = receiveVideoCapability h261VideoCapability {
qcifMPI = 1
temporalSpatialTradeOffCapability = TRUE
maxBitRate = 8250
stillImageTransmission = FALSE
videoBadMBsCap = FALSE
}
}
[10]={
capabilityTableEntryNumber = 10
capability = receiveVideoCapability h261VideoCapability {
cifMPI = 1
temporalSpatialTradeOffCapability = TRUE
maxBitRate = 8250
stillImageTransmission = FALSE
videoBadMBsCap = FALSE
}
}
}
capabilityDescriptors = 5 entries {
[0]={
capabilityDescriptorNumber = 6
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=7
}
[2]=1 entries {
[0]=11
}
}
}
[1]={
capabilityDescriptorNumber = 7
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=6
}
[2]=1 entries {
[0]=11
}
}
}
[2]={
capabilityDescriptorNumber = 8
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=9
}
[2]=1 entries {
[0]=11
}
}
}
[3]={
capabilityDescriptorNumber = 9
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=8
}
[2]=1 entries {
[0]=11
}
}
}
[4]={
capabilityDescriptorNumber = 10
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=10
}
[2]=1 entries {
[0]=11
}
}
}
}
}
2004/10/28 09:43:16.178 4 ProxyChannel.cxx(2056) H245 Request: terminalCapabilitySet
2004/10/28 09:43:16.199 6 ProxyThread.cxx(163) 200.77.11.194:1108 282 bytes sent
2004/10/28 09:43:16.199 4 ProxyThread.cxx(659) ProxyH(0) 2 sockets selected from 4, total 4/0
2004/10/28 09:43:16.199 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.202 4 ProxyChannel.cxx(1365) H245 Received: request terminalCapabilitySet {
sequenceNumber = 1
protocolIdentifier = 0.0.8.245.0.3
multiplexCapability = h2250Capability {
maximumAudioDelayJitter = 60
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
}
logicalChannelSwitchingCapability = FALSE
t120DynamicPortCapability = FALSE
}
capabilityTable = 11 entries {
[0]={
capabilityTableEntryNumber = 32768
capability = nonStandard {
nonStandardIdentifier = h221NonStandard {
t35CountryCode = 181
t35Extension = 66
manufacturerCode = 32896
}
data = 1 octets {
01 .
}
}
}
[1]={
capabilityTableEntryNumber = 11
capability = receiveAndTransmitDataApplicationCapability {
application = t120 separateLANStack <<null>>
maxBitRate = 85000
}
}
[2]={
capabilityTableEntryNumber = 1
capability = receiveAudioCapability nonStandard [Microsoft ADPCM] {
nonStandardIdentifier = h221NonStandard {
t35CountryCode = 181
t35Extension = 0
manufacturerCode = 21324
}
data = 72 octets {
02 00 00 00 00 00 f4 01 00 00 f4 01 01 00 04 00 ................
00 00 00 00 02 00 01 00 40 1f 00 00 00 10 00 00 ........@.......
00 01 04 00 20 00 f4 01 07 00 00 01 00 00 00 02 .... ...........
00 ff 00 00 00 00 c0 00 40 00 f0 00 00 00 cc 01 ........@.......
30 ff 88 01 18 ff 00 00 0.......
}
}
}
[3]={
capabilityTableEntryNumber = 2
capability = receiveAudioCapability g711Alaw64k 180
}
[4]={
capabilityTableEntryNumber = 3
capability = receiveAudioCapability g711Ulaw64k 180
}
[5]={
capabilityTableEntryNumber = 4
capability = receiveAudioCapability g7231 {
maxAl_sduAudioFrames = 12
silenceSuppression = FALSE
}
}
[6]={
capabilityTableEntryNumber = 6
capability = receiveVideoCapability h263VideoCapability {
sqcifMPI = 1
maxBitRate = 850
unrestrictedVector = FALSE
arithmeticCoding = FALSE
advancedPrediction = FALSE
pbFrames = FALSE
temporalSpatialTradeOffCapability = TRUE
errorCompensation = FALSE
}
}
[7]={
capabilityTableEntryNumber = 7
capability = receiveVideoCapability h263VideoCapability {
qcifMPI = 1
maxBitRate = 850
unrestrictedVector = FALSE
arithmeticCoding = FALSE
advancedPrediction = FALSE
pbFrames = FALSE
temporalSpatialTradeOffCapability = TRUE
errorCompensation = FALSE
}
}
[8]={
capabilityTableEntryNumber = 8
capability = receiveVideoCapability h263VideoCapability {
cifMPI = 1
maxBitRate = 850
unrestrictedVector = FALSE
arithmeticCoding = FALSE
advancedPrediction = FALSE
pbFrames = FALSE
temporalSpatialTradeOffCapability = TRUE
errorCompensation = FALSE
}
}
[9]={
capabilityTableEntryNumber = 9
capability = receiveVideoCapability h261VideoCapability {
qcifMPI = 1
temporalSpatialTradeOffCapability = TRUE
maxBitRate = 850
stillImageTransmission = FALSE
videoBadMBsCap = FALSE
}
}
[10]={
capabilityTableEntryNumber = 10
capability = receiveVideoCapability h261VideoCapability {
cifMPI = 1
temporalSpatialTradeOffCapability = TRUE
maxBitRate = 850
stillImageTransmission = FALSE
videoBadMBsCap = FALSE
}
}
}
capabilityDescriptors = 5 entries {
[0]={
capabilityDescriptorNumber = 6
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=7
}
[2]=1 entries {
[0]=11
}
}
}
[1]={
capabilityDescriptorNumber = 7
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=6
}
[2]=1 entries {
[0]=11
}
}
}
[2]={
capabilityDescriptorNumber = 8
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=9
}
[2]=1 entries {
[0]=11
}
}
}
[3]={
capabilityDescriptorNumber = 9
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=8
}
[2]=1 entries {
[0]=11
}
}
}
[4]={
capabilityDescriptorNumber = 10
simultaneousCapabilities = 3 entries {
[0]=4 entries {
[0]=4
[1]=3
[2]=2
[3]=1
}
[1]=1 entries {
[0]=10
}
[2]=1 entries {
[0]=11
}
}
}
}
}
2004/10/28 09:43:16.203 4 ProxyChannel.cxx(2056) H245 Request: terminalCapabilitySet
2004/10/28 09:43:16.204 6 ProxyThread.cxx(163) 148.201.201.129:3573 282 bytes sent
2004/10/28 09:43:16.204 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.204 4 ProxyChannel.cxx(1365) H245 Received: request masterSlaveDetermination {
terminalType = 50
statusDeterminationNumber = 10703924
}
2004/10/28 09:43:16.204 4 ProxyChannel.cxx(2056) H245 Request: masterSlaveDetermination
2004/10/28 09:43:16.204 6 ProxyThread.cxx(163) 200.77.11.194:1108 11 bytes sent
2004/10/28 09:43:16.204 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.204 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.205 4 ProxyChannel.cxx(1365) H245 Received: request masterSlaveDetermination {
terminalType = 50
statusDeterminationNumber = 1171078
}
2004/10/28 09:43:16.205 4 ProxyChannel.cxx(2056) H245 Request: masterSlaveDetermination
2004/10/28 09:43:16.205 6 ProxyThread.cxx(163) 148.201.201.129:3573 11 bytes sent
2004/10/28 09:43:16.210 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.210 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.210 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.210 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.210 4 ProxyChannel.cxx(1365) H245 Received: response terminalCapabilitySetAck {
sequenceNumber = 1
}
2004/10/28 09:43:16.210 4 ProxyChannel.cxx(2072) H245 Response: terminalCapabilitySetAck
2004/10/28 09:43:16.210 6 ProxyThread.cxx(163) 200.77.11.194:1108 7 bytes sent
2004/10/28 09:43:16.249 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.249 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.250 4 ProxyChannel.cxx(1365) H245 Received: response masterSlaveDeterminationAck {
decision = slave <<null>>
}
2004/10/28 09:43:16.250 4 ProxyChannel.cxx(2072) H245 Response: masterSlaveDeterminationAck
2004/10/28 09:43:16.250 6 ProxyThread.cxx(163) 200.77.11.194:1108 6 bytes sent
2004/10/28 09:43:16.263 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.263 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.318 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.318 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.318 4 ProxyChannel.cxx(1365) H245 Received: response terminalCapabilitySetAck {
sequenceNumber = 1
}
2004/10/28 09:43:16.318 4 ProxyChannel.cxx(2072) H245 Response: terminalCapabilitySetAck
2004/10/28 09:43:16.318 6 ProxyThread.cxx(163) 148.201.201.129:3573 7 bytes sent
2004/10/28 09:43:16.515 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.515 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.572 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.572 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.572 4 ProxyChannel.cxx(1365) H245 Received: response masterSlaveDeterminationAck {
decision = master <<null>>
}
2004/10/28 09:43:16.572 4 ProxyChannel.cxx(2072) H245 Response: masterSlaveDeterminationAck
2004/10/28 09:43:16.572 6 ProxyThread.cxx(163) 148.201.201.129:3573 6 bytes sent
2004/10/28 09:43:16.572 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.572 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.583 4 ProxyChannel.cxx(1365) H245 Received: request openLogicalChannel {
forwardLogicalChannelNumber = 257
forwardLogicalChannelParameters = {
dataType = data {
application = t120 separateLANStack <<null>>
maxBitRate = 0
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 0
}
}
reverseLogicalChannelParameters = {
dataType = data {
application = t120 separateLANStack <<null>>
maxBitRate = 0
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 0
}
}
separateStack = {
distribution = unicast <<null>>
networkAddress = localAreaAddress unicastAddress iPAddress {
network = 4 octets {
c8 4d 0b c2 .M..
}
tsapIdentifier = 1503
}
associateConference = FALSE
}
}
2004/10/28 09:43:16.584 4 ProxyChannel.cxx(2056) H245 Request: openLogicalChannel
2004/10/28 09:43:16.584 4 osutil.cxx(319) PWLib File handle high water mark set: 43 PTCPSocket
2004/10/28 09:43:16.584 4 ProxyChannel.cxx(1972) T120 Open logical channel 2X port 50000
2004/10/28 09:43:16.588 4 osutil.cxx(319) PWLib File handle high water mark set: 45 Thread unblock pipe
2004/10/28 09:43:16.588 5 tlibthrd.cxx(688) PWLib Created thread 0x8a132f0
2004/10/28 09:43:16.588 5 ProxyChannel.cxx(1390) H245 To send: request openLogicalChannel {
forwardLogicalChannelNumber = 257
forwardLogicalChannelParameters = {
dataType = data {
application = t120 separateLANStack <<null>>
maxBitRate = 0
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 0
}
}
reverseLogicalChannelParameters = {
dataType = data {
application = t120 separateLANStack <<null>>
maxBitRate = 0
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 0
}
}
separateStack = {
distribution = unicast <<null>>
networkAddress = localAreaAddress unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50000
}
associateConference = FALSE
}
}
2004/10/28 09:43:16.589 4 tlibthrd.cxx(1194) PWLib Thread high water mark set: 13
2004/10/28 09:43:16.589 5 tlibthrd.cxx(1199) PWLib Started thread 0x8a132f0 T120Listener:08a132f0
2004/10/28 09:43:16.589 2 thread.cxx(28) T120Listener 25619 started
2004/10/28 09:43:16.592 6 ProxyThread.cxx(163) 148.201.201.129:3573 41 bytes sent
2004/10/28 09:43:16.592 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.592 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:16.593 4 ProxyChannel.cxx(1365) H245 Received: request openLogicalChannel {
forwardLogicalChannelNumber = 258
forwardLogicalChannelParameters = {
dataType = audioData g7231 {
maxAl_sduAudioFrames = 1
silenceSuppression = FALSE
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
c8 4d 0b c2 .M..
}
tsapIdentifier = 49609
}
mediaControlGuaranteedDelivery = FALSE
silenceSuppression = TRUE
}
}
}
2004/10/28 09:43:16.593 4 ProxyChannel.cxx(2056) H245 Request: openLogicalChannel
2004/10/28 09:43:16.593 4 ProxyChannel.cxx(2265) RTP Open logical channel 258 id 1 port 50000
2004/10/28 09:43:16.593 5 ProxyChannel.cxx(1390) H245 To send: request openLogicalChannel {
forwardLogicalChannelNumber = 258
forwardLogicalChannelParameters = {
dataType = audioData g7231 {
maxAl_sduAudioFrames = 1
silenceSuppression = FALSE
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50001
}
mediaControlGuaranteedDelivery = FALSE
silenceSuppression = TRUE
}
}
}
2004/10/28 09:43:16.593 6 ProxyThread.cxx(163) 148.201.201.129:3573 25 bytes sent
2004/10/28 09:43:16.733 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.733 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.733 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.733 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.734 4 ProxyChannel.cxx(1365) H245 Received: request openLogicalChannel {
forwardLogicalChannelNumber = 257
forwardLogicalChannelParameters = {
dataType = data {
application = t120 separateLANStack <<null>>
maxBitRate = 0
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 0
}
}
reverseLogicalChannelParameters = {
dataType = data {
application = t120 separateLANStack <<null>>
maxBitRate = 0
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 0
}
}
}
2004/10/28 09:43:16.734 4 ProxyChannel.cxx(2056) H245 Request: openLogicalChannel
2004/10/28 09:43:16.734 4 osutil.cxx(319) PWLib File handle high water mark set: 48 PTCPSocket
2004/10/28 09:43:16.734 4 ProxyChannel.cxx(1972) T120 Open logical channel 2X port 50001
2004/10/28 09:43:16.735 6 ProxyThread.cxx(163) 200.77.11.194:1108 32 bytes sent
2004/10/28 09:43:16.735 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.735 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.735 4 ProxyChannel.cxx(1365) H245 Received: request openLogicalChannel {
forwardLogicalChannelNumber = 258
forwardLogicalChannelParameters = {
dataType = audioData g7231 {
maxAl_sduAudioFrames = 1
silenceSuppression = FALSE
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49609
}
mediaControlGuaranteedDelivery = FALSE
silenceSuppression = TRUE
}
}
}
2004/10/28 09:43:16.735 4 ProxyChannel.cxx(2056) H245 Request: openLogicalChannel
2004/10/28 09:43:16.735 4 ProxyChannel.cxx(2265) RTP Open logical channel 258 id 1 port 50000
2004/10/28 09:43:16.735 5 ProxyChannel.cxx(1390) H245 To send: request openLogicalChannel {
forwardLogicalChannelNumber = 258
forwardLogicalChannelParameters = {
dataType = audioData g7231 {
maxAl_sduAudioFrames = 1
silenceSuppression = FALSE
}
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50001
}
mediaControlGuaranteedDelivery = FALSE
silenceSuppression = TRUE
}
}
}
2004/10/28 09:43:16.735 6 ProxyThread.cxx(163) 200.77.11.194:1108 25 bytes sent
2004/10/28 09:43:16.736 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:16.736 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:16.737 4 ProxyChannel.cxx(1365) H245 Received: response openLogicalChannelReject {
forwardLogicalChannelNumber = 257
cause = unspecified <<null>>
}
2004/10/28 09:43:16.737 4 ProxyChannel.cxx(2072) H245 Response: openLogicalChannelReject
2004/10/28 09:43:17.589 3 ProxyChannel.cxx(2020) T120 Error: Input/output error
2004/10/28 09:43:17.589 3 ProxyThread.cxx(79) T120 Delete socket
2004/10/28 09:43:17.589 2 thread.cxx(32) T120Listener 25619 closed
2004/10/28 09:43:17.589 5 tlibthrd.cxx(1222) PWLib Ended thread 0x8a132f0 T120Listener:08a132f0
2004/10/28 09:43:17.599 5 tlibthrd.cxx(711) PWLib Destroyed thread 0x8a132f0 T120Listener:08a132f0
2004/10/28 09:43:17.599 4 ProxyChannel.cxx(1982) T120 Delete logical channel 257
2004/10/28 09:43:17.599 6 ProxyThread.cxx(163) 200.77.11.194:1108 9 bytes sent
2004/10/28 09:43:17.599 4 ProxyThread.cxx(659) ProxyH(0) 2 sockets selected from 4, total 4/0
2004/10/28 09:43:17.599 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:17.600 4 ProxyChannel.cxx(1365) H245 Received: response openLogicalChannelAck {
forwardLogicalChannelNumber = 257
reverseLogicalChannelParameters = {
reverseLogicalChannelNumber = 259
}
separateStack = {
distribution = unicast <<null>>
networkAddress = localAreaAddress unicastAddress iPAddress {
network = 4 octets {
c8 4d 0b c2 .M..
}
tsapIdentifier = 1503
}
associateConference = FALSE
}
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
flowControlToZero = FALSE
}
}
2004/10/28 09:43:17.600 4 ProxyChannel.cxx(2072) H245 Response: openLogicalChannelAck
2004/10/28 09:43:17.600 4 osutil.cxx(326) PWLib File handle low water mark set: 44 Thread unblock pipe
2004/10/28 09:43:17.600 5 tlibthrd.cxx(688) PWLib Created thread 0x8a0ecc8
2004/10/28 09:43:17.600 5 ProxyChannel.cxx(1390) H245 To send: response openLogicalChannelAck {
forwardLogicalChannelNumber = 257
reverseLogicalChannelParameters = {
reverseLogicalChannelNumber = 259
}
separateStack = {
distribution = unicast <<null>>
networkAddress = localAreaAddress unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50001
}
associateConference = FALSE
}
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
flowControlToZero = FALSE
}
}
2004/10/28 09:43:17.600 5 tlibthrd.cxx(1199) PWLib Started thread 0x8a0ecc8 T120Listener:08a0ecc8
2004/10/28 09:43:17.600 2 thread.cxx(28) T120Listener 25621 started
2004/10/28 09:43:17.601 6 ProxyThread.cxx(163) 148.201.201.129:3573 28 bytes sent
2004/10/28 09:43:17.601 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:17.601 4 ProxyChannel.cxx(1365) H245 Received: response openLogicalChannelAck {
forwardLogicalChannelNumber = 258
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49608
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49609
}
flowControlToZero = FALSE
}
}
2004/10/28 09:43:17.601 4 ProxyChannel.cxx(2072) H245 Response: openLogicalChannelAck
2004/10/28 09:43:17.602 5 ProxyChannel.cxx(1762) RTCP Forward 200.77.11.194:49609 to 148.201.201.129:49609
2004/10/28 09:43:17.602 5 ProxyChannel.cxx(1762) RTP Forward 200.77.11.194:49608 to 148.201.201.129:49608
2004/10/28 09:43:17.602 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 1
2004/10/28 09:43:17.602 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 2
2004/10/28 09:43:17.602 5 ProxyChannel.cxx(1390) H245 To send: response openLogicalChannelAck {
forwardLogicalChannelNumber = 258
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50000
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50001
}
flowControlToZero = FALSE
}
}
2004/10/28 09:43:17.602 6 ProxyThread.cxx(163) 200.77.11.194:1108 30 bytes sent
2004/10/28 09:43:17.602 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:17.602 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:17.603 4 ProxyChannel.cxx(1365) H245 Received: response openLogicalChannelAck {
forwardLogicalChannelNumber = 258
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
c8 4d 0b c2 .M..
}
tsapIdentifier = 49608
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
c8 4d 0b c2 .M..
}
tsapIdentifier = 49609
}
flowControlToZero = FALSE
}
}
2004/10/28 09:43:17.603 4 ProxyChannel.cxx(2072) H245 Response: openLogicalChannelAck
2004/10/28 09:43:17.603 5 ProxyChannel.cxx(1771) RTCP Reverse 148.201.201.129:49609 to 200.77.11.194:49609
2004/10/28 09:43:17.603 5 ProxyChannel.cxx(1771) RTP Reverse 148.201.201.129:49608 to 200.77.11.194:49608
2004/10/28 09:43:17.603 5 ProxyChannel.cxx(1390) H245 To send: response openLogicalChannelAck {
forwardLogicalChannelNumber = 258
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50000
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50001
}
flowControlToZero = FALSE
}
}
2004/10/28 09:43:17.603 6 ProxyThread.cxx(163) 148.201.201.129:3573 30 bytes sent
2004/10/28 09:43:17.619 4 ProxyChannel.cxx(2007) T120 Connected from 148.201.201.129:3574
2004/10/28 09:43:17.619 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:17.619 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:17.619 4 ProxyChannel.cxx(1365) H245 Received: indication openLogicalChannelConfirm {
forwardLogicalChannelNumber = 257
}
2004/10/28 09:43:17.619 4 ProxyChannel.cxx(1426) H245 Indication: openLogicalChannelConfirm
2004/10/28 09:43:17.619 6 ProxyThread.cxx(163) 200.77.11.194:1108 8 bytes sent
2004/10/28 09:43:17.674 3 ProxyChannel.cxx(1816) T120 Connect to 200.77.11.194:1503 successful
2004/10/28 09:43:17.674 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 3
2004/10/28 09:43:17.674 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 4
2004/10/28 09:43:17.699 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:17.699 6 ProxyThread.cxx(88) T120 Reading from 148.201.201.129:3574
2004/10/28 09:43:17.699 6 ProxyThread.cxx(163) 200.77.11.194:1503 25 bytes sent
2004/10/28 09:43:17.764 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:17.764 6 ProxyThread.cxx(88) T120 Reading from 200.77.11.194:1503
2004/10/28 09:43:17.764 6 ProxyThread.cxx(163) 148.201.201.129:3574 21 bytes sent
2004/10/28 09:43:17.957 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:17.957 6 ProxyThread.cxx(88) T120 Reading from 148.201.201.129:3574
2004/10/28 09:43:17.957 6 ProxyThread.cxx(163) 200.77.11.194:1503 181 bytes sent
2004/10/28 09:43:18.019 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:18.019 6 ProxyThread.cxx(88) T120 Reading from 200.77.11.194:1503
2004/10/28 09:43:18.019 6 ProxyThread.cxx(163) 148.201.201.129:3574 113 bytes sent
2004/10/28 09:43:18.020 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:36.453 6 ProxyThread.cxx(163) 200.77.11.194:1503 9 bytes sent
2004/10/28 09:43:36.453 4 ProxyThread.cxx(659) ProxyLC(0) 3 sockets selected from 8, total 10/0
2004/10/28 09:43:36.454 3 ProxyThread.cxx(193) T120 148.201.201.129:3575 Error(0): (0)
2004/10/28 09:43:36.454 3 ProxyThread.cxx(193) T120 148.201.201.129:3576 Error(0): (0)
2004/10/28 09:43:36.454 3 ProxyThread.cxx(193) T120 148.201.201.129:3577 Error(0): (0)
2004/10/28 09:43:36.459 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 5, total 10/0
2004/10/28 09:43:36.459 3 ProxyThread.cxx(193) T120 200.77.11.194:1503 Error(0): (0)
2004/10/28 09:43:36.464 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 10/0
2004/10/28 09:43:36.464 3 ProxyThread.cxx(193) T120 200.77.11.194:1503 Error(0): (0)
2004/10/28 09:43:36.470 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 3, total 10/0
2004/10/28 09:43:36.470 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49608 to 200.77.11.194:49608
2004/10/28 09:43:36.470 6 ProxyThread.cxx(163) 200.77.11.194:49608 36 bytes sent
2004/10/28 09:43:36.472 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 3, total 10/0
2004/10/28 09:43:36.472 3 ProxyThread.cxx(193) T120 200.77.11.194:1503 Error(0): (0)
2004/10/28 09:43:36.491 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1107
2004/10/28 09:43:36.493 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 3
endpointIdentifier = 9 characters {
0033 0037 0035 0034 005f 0065 006e 0064 3754_end
0070 p
}
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
callReferenceValue = 4059
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
answeredCall = FALSE
}
2004/10/28 09:43:36.493 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 09:43:36.493 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 09:43:36.493 4 gkauth.h(84) GkAuth default check ok
2004/10/28 09:43:36.494 6 RasTbl.cxx(1534) GK Removing callptr:46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5...

2004/10/28 09:43:36.494 1 RasTbl.cxx(1573) CDR|1|46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5|21|Thu, 28 Oct 2004 09:43:15 -0500|Thu, 28 Oct 2004 09:43:36 -0500|148.201.201.129:1720|3753_endp|200.77.11.194:1720|3754_endp|6035:dialedDigits|6032:dialedDigits=6032:dialedDigits|cts_gatekeeper;



2004/10/28 09:43:36.494 5 gkacct.cxx(224) GKACCT FileAcct CDR event 2 text: CDR|1|46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5|21|Thu, 28 Oct 2004 09:43:15 -0500|Thu, 28 Oct 2004 09:43:36 -0500|148.201.201.129:1720|3753_endp|200.77.11.194:1720|3754_endp|6035:dialedDigits|6032:dialedDigits=6032:dialedDigits|cts_gatekeeper;
2004/10/28 09:43:36.495 2 RasSrv.cxx(1760) DCF|200.77.11.194|3754_endp|4059|normalDrop;



2004/10/28 09:43:36.495 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1107
disengageConfirm {
requestSeqNum = 3
}
2004/10/28 09:43:36.495 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:43:36.496 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 4/0
2004/10/28 09:43:36.496 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:36.500 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 10/0
2004/10/28 09:43:36.500 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49608 to 200.77.11.194:49608
2004/10/28 09:43:36.500 6 ProxyThread.cxx(163) 200.77.11.194:49608 36 bytes sent
2004/10/28 09:43:36.503 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 4, total 3/1
2004/10/28 09:43:36.503 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:36.503 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 09:43:36.503 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 09:43:36.503 6 ProxyThread.cxx(163) 148.201.201.129:3573 6 bytes sent
2004/10/28 09:43:36.503 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 3, total 3/1
2004/10/28 09:43:36.503 5 ProxyThread.cxx(354) H245d Reading from 200.77.11.194:1108
2004/10/28 09:43:36.503 3 ProxyThread.cxx(193) H245d 200.77.11.194:1108 Error(0): (0)
2004/10/28 09:43:36.504 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:3570
2004/10/28 09:43:36.504 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 3
endpointIdentifier = 9 characters {
0033 0037 0035 0033 005f 0065 006e 0064 3753_end
0070 p
}
conferenceID = 16 octets {
35 5d 93 76 75 7e 7e 46 8a 05 f0 91 e7 22 6e f8 5].vu~~F....."n.
}
callReferenceValue = 18231
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
answeredCall = FALSE
}
2004/10/28 09:43:36.504 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 09:43:36.504 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 09:43:36.504 4 gkauth.h(84) GkAuth default check ok
2004/10/28 09:43:36.504 2 RasSrv.cxx(1760) DCF|148.201.201.129|3753_endp|18231|normalDrop;



2004/10/28 09:43:36.504 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:3570
disengageConfirm {
requestSeqNum = 3
}
2004/10/28 09:43:36.504 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:43:36.519 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 09:43:36.519 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1720
2004/10/28 09:43:36.519 3 ProxyChannel.cxx(405) Q931d Received: ReleaseComplete CRV=18231 from 200.77.11.194:1720
2004/10/28 09:43:36.519 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 18231
from = destination
messageType = ReleaseComplete
IE: Cause - 0x0 (0) = {
00 00 90 ...
}
IE: User-User = {
05 c0 06 00 08 91 4a 00 02 58 08 11 00 46 3e 94 ......J..X...F>.
fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 .L.aM.m2z.,1.
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.2
reason = undefinedReason <<null>>
callIdentifier = {
guid = 16 octets {
46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5 F>..L.aM.m2z.,1.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:43:36.519 6 RasTbl.cxx(1534) GK Removing callptr:46 3e 94 fe 4c f3 61 4d ac 6d 32 7a d8 2c 31 e5...

2004/10/28 09:43:36.519 6 ProxyThread.cxx(163) 148.201.201.129:3572 47 bytes sent
2004/10/28 09:43:36.551 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 3/1
2004/10/28 09:43:36.551 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:36.551 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 09:43:36.551 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 09:43:36.551 3 ProxyThread.cxx(672) Proxy 148.201.201.129:3573 forward blocked
2004/10/28 09:43:36.551 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 3/1
2004/10/28 09:43:36.551 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:3573
2004/10/28 09:43:36.551 3 ProxyThread.cxx(193) H245s 148.201.201.129:3573 Error(0): (0)
2004/10/28 09:43:36.551 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 09:43:36.551 3 ProxyThread.cxx(647) ProxyH(0) waiting...


/* End of netmeeting's call */
--------------------------------------------------------------------------------------------------------------------------------
/* Start of call with fastStart enabled , and h245Tunneling disabled */


2004/10/28 09:58:45.500 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 09:58:45.500 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 49721
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
srcInfo = 1 entries {
[0]=dialedDigits "1116"
}
bandWidth = 1
callReferenceValue = 19632
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
activeMC = FALSE
answerCall = FALSE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 09:58:45.500 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 09:58:45.501 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 09:58:45.501 4 RasTbl.cxx(776) Alias match for EP 200.77.11.194:1704
2004/10/28 09:58:45.501 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 09:58:45.501 2 RasTbl.cxx(1420) CallTable::Insert(CALL) Call No. 6, total sessions : 1
2004/10/28 09:58:45.501 2 RasSrv.cxx(1668) ACF|148.201.201.129:1700|3756_endp|19632|1063:dialedDigits|1116:dialedDigits|false;



2004/10/28 09:58:45.501 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
admissionConfirm {
requestSeqNum = 49721
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
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
}
}
2004/10/28 09:58:45.501 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:58:45.527 3 ProxyThread.cxx(503) ProxyL Connected from 148.201.201.129:1701
2004/10/28 09:58:45.527 5 ProxyThread.cxx(538) ProxyH(1) add a socket, total 4
2004/10/28 09:58:45.548 4 ProxyThread.cxx(659) ProxyH(1) 1 sockets selected from 1, total 4/1
2004/10/28 09:58:45.548 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 09:58:45.548 3 ProxyChannel.cxx(405) Q931s Received: Setup CRV=19632 from 148.201.201.129:1701
2004/10/28 09:58:45.549 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 19632
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b8 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 94 c9 c9 01 06 4)......C.......
b9 00 66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef ..f...c....5....
7b 82 00 5d 1f 80 07 00 94 c9 c9 81 06 a5 11 00 {..]............
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
32 02 1c 40 00 00 06 04 00 4d 40 05 80 11 1c 00 2..@.....M@.....
01 00 94 c9 c9 81 c1 c6 00 94 c9 c9 81 c1 c7 13 ................
00 00 64 0d 40 05 80 0b 0d 00 01 00 94 c9 c9 81 ..d.@...........
c1 c7 00 01 00 01 00 13 10 00 33 00 37 00 35 00 ..........3.7.5.
36 00 5f 00 65 00 6e 00 64 00 70 01 00 01 00 02 6._.e.n.d.p.....
80 01 00 ...
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
activeMC = FALSE
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1701
}
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
fastStart = 2 entries {
[0]= 28 octets {
40 00 00 06 04 00 4d 40 05 80 11 1c 00 01 00 94 @.....M@........
c9 c9 81 c1 c6 00 94 c9 c9 81 c1 c7 ............
}
[1]= 19 octets {
00 00 64 0d 40 05 80 0b 0d 00 01 00 94 c9 c9 81 ..d.@...........
c1 c7 00 ...
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:58:45.550 3 ProxyChannel.cxx(1016) GK Call 6 is NAT type 0
2004/10/28 09:58:45.550 3 ProxyChannel.cxx(330) GK Call 6 proxy enabled
2004/10/28 09:58:45.550 4 ProxyChannel.cxx(1268) Q931
fastStart[0] received: {
forwardLogicalChannelNumber = 1
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49606
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49607
}
}
}
}
2004/10/28 09:58:45.551 4 ProxyChannel.cxx(2283) RTP Open fast start logical channel id 1 port 50002
2004/10/28 09:58:45.551 5 ProxyChannel.cxx(1276) Q931
fastStart[0] to send {
forwardLogicalChannelNumber = 1
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50002
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50003
}
}
}
}
2004/10/28 09:58:45.551 4 ProxyChannel.cxx(1268) Q931
fastStart[1] received: {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49607
}
silenceSuppression = FALSE
}
}
}
2004/10/28 09:58:45.551 5 ProxyChannel.cxx(1276) Q931
fastStart[1] to send {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50003
}
silenceSuppression = FALSE
}
}
}
2004/10/28 09:58:45.552 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 19632
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b0 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 66 a7 b9 8e 63 4)......C..f...c
f1 18 10 86 35 00 07 e9 ef 7b 82 00 5d 1f 80 07 ....5....{..]...
00 X X X X06 b9 11 00 66 a7 b9 8e 63 f1 18 .XXXX....f...c..
10 86 34 00 07 e9 ef 7b 82 32 02 1c 40 00 00 06 ..4....{.2..@...
04 00 4d 40 05 80 11 1c 00 01 00 X X X Xc3 ..M@.......XXXX.
52 00 X X X Xc3 53 13 00 00 64 0d 40 05 80 R.XXXX.S...d.@..
0b 0d 00 01 00 XX XX XX fc c3 53 00 01 00 01 00 .....XXXX.S.....
13 10 00 33 00 37 00 35 00 36 00 5f 00 65 00 6e ...3.7.5.6._.e.n
00 64 00 70 01 00 01 00 02 80 01 00 .d.p........
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
activeMC = FALSE
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
fastStart = 2 entries {
[0]= 28 octets {
40 00 00 06 04 00 4d 40 05 80 11 1c 00 01 00 c8 @.....M@........
XX XX XX c3 52 00 c8 XX XX XX c3 53 XXXX.R.XXXX.S
}
[1]= 19 octets {
00 00 64 0d 40 05 80 0b 0d 00 01 00 X X X X ..d.@.......XXXX
c3 53 00 .S.
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:58:45.566 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 09:58:45.566 3 RasSrv.cxx(2184) GK
infoRequestResponse {
requestSeqNum = 49722
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
rasAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1802
}
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1700
}
}
endpointAlias = 1 entries {
[0]=dialedDigits "1116"
}
perCallInfo = 1 entries {
[0]={
callReferenceValue = 19632
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
originator = TRUE
audio = 1 entries {
[0]={
rtpAddress = {
}
rtcpAddress = {
}
cname = "Admincts22"
ssrc = 3045000156
sessionId = 1
associatedSessionIds = 0 entries {
}
}
}
h245 = {
}
callSignaling = {
}
callType = pointToPoint <<null>>
bandWidth = 0
callModel = gatekeeperRouted <<null>>
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
substituteConfIDs = 0 entries {
}
usageInformation = {
nonStandardUsageFields = 0 entries {
}
}
}
}
needResponse = FALSE
unsolicited = TRUE
}
2004/10/28 09:58:45.567 1 RasSrv.cxx(2007) GK IRR Received
2004/10/28 09:58:45.569 3 ProxyChannel.cxx(2020) T120 Error: Input/output error
2004/10/28 09:58:45.569 3 ProxyThread.cxx(79) T120 Delete socket
2004/10/28 09:58:45.569 2 thread.cxx(32) T120Listener 25827 closed
2004/10/28 09:58:45.569 5 tlibthrd.cxx(1222) PWLib Ended thread 0x8a05e48 T120Listener:08a05e48
2004/10/28 09:58:45.579 5 tlibthrd.cxx(711) PWLib Destroyed thread 0x8a05e48 T120Listener:08a05e48
2004/10/28 09:58:45.579 4 ProxyChannel.cxx(1982) T120 Delete logical channel 257
2004/10/28 09:58:45.579 4 ProxyChannel.cxx(1875) RTP Delete logical channel 258
2004/10/28 09:58:45.579 3 ProxyThread.cxx(79) Q931s Delete socket 148.201.201.129:3595
2004/10/28 09:58:45.579 3 ProxyThread.cxx(647) ProxyH(1) waiting...
2004/10/28 09:58:45.632 3 ProxyChannel.cxx(667) Q931(25649) Connect to 200.77.11.194:1704 successful
2004/10/28 09:58:45.632 6 ProxyThread.cxx(163) 200.77.11.194:1704 268 bytes sent
2004/10/28 09:58:45.632 5 ProxyThread.cxx(538) ProxyH(1) add a socket, total 3
2004/10/28 09:58:45.748 4 ProxyThread.cxx(659) ProxyH(1) 1 sockets selected from 2, total 3/2
2004/10/28 09:58:45.748 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 09:58:45.748 3 ProxyChannel.cxx(405) Q931d Received: CallProceeding CRV=19632 from 200.77.11.194:1704
2004/10/28 09:58:45.749 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 19632
from = destination
messageType = CallProceeding
IE: User-User = {
21 80 06 00 08 91 4a 00 04 22 c0 09 00 00 3d 30 !.....J.."....=0
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 1c 30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e ..0.1beta1 (Open
48 33 32 33 20 76 31 2e 31 32 2e 34 29 00 00 00 H323 v1.12.4)...
d0 c0 11 00 66 a7 b9 8e 63 f1 18 10 86 34 00 07 ....f...c....4..
e9 ef 7b 82 01 00 01 00 02 80 01 00 ..{.........
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = callProceeding {
protocolIdentifier = 0.0.8.2250.0.4
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:58:45.749 6 ProxyThread.cxx(163) 148.201.201.129:1701 137 bytes sent
2004/10/28 09:58:45.757 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 09:58:45.757 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 6869
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1704
}
srcInfo = 1 entries {
[0]=h323_ID 20 characters {
0031 0031 0031 0036 0020 005b 0032 0030 1116 [20
0030 002e 0036 0037 002e 0038 0037 002e 0.67.87.
0032 0035 0032 005d 252]
}
}
srcCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 30001
}
bandWidth = 1
callReferenceValue = 19632
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
activeMC = FALSE
answerCall = TRUE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 09:58:45.757 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 09:58:45.757 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 09:58:45.757 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 09:58:45.758 3 RasSrv.cxx(1600) GK ACF: found existing call no 6
2004/10/28 09:58:45.758 2 RasSrv.cxx(1668) ACF|200.77.11.194:1704|3760_endp|19632|1063:dialedDigits|1116 [X.X.X.X]:h323_ID|true;



2004/10/28 09:58:45.758 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
admissionConfirm {
requestSeqNum = 6869
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
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
}
}
2004/10/28 09:58:45.758 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:58:45.965 4 ProxyThread.cxx(659) ProxyH(1) 1 sockets selected from 2, total 3/2
2004/10/28 09:58:45.965 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 09:58:45.966 3 ProxyChannel.cxx(405) Q931d Received: Connect CRV=19632 from 200.77.11.194:1704
2004/10/28 09:58:45.966 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 19632
from = destination
messageType = Connect
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: User-User = {
22 c0 06 00 08 91 4a 00 04 00 0a 28 d4 96 06 a5 ".....J....(....
22 c0 09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 "....=0CentrodeT
65 63 6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 ecnologiadeSemic
6f 6e 64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 onductores FXS-C
61 72 64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 ardful...0.1beta
31 20 28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 1 (OpenH323 v1.1
32 2e 34 29 00 00 00 66 a7 b9 8e 63 f1 18 10 86 2.4)...f...c....
35 00 07 e9 ef 7b 82 0d 1c 11 00 66 a7 b9 8e 63 5....{.....f...c
f1 18 10 86 34 00 07 e9 ef 7b 82 32 02 16 40 00 ....4....{.2..@.
64 06 04 00 4d 40 05 80 0b 0d 00 01 00 0a 28 d4 d...M@........(.
96 c1 c7 00 19 00 00 64 0d 40 05 80 11 1c 00 01 .......d.@......
00 0a 28 d4 96 c1 c6 00 0a 28 d4 96 c1 c7 01 00 ..(......(......
01 00 02 80 01 00 ......
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.4
h245Address = ipAddress {
ip = 4 octets {
0a 28 d4 96 .(..
}
port = 1701
}
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
fastStart = 2 entries {
[0]= 22 octets {
40 00 64 06 04 00 4d 40 05 80 0b 0d 00 01 00 0a @.d...M@........
28 d4 96 c1 c7 00 (.....
}
[1]= 25 octets {
00 00 64 0d 40 05 80 11 1c 00 01 00 0a 28 d4 96 ..d.@........(..
c1 c6 00 0a 28 d4 96 c1 c7 ....(....
}
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:58:45.967 3 ProxyChannel.cxx(1574) H245 Set h245Address to 148.201.201.1:40002
2004/10/28 09:58:45.967 4 ProxyChannel.cxx(1268) Q931
fastStart[0] received: {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49607
}
silenceSuppression = FALSE
}
}
}
2004/10/28 09:58:45.967 5 ProxyChannel.cxx(1762) RTCP Forward 10.40.212.150:49607 to 148.201.201.129:49607
2004/10/28 09:58:45.967 5 ProxyChannel.cxx(1762) RTP Forward 10.40.212.150:49606 to 148.201.201.129:49606
2004/10/28 09:58:45.967 5 ProxyThread.cxx(538) ProxyLC(1) add a socket, total 7
2004/10/28 09:58:45.967 5 ProxyThread.cxx(538) ProxyLC(1) add a socket, total 8
2004/10/28 09:58:45.967 5 ProxyChannel.cxx(1276) Q931
fastStart[0] to send {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50003
}
silenceSuppression = FALSE
}
}
}
2004/10/28 09:58:45.968 4 ProxyChannel.cxx(1268) Q931
fastStart[1] received: {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49606
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49607
}
}
}
}
2004/10/28 09:58:45.968 5 ProxyChannel.cxx(1771) RTCP Reverse 148.201.201.129:49607 to 10.40.212.150:49607
2004/10/28 09:58:45.968 5 ProxyChannel.cxx(1771) RTP Reverse 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 09:58:45.968 5 ProxyChannel.cxx(1276) Q931
fastStart[1] to send {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50002
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50003
}
}
}
}
2004/10/28 09:58:45.969 5 ProxyChannel.cxx(364) Q931 Send to 148.201.201.129:1701 {
q931pdu = {
protocolDiscriminator = 8
callReference = 19632
from = destination
messageType = Connect
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: User-User = {
22 c0 06 00 08 91 4a 00 04 00 94 c9 c9 01 9c 42 ".....J........B
22 c0 09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 "....=0CentrodeT
65 63 6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 ecnologiadeSemic
6f 6e 64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 onductores FXS-C
61 72 64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 ardful...0.1beta
31 20 28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 1 (OpenH323 v1.1
32 2e 34 29 00 00 00 66 a7 b9 8e 63 f1 18 10 86 2.4)...f...c....
35 00 07 e9 ef 7b 82 0d 1c 11 00 66 a7 b9 8e 63 5....{.....f...c
f1 18 10 86 34 00 07 e9 ef 7b 82 32 02 16 40 00 ....4....{.2..@.
64 06 04 00 4d 40 05 80 0b 0d 00 01 00 94 c9 c9 d...M@..........
01 c3 53 00 19 00 00 64 0d 40 05 80 11 1c 00 01 ..S....d.@......
00 94 c9 c9 01 c3 52 00 94 c9 c9 01 c3 53 01 00 ......R......S..
01 00 02 80 01 00 ......
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.4
h245Address = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 40002
}
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
fastStart = 2 entries {
[0]= 22 octets {
40 00 64 06 04 00 4d 40 05 80 0b 0d 00 01 00 94 @.d...M@........
c9 c9 01 c3 53 00 ....S.
}
[1]= 25 octets {
00 00 64 0d 40 05 80 11 1c 00 01 00 94 c9 c9 01 ..d.@...........
c3 52 00 94 c9 c9 01 c3 53 .R......S
}
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:58:45.969 6 ProxyThread.cxx(163) 148.201.201.129:1701 216 bytes sent
2004/10/28 09:58:45.985 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 09:58:45.985 3 RasSrv.cxx(2184) GK
infoRequestResponse {
requestSeqNum = 6870
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
rasAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1803
}
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1704
}
}
endpointAlias = 1 entries {
[0]=dialedDigits "1063"
}
perCallInfo = 1 entries {
[0]={
callReferenceValue = 19632
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
originator = FALSE
audio = 1 entries {
[0]={
rtpAddress = {
}
rtcpAddress = {
}
cname = "Admincts35"
ssrc = 4184004087
sessionId = 1
associatedSessionIds = 0 entries {
}
}
}
h245 = {
}
callSignaling = {
}
callType = pointToPoint <<null>>
bandWidth = 160
callModel = gatekeeperRouted <<null>>
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
substituteConfIDs = 0 entries {
}
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098975444
}
}
}
needResponse = FALSE
unsolicited = TRUE
}
2004/10/28 09:58:45.986 1 RasSrv.cxx(2007) GK IRR Received
2004/10/28 09:58:45.990 3 ProxyChannel.cxx(1525) H245 Connected from 148.201.201.129:1703
2004/10/28 09:58:46.007 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 4, total 8/4
2004/10/28 09:58:46.007 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 09:58:46.008 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:46.057 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 4, total 8/4
2004/10/28 09:58:46.057 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 09:58:46.057 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:46.059 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 4, total 8/4
2004/10/28 09:58:51.881 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 09:58:51.881 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:51.937 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 2, total 2/6
2004/10/28 09:58:51.937 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 09:58:51.937 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:51.940 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 2, total 2/6
2004/10/28 09:58:51.940 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 09:58:51.940 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:51.989 3 ProxyChannel.cxx(1547) H245 10.40.212.150:1701 DIDN'T ACCEPT THE CALL
2004/10/28 09:58:51.989 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 19632
from = originator
messageType = ReleaseComplete
IE: User-User = {
25 80 06 00 08 91 4a 00 02 01 11 00 66 a7 b9 8e %.....J.....f...
63 f1 18 10 86 34 00 07 e9 ef 7b 82 02 80 01 00 c....4....{.....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.2
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:58:51.990 6 ProxyThread.cxx(163) 200.77.11.194:1704 45 bytes sent
2004/10/28 09:58:51.990 5 ProxyChannel.cxx(364) Q931 Send to 148.201.201.129:1701 {
q931pdu = {
protocolDiscriminator = 8
callReference = 52400
from = destination
messageType = ReleaseComplete
IE: User-User = {
25 80 06 00 08 91 4a 00 02 01 11 00 66 a7 b9 8e %.....J.....f...
63 f1 18 10 86 34 00 07 e9 ef 7b 82 02 80 01 00 c....4....{.....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.2
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 09:58:51.990 6 ProxyThread.cxx(163) 148.201.201.129:1701 45 bytes sent
2004/10/28 09:58:51.990 5 ProxyThread.cxx(538) ProxyH(1) add a socket, total 3
2004/10/28 09:58:51.990 5 ProxyThread.cxx(538) ProxyH(1) add a socket, total 4
2004/10/28 09:58:51.1000 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 2, total 2/6
2004/10/28 09:58:51.1000 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 09:58:51.1000 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:52.000 4 ProxyThread.cxx(659) ProxyLC(1) 1 sockets selected from 2, total 2/6
2004/10/28 09:58:52.000 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 09:58:52.000 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 09:58:52.023 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 09:58:52.023 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 49723
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
callReferenceValue = 19632
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = FALSE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098979796
endTime = 1098979802
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 90 ..
}
}
2004/10/28 09:58:52.023 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 09:58:52.023 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 09:58:52.023 4 gkauth.h(84) GkAuth default check ok
2004/10/28 09:58:52.024 6 RasTbl.cxx(1534) GK Removing callptr:66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82...

2004/10/28 09:58:52.024 1 RasTbl.cxx(1573) CDR|6|66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82|7|Thu, 28 Oct 2004 09:58:45 -0500|Thu, 28 Oct 2004 09:58:52 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;



2004/10/28 09:58:52.024 5 gkacct.cxx(224) GKACCT FileAcct CDR event 2 text: CDR|6|66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82|7|Thu, 28 Oct 2004 09:58:45 -0500|Thu, 28 Oct 2004 09:58:52 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;
2004/10/28 09:58:52.025 2 RasSrv.cxx(1760) DCF|148.201.201.129|3756_endp|19632|normalDrop;



2004/10/28 09:58:52.025 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
disengageConfirm {
requestSeqNum = 49723
}
2004/10/28 09:58:52.025 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:58:52.069 4 ProxyThread.cxx(659) ProxyH(1) 1 sockets selected from 1, total 3/2
2004/10/28 09:58:52.069 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1703
2004/10/28 09:58:52.070 4 ProxyChannel.cxx(1365) H245 Received: request terminalCapabilitySet {
sequenceNumber = 1
protocolIdentifier = 0.0.8.245.0.7
multiplexCapability = h2250Capability {
maximumAudioDelayJitter = 250
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
}
logicalChannelSwitchingCapability = FALSE
t120DynamicPortCapability = TRUE
}
capabilityTable = 5 entries {
[0]={
capabilityTableEntryNumber = 1
capability = receiveAudioCapability g729 24
}
[1]={
capabilityTableEntryNumber = 2
capability = receiveUserInputCapability hookflash <<null>>
}
[2]={
capabilityTableEntryNumber = 3
capability = receiveUserInputCapability basicString <<null>>
}
[3]={
capabilityTableEntryNumber = 4
capability = receiveUserInputCapability dtmf <<null>>
}
[4]={
capabilityTableEntryNumber = 5
capability = receiveRTPAudioTelephonyEventCapability {
dynamicRTPPayloadType = 101
audioTelephoneEvent = "0-16"
}
}
}
capabilityDescriptors = 1 entries {
[0]={
capabilityDescriptorNumber = 1
simultaneousCapabilities = 2 entries {
[0]=1 entries {
[0]=1
}
[1]=4 entries {
[0]=2
[1]=3
[2]=4
[3]=5
}
}
}
}
}
2004/10/28 09:58:52.070 4 ProxyChannel.cxx(2056) H245 Request: terminalCapabilitySet
2004/10/28 09:58:52.079 4 ProxyThread.cxx(170) 10.40.212.150:1701 blocked, 0 bytes written, 87 bytes queued
2004/10/28 09:58:52.079 4 ProxyThread.cxx(190) H245d 10.40.212.150:1701 Error(1): Timeout
2004/10/28 09:58:52.079 3 ProxyThread.cxx(672) Proxy 148.201.201.129:1703 forward blocked
2004/10/28 09:58:52.089 4 ProxyThread.cxx(659) ProxyH(1) 1 sockets selected from 1, total 3/2
2004/10/28 09:58:52.089 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1703
2004/10/28 09:58:52.089 4 ProxyChannel.cxx(1365) H245 Received: request masterSlaveDetermination {
terminalType = 50
statusDeterminationNumber = 7977712
}
2004/10/28 09:58:52.089 4 ProxyChannel.cxx(2056) H245 Request: masterSlaveDetermination
2004/10/28 09:58:52.099 4 ProxyThread.cxx(170) 10.40.212.150:1701 blocked, 0 bytes written, 11 bytes queued
2004/10/28 09:58:52.099 4 ProxyThread.cxx(190) H245d 10.40.212.150:1701 Error(1): Timeout
2004/10/28 09:58:52.099 3 ProxyThread.cxx(672) Proxy 148.201.201.129:1703 forward blocked
2004/10/28 09:58:52.109 4 ProxyThread.cxx(659) ProxyH(1) 1 sockets selected from 1, total 3/2
2004/10/28 09:58:52.109 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1703
2004/10/28 09:58:52.109 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 09:58:52.109 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 09:58:52.119 4 ProxyThread.cxx(170) 10.40.212.150:1701 blocked, 0 bytes written, 6 bytes queued
2004/10/28 09:58:52.119 4 ProxyThread.cxx(190) H245d 10.40.212.150:1701 Error(1): Timeout
2004/10/28 09:58:52.119 3 ProxyThread.cxx(672) Proxy 148.201.201.129:1703 forward blocked
2004/10/28 09:58:52.130 4 ProxyThread.cxx(659) ProxyH(1) 1 sockets selected from 1, total 3/2
2004/10/28 09:58:52.130 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1703
2004/10/28 09:58:52.130 3 ProxyThread.cxx(193) H245s 148.201.201.129:1703 Error(0): (0)
2004/10/28 09:58:52.139 3 ProxyThread.cxx(647) ProxyH(1) waiting...
2004/10/28 09:58:52.149 3 ProxyThread.cxx(647) ProxyH(1) waiting...
2004/10/28 09:58:52.210 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 09:58:52.211 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 6871
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
conferenceID = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 35 00 07 e9 ef 7b 82 f...c....5....{.
}
callReferenceValue = 19632
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
66 a7 b9 8e 63 f1 18 10 86 34 00 07 e9 ef 7b 82 f...c....4....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = TRUE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098975444
endTime = 1098975450
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 90 ..
}
}
2004/10/28 09:58:52.211 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 09:58:52.211 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 09:58:52.211 4 gkauth.h(84) GkAuth default check ok
2004/10/28 09:58:52.211 2 RasSrv.cxx(1760) DCF|200.77.11.194|3760_endp|19632|normalDrop;



2004/10/28 09:58:52.211 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
disengageConfirm {
requestSeqNum = 6871
}
2004/10/28 09:58:52.211 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 09:58:55.699 3 ProxyThread.cxx(79) RTP Delete socket 200.77.11.194:49602
2004/10/28 09:58:55.700 3 ProxyThread.cxx(79) RTCP Delete socket 200.77.11.194:49603
2004/10/28 09:58:55.700 3 ProxyThread.cxx(79) T120 Delete socket 200.77.11.194:1503
2004/10/28 09:58:55.700 3 ProxyThread.cxx(79) T120 Delete socket 200.77.11.194:1503
2004/10/28 09:58:55.700 3 ProxyThread.cxx(79) T120 Delete socket 200.77.11.194:1503


/* End of call with fastStart enabled, and h245Tunneling disabled */
----------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------
/* Start of call with fastStart enabled, and h245Tunneling enabled */



2004/10/28 10:28:59.894 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:28:59.895 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 10866
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
srcInfo = 1 entries {
[0]=dialedDigits "1116"
}
bandWidth = 1
callReferenceValue = 6093
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
activeMC = FALSE
answerCall = FALSE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 10:28:59.895 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 10:28:59.895 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 10:28:59.895 4 RasTbl.cxx(776) Alias match for EP 200.77.11.194:1704
2004/10/28 10:28:59.895 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 10:28:59.895 2 RasTbl.cxx(1420) CallTable::Insert(CALL) Call No. 11, total sessions : 1
2004/10/28 10:28:59.895 2 RasSrv.cxx(1668) ACF|148.201.201.129:1700|3756_endp|6093|1063:dialedDigits|1116:dialedDigits|false;



2004/10/28 10:28:59.895 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
admissionConfirm {
requestSeqNum = 10866
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
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
}
}
2004/10/28 10:28:59.895 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:28:59.909 3 ProxyThread.cxx(503) ProxyL Connected from 148.201.201.129:1701
2004/10/28 10:28:59.909 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 4
2004/10/28 10:28:59.944 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 4/1
2004/10/28 10:28:59.944 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:28:59.944 3 ProxyChannel.cxx(405) Q931s Received: Setup CRV=6093 from 148.201.201.129:1701
2004/10/28 10:28:59.945 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b8 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 94 c9 c9 01 06 4)......C.......
b9 00 a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef ...+..c.........
7b 82 00 c5 1f 80 04 07 00 94 c9 c9 81 06 a5 11 {...............
00 a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b ..+..c.........{
82 32 02 1c 40 00 00 06 04 00 4d 40 05 80 11 1c .2..@.....M@....
00 01 00 94 c9 c9 81 c1 c6 00 94 c9 c9 81 c1 c7 ................
13 00 00 64 0d 40 05 80 0b 0d 00 01 00 94 c9 c9 ...d.@..........
81 c1 c7 00 01 00 01 00 13 10 00 33 00 37 00 35 ...........3.7.5
00 36 00 5f 00 65 00 6e 00 64 00 70 01 00 01 00 .6._.e.n.d.p....
5d 02 53 02 70 01 06 00 08 81 75 00 07 80 13 80 ].S.p.....u.....
00 fa 00 01 00 00 01 00 00 01 00 00 0c c0 01 00 ................
01 80 04 80 00 00 22 80 17 80 00 01 83 01 50 80 ......".......P.
00 02 83 01 10 80 00 03 83 01 40 80 00 04 8a 06 ..........@.....
14 04 30 2d 31 36 00 80 01 01 00 00 00 03 00 01 ..0-16..........
00 02 00 03 00 04 07 01 00 32 80 e8 27 99 02 80 .........2..'...
01 80 ..
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
activeMC = FALSE
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1701
}
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
fastStart = 2 entries {
[0]= 28 octets {
40 00 00 06 04 00 4d 40 05 80 11 1c 00 01 00 94 @.....M@........
c9 c9 81 c1 c6 00 94 c9 c9 81 c1 c7 ............
}
[1]= 19 octets {
00 00 64 0d 40 05 80 0b 0d 00 01 00 94 c9 c9 81 ..d.@...........
c1 c7 00 ...
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
parallelH245Control = 2 entries {
[0]= 83 octets {
02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa 00 .p.....u........
01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 04 ................
80 00 00 22 80 17 80 00 01 83 01 50 80 00 02 83 ...".......P....
01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 30 .......@.......0
2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 00 -16.............
03 00 04 ...
}
[1]= 7 octets {
01 00 32 80 e8 27 99 ..2..'.
}
}
}
h245Tunneling = TRUE
}
}
}
2004/10/28 10:28:59.945 3 ProxyChannel.cxx(1016) GK Call 11 is NAT type 0
2004/10/28 10:28:59.945 3 ProxyChannel.cxx(330) GK Call 11 proxy enabled
2004/10/28 10:28:59.946 4 ProxyChannel.cxx(1268) Q931
fastStart[0] received: {
forwardLogicalChannelNumber = 1
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49606
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49607
}
}
}
}
2004/10/28 10:28:59.946 4 ProxyChannel.cxx(2283) RTP Open fast start logical channel id 1 port 50012
2004/10/28 10:28:59.946 5 ProxyChannel.cxx(1276) Q931
fastStart[0] to send {
forwardLogicalChannelNumber = 1
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50012
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50013
}
}
}
}
2004/10/28 10:28:59.947 4 ProxyChannel.cxx(1268) Q931
fastStart[1] received: {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49607
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:28:59.947 5 ProxyChannel.cxx(1276) Q931
fastStart[1] to send {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
X X X X XXXX
}
tsapIdentifier = 50013
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:28:59.948 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b0 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 a2 2b 8a 99 63 4)......C...+..c
f1 18 10 86 0c 00 07 e9 ef 7b 82 00 c5 1f 80 04 .........{......
07 00 X X X X06 b9 11 00 a2 2b 8a 99 63 f1 ..XXXX.....+..c.
18 10 86 0b 00 07 e9 ef 7b 82 32 02 1c 40 00 00 ........{.2..@..
06 04 00 4d 40 05 80 11 1c 00 01 00 X X X X ...M@.......XXXX
c3 5c 00 X X X Xc3 5d 13 00 00 64 0d 40 05 .\.XXXX.]...d.@.
80 0b 0d 00 01 00 c8 XX XX XX c3 5d 00 01 00 01 ......XXXX.]....
00 13 10 00 33 00 37 00 35 00 36 00 5f 00 65 00 ....3.7.5.6._.e.
6e 00 64 00 70 01 00 01 00 5d 02 53 02 70 01 06 n.d.p....].S.p..
00 08 81 75 00 07 80 13 80 00 fa 00 01 00 00 01 ...u............
00 00 01 00 00 0c c0 01 00 01 80 04 80 00 00 22 ..............."
80 17 80 00 01 83 01 50 80 00 02 83 01 10 80 00 .......P........
03 83 01 40 80 00 04 8a 06 14 04 30 2d 31 36 00 ...@.......0-16.
80 01 01 00 00 00 03 00 01 00 02 00 03 00 04 07 ................
01 00 32 80 e8 27 99 02 80 01 80 ..2..'.....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
activeMC = FALSE
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
fastStart = 2 entries {
[0]= 28 octets {
40 00 00 06 04 00 4d 40 05 80 11 1c 00 01 00 c8 @.....M@........
XX XX XX c3 5c 00 c8 XX XX XX c3 5d XXXX.\.XXXX.]
}
[1]= 19 octets {
00 00 64 0d 40 05 80 0b 0d 00 01 00 X X X X ..d.@.......XXXX
c3 5d 00 .].
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
parallelH245Control = 2 entries {
[0]= 83 octets {
02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa 00 .p.....u........
01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 04 ................
80 00 00 22 80 17 80 00 01 83 01 50 80 00 02 83 ...".......P....
01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 30 .......@.......0
2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 00 -16.............
03 00 04 ...
}
[1]= 7 octets {
01 00 32 80 e8 27 99 ..2..'.
}
}
}
h245Tunneling = TRUE
}
}
}
2004/10/28 10:28:59.979 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:28:59.980 3 RasSrv.cxx(2184) GK
infoRequestResponse {
requestSeqNum = 10867
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
rasAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1802
}
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1700
}
}
endpointAlias = 1 entries {
[0]=dialedDigits "1116"
}
perCallInfo = 1 entries {
[0]={
callReferenceValue = 6093
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
originator = TRUE
audio = 1 entries {
[0]={
rtpAddress = {
}
rtcpAddress = {
}
cname = "Admincts22"
ssrc = 1415389315
sessionId = 1
associatedSessionIds = 0 entries {
}
}
}
h245 = {
}
callSignaling = {
}
callType = pointToPoint <<null>>
bandWidth = 0
callModel = gatekeeperRouted <<null>>
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
substituteConfIDs = 0 entries {
}
usageInformation = {
nonStandardUsageFields = 0 entries {
}
}
}
}
needResponse = FALSE
unsolicited = TRUE
}
2004/10/28 10:28:59.980 1 RasSrv.cxx(2007) GK IRR Received
2004/10/28 10:29:00.006 3 ProxyChannel.cxx(667) Q931(25616) Connect to 200.77.11.194:1704 successful
2004/10/28 10:29:00.007 6 ProxyThread.cxx(163) 200.77.11.194:1704 363 bytes sent
2004/10/28 10:29:00.007 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 5
2004/10/28 10:29:00.093 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:29:00.093 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 39814
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1704
}
srcInfo = 1 entries {
[0]=h323_ID 20 characters {
0031 0031 0031 0036 0020 005b 0032 0030 1116 [20
0030 002e 0036 0037 002e 0038 0037 002e 0.67.87.
0032 0035 0032 005d 252]
}
}
srcCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 30006
}
bandWidth = 1
callReferenceValue = 6093
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
activeMC = FALSE
answerCall = TRUE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 10:29:00.093 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 10:29:00.093 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 10:29:00.093 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 10:29:00.093 3 RasSrv.cxx(1600) GK ACF: found existing call no 11
2004/10/28 10:29:00.094 2 RasSrv.cxx(1668) ACF|200.77.11.194:1704|3760_endp|6093|1063:dialedDigits|1116 [X.X.X.X]:h323_ID|true;



2004/10/28 10:29:00.094 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
admissionConfirm {
requestSeqNum = 39814
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
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
}
}
2004/10/28 10:29:00.094 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:29:00.159 3 ProxyChannel.cxx(2020) T120 Error: Input/output error
2004/10/28 10:29:00.159 3 ProxyThread.cxx(79) T120 Delete socket
2004/10/28 10:29:00.159 2 thread.cxx(32) T120Listener 26917 closed
2004/10/28 10:29:00.160 5 tlibthrd.cxx(1222) PWLib Ended thread 0x8a6a578 T120Listener:08a6a578
2004/10/28 10:29:00.169 5 tlibthrd.cxx(711) PWLib Destroyed thread 0x8a6a578 T120Listener:08a6a578
2004/10/28 10:29:00.169 4 ProxyChannel.cxx(1982) T120 Delete logical channel 257
2004/10/28 10:29:00.169 4 ProxyChannel.cxx(1875) RTP Delete logical channel 258
2004/10/28 10:29:00.170 3 ProxyThread.cxx(79) Q931s Delete socket 148.201.201.129:3634
2004/10/28 10:29:00.170 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/2
2004/10/28 10:29:00.170 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:29:00.170 3 ProxyChannel.cxx(405) Q931d Received: CallProceeding CRV=6093 from 200.77.11.194:1704
2004/10/28 10:29:00.171 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = destination
messageType = CallProceeding
IE: User-User = {
21 80 06 00 08 91 4a 00 04 22 c0 09 00 00 3d 30 !.....J.."....=0
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 1c 30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e ..0.1beta1 (Open
48 33 32 33 20 76 31 2e 31 32 2e 34 29 00 00 00 H323 v1.12.4)...
d0 c0 11 00 a2 2b 8a 99 63 f1 18 10 86 0b 00 07 .....+..c.......
e9 ef 7b 82 01 00 01 00 02 80 01 80 ..{.........
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = callProceeding {
protocolIdentifier = 0.0.8.2250.0.4
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = TRUE
}
}
}
2004/10/28 10:29:00.171 6 ProxyThread.cxx(163) 148.201.201.129:1701 137 bytes sent
2004/10/28 10:29:00.331 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/2
2004/10/28 10:29:00.331 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:29:00.331 3 ProxyChannel.cxx(405) Q931d Received: Connect CRV=6093 from 200.77.11.194:1704
2004/10/28 10:29:00.332 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = destination
messageType = Connect
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: User-User = {
22 80 06 00 08 91 4a 00 04 22 c0 09 00 00 3d 30 ".....J.."....=0
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 1c 30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e ..0.1beta1 (Open
48 33 32 33 20 76 31 2e 31 32 2e 34 29 00 00 00 H323 v1.12.4)...
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
0d 1c 11 00 a2 2b 8a 99 63 f1 18 10 86 0b 00 07 .....+..c.......
e9 ef 7b 82 32 02 16 40 00 64 06 04 00 4d 40 05 ..{.2..@.d...M@.
80 0b 0d 00 01 00 0a 28 d4 96 c1 c7 00 19 00 00 .......(........
64 0d 40 05 80 11 1c 00 01 00 0a 28 d4 96 c1 c6 d.@........(....
00 0a 28 d4 96 c1 c7 01 00 01 00 04 c0 01 80 5c ..(............\
03 53 02 70 01 06 00 08 81 75 00 07 80 13 80 00 .S.p.....u......
fa 00 01 00 00 01 00 00 01 00 00 0c c0 01 00 01 ................
80 04 80 00 00 22 80 05 80 00 01 83 01 50 80 00 .....".......P..
02 83 01 10 80 00 03 83 01 40 80 00 04 8a 06 14 .........@......
04 30 2d 31 36 00 80 01 01 00 00 00 03 00 01 00 .0-16...........
02 00 03 00 04 03 21 80 01 02 20 80 ......!... .
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.4
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
fastStart = 2 entries {
[0]= 22 octets {
40 00 64 06 04 00 4d 40 05 80 0b 0d 00 01 00 0a @.d...M@........
28 d4 96 c1 c7 00 (.....
}
[1]= 25 octets {
00 00 64 0d 40 05 80 11 1c 00 01 00 0a 28 d4 96 ..d.@........(..
c1 c6 00 0a 28 d4 96 c1 c7 ....(....
}
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = TRUE
h245Control = 3 entries {
[0]= 83 octets {
02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa 00 .p.....u........
01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 04 ................
80 00 00 22 80 05 80 00 01 83 01 50 80 00 02 83 ...".......P....
01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 30 .......@.......0
2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 00 -16.............
03 00 04 ...
}
[1]= 3 octets {
21 80 01 !..
}
[2]= 2 octets {
20 80 .
}
}
}
}
}
2004/10/28 10:29:00.332 4 ProxyChannel.cxx(1268) Q931
fastStart[0] received: {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49607
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:29:00.332 5 ProxyChannel.cxx(1762) RTCP Forward 10.40.212.150:49607 to 148.201.201.129:49607
2004/10/28 10:29:00.333 5 ProxyChannel.cxx(1762) RTP Forward 10.40.212.150:49606 to 148.201.201.129:49606
2004/10/28 10:29:00.333 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 7
2004/10/28 10:29:00.333 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 8
2004/10/28 10:29:00.333 5 ProxyChannel.cxx(1276) Q931
fastStart[0] to send {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = nullData <<null>>
multiplexParameters = none <<null>>
}
reverseLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50013
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:29:00.333 4 ProxyChannel.cxx(1268) Q931
fastStart[1] received: {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49606
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49607
}
}
}
}
2004/10/28 10:29:00.333 5 ProxyChannel.cxx(1771) RTCP Reverse 148.201.201.129:49607 to 10.40.212.150:49607
2004/10/28 10:29:00.333 5 ProxyChannel.cxx(1771) RTP Reverse 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.333 5 ProxyChannel.cxx(1276) Q931
fastStart[1] to send {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50012
}
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50013
}
}
}
}
2004/10/28 10:29:00.335 4 ProxyChannel.cxx(1365) H245 Received: request terminalCapabilitySet {
sequenceNumber = 1
protocolIdentifier = 0.0.8.245.0.7
multiplexCapability = h2250Capability {
maximumAudioDelayJitter = 250
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
}
logicalChannelSwitchingCapability = FALSE
t120DynamicPortCapability = TRUE
}
capabilityTable = 5 entries {
[0]={
capabilityTableEntryNumber = 1
capability = receiveAudioCapability g729 6
}
[1]={
capabilityTableEntryNumber = 2
capability = receiveUserInputCapability hookflash <<null>>
}
[2]={
capabilityTableEntryNumber = 3
capability = receiveUserInputCapability basicString <<null>>
}
[3]={
capabilityTableEntryNumber = 4
capability = receiveUserInputCapability dtmf <<null>>
}
[4]={
capabilityTableEntryNumber = 5
capability = receiveRTPAudioTelephonyEventCapability {
dynamicRTPPayloadType = 101
audioTelephoneEvent = "0-16"
}
}
}
capabilityDescriptors = 1 entries {
[0]={
capabilityDescriptorNumber = 1
simultaneousCapabilities = 2 entries {
[0]=1 entries {
[0]=1
}
[1]=4 entries {
[0]=2
[1]=3
[2]=4
[3]=5
}
}
}
}
}
2004/10/28 10:29:00.335 4 ProxyChannel.cxx(2056) H245 Request: terminalCapabilitySet
2004/10/28 10:29:00.335 4 ProxyChannel.cxx(1365) H245 Received: response terminalCapabilitySetAck {
sequenceNumber = 1
}
2004/10/28 10:29:00.335 4 ProxyChannel.cxx(2072) H245 Response: terminalCapabilitySetAck
2004/10/28 10:29:00.335 4 ProxyChannel.cxx(1365) H245 Received: response masterSlaveDeterminationAck {
decision = master <<null>>
}
2004/10/28 10:29:00.335 4 ProxyChannel.cxx(2072) H245 Response: masterSlaveDeterminationAck
2004/10/28 10:29:00.336 5 ProxyChannel.cxx(364) Q931 Send to 148.201.201.129:1701 {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = destination
messageType = Connect
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: User-User = {
22 80 06 00 08 91 4a 00 04 22 c0 09 00 00 3d 30 ".....J.."....=0
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 1c 30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e ..0.1beta1 (Open
48 33 32 33 20 76 31 2e 31 32 2e 34 29 00 00 00 H323 v1.12.4)...
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
0d 1c 11 00 a2 2b 8a 99 63 f1 18 10 86 0b 00 07 .....+..c.......
e9 ef 7b 82 32 02 16 40 00 64 06 04 00 4d 40 05 ..{.2..@.d...M@.
80 0b 0d 00 01 00 94 c9 c9 01 c3 5d 00 19 00 00 ...........]....
64 0d 40 05 80 11 1c 00 01 00 94 c9 c9 01 c3 5c d.@............\
00 94 c9 c9 01 c3 5d 01 00 01 00 04 c0 01 80 5c ......]........\
03 53 02 70 01 06 00 08 81 75 00 07 80 13 80 00 .S.p.....u......
fa 00 01 00 00 01 00 00 01 00 00 0c c0 01 00 01 ................
80 04 80 00 00 22 80 05 80 00 01 83 01 50 80 00 .....".......P..
02 83 01 10 80 00 03 83 01 40 80 00 04 8a 06 14 .........@......
04 30 2d 31 36 00 80 01 01 00 00 00 03 00 01 00 .0-16...........
02 00 03 00 04 03 21 80 01 02 20 80 ......!... .
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.4
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
fastStart = 2 entries {
[0]= 22 octets {
40 00 64 06 04 00 4d 40 05 80 0b 0d 00 01 00 94 @.d...M@........
c9 c9 01 c3 5d 00 ....].
}
[1]= 25 octets {
00 00 64 0d 40 05 80 11 1c 00 01 00 94 c9 c9 01 ..d.@...........
c3 5c 00 94 c9 c9 01 c3 5d .\......]
}
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = TRUE
h245Control = 3 entries {
[0]= 83 octets {
02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa 00 .p.....u........
01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 04 ................
80 00 00 22 80 05 80 00 01 83 01 50 80 00 02 83 ...".......P....
01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 30 .......@.......0
2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 00 -16.............
03 00 04 ...
}
[1]= 3 octets {
21 80 01 !..
}
[2]= 2 octets {
20 80 .
}
}
}
}
}
2004/10/28 10:29:00.336 6 ProxyThread.cxx(163) 148.201.201.129:1701 302 bytes sent
2004/10/28 10:29:00.359 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.359 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.359 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.360 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:29:00.360 3 RasSrv.cxx(2184) GK
infoRequestResponse {
requestSeqNum = 39815
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
rasAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1803
}
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1704
}
}
endpointAlias = 1 entries {
[0]=dialedDigits "1063"
}
perCallInfo = 1 entries {
[0]={
callReferenceValue = 6093
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
originator = FALSE
audio = 1 entries {
[0]={
rtpAddress = {
}
rtcpAddress = {
}
cname = "Admincts35"
ssrc = 2555207040
sessionId = 1
associatedSessionIds = 0 entries {
}
}
}
h245 = {
}
callSignaling = {
}
callType = pointToPoint <<null>>
bandWidth = 160
callModel = gatekeeperRouted <<null>>
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
substituteConfIDs = 0 entries {
}
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098977258
}
}
}
needResponse = FALSE
unsolicited = TRUE
}
2004/10/28 10:29:00.361 1 RasSrv.cxx(2007) GK IRR Received
2004/10/28 10:29:00.378 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.378 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.378 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.408 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/2
2004/10/28 10:29:00.408 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:29:00.408 3 ProxyChannel.cxx(405) Q931s Received: Facility CRV=6093 from 148.201.201.129:1701
2004/10/28 10:29:00.408 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = originator
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 08 02 03 21 80 01 02 20 a0 (.........!... .
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 2 entries {
[0]= 3 octets {
21 80 01 !..
}
[1]= 2 octets {
20 a0 .
}
}
}
}
}
2004/10/28 10:29:00.408 4 ProxyChannel.cxx(1365) H245 Received: response terminalCapabilitySetAck {
sequenceNumber = 1
}
2004/10/28 10:29:00.408 4 ProxyChannel.cxx(2072) H245 Response: terminalCapabilitySetAck
2004/10/28 10:29:00.408 4 ProxyChannel.cxx(1365) H245 Received: response masterSlaveDeterminationAck {
decision = slave <<null>>
}
2004/10/28 10:29:00.408 4 ProxyChannel.cxx(2072) H245 Response: masterSlaveDeterminationAck
2004/10/28 10:29:00.408 6 ProxyThread.cxx(163) 200.77.11.194:1704 31 bytes sent
2004/10/28 10:29:00.435 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.435 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.435 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.459 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.459 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.459 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.469 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/2
2004/10/28 10:29:00.469 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:29:00.469 3 ProxyChannel.cxx(405) Q931d Received: Facility CRV=6093 from 200.77.11.194:1704
2004/10/28 10:29:00.470 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = destination
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 05 01 03 09 00 01 (............
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 3 octets {
09 00 01 ...
}
}
}
}
}
2004/10/28 10:29:00.470 4 ProxyChannel.cxx(1365) H245 Received: request roundTripDelayRequest {
sequenceNumber = 1
}
2004/10/28 10:29:00.470 4 ProxyChannel.cxx(2056) H245 Request: roundTripDelayRequest
2004/10/28 10:29:00.470 6 ProxyThread.cxx(163) 148.201.201.129:1701 28 bytes sent
2004/10/28 10:29:00.474 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/2
2004/10/28 10:29:00.474 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:29:00.474 3 ProxyChannel.cxx(405) Q931s Received: Facility CRV=6093 from 148.201.201.129:1701
2004/10/28 10:29:00.475 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = originator
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 05 01 03 28 00 01 (.........(..
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 3 octets {
28 00 01 (..
}
}
}
}
}
2004/10/28 10:29:00.475 4 ProxyChannel.cxx(1365) H245 Received: response roundTripDelayResponse {
sequenceNumber = 1
}
2004/10/28 10:29:00.475 4 ProxyChannel.cxx(2072) H245 Response: roundTripDelayResponse
2004/10/28 10:29:00.475 6 ProxyThread.cxx(163) 200.77.11.194:1704 28 bytes sent
2004/10/28 10:29:00.496 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.496 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.496 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.519 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.519 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.519 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.555 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.555 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.555 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.579 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.579 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.579 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.614 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.614 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.614 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:00.639 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 4, total 8/4
2004/10/28 10:29:00.639 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:00.639 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.636 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.636 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.660 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:13.660 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.660 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.697 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:13.697 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.697 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.719 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:13.719 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.719 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.780 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:13.780 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.780 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.840 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:13.840 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.840 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.899 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:13.899 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.899 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:13.960 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:13.960 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:13.960 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:14.019 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:14.019 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:14.019 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:14.079 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:14.079 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:14.079 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:14.139 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:14.139 6 ProxyChannel.cxx(1793) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:29:14.139 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:14.154 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:14.154 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:29:14.154 3 ProxyChannel.cxx(405) Q931s Received: ReleaseComplete CRV=6093 from 148.201.201.129:1701
2004/10/28 10:29:14.155 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = originator
messageType = ReleaseComplete
IE: Cause - Normal call clearing = {
80 90 ..
}
IE: User-User = {
25 80 06 00 08 91 4a 00 04 01 11 00 a2 2b 8a 99 %.....J......+..
63 f1 18 10 86 0b 00 07 e9 ef 7b 82 04 c0 01 80 c.........{.....
04 01 02 4a 40 ...J@
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.4
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
}
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 2 octets {
4a 40 J@
}
}
}
}
}
2004/10/28 10:29:14.155 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 10:29:14.155 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 10:29:14.155 6 RasTbl.cxx(1534) GK Removing callptr:a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82...

2004/10/28 10:29:14.155 1 RasTbl.cxx(1573) CDR|11|a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82|14|Thu, 28 Oct 2004 10:29:00 -0500|Thu, 28 Oct 2004 10:29:14 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;



2004/10/28 10:29:14.155 5 gkacct.cxx(224) GKACCT FileAcct CDR event 2 text: CDR|11|a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82|14|Thu, 28 Oct 2004 10:29:00 -0500|Thu, 28 Oct 2004 10:29:14 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;
2004/10/28 10:29:14.156 6 ProxyThread.cxx(163) 200.77.11.194:1704 54 bytes sent
2004/10/28 10:29:14.170 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:29:14.170 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 10868
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
callReferenceValue = 6093
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = FALSE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098981611
endTime = 1098981625
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 90 ..
}
}
2004/10/28 10:29:14.170 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 10:29:14.170 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 10:29:14.170 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:29:14.170 2 RasSrv.cxx(1760) DCF|148.201.201.129|3756_endp|6093|normalDrop;



2004/10/28 10:29:14.170 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
disengageConfirm {
requestSeqNum = 10868
}
2004/10/28 10:29:14.171 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:29:14.355 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:14.355 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:14.355 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:14.363 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:14.363 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 10.40.212.150:49606
2004/10/28 10:29:14.363 6 ProxyThread.cxx(163) 10.40.212.150:49606 96 bytes sent
2004/10/28 10:29:14.371 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:29:14.683 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:29:14.683 3 ProxyChannel.cxx(405) Q931d Received: ReleaseComplete CRV=6093 from 200.77.11.194:1704
2004/10/28 10:29:14.684 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 6093
from = destination
messageType = ReleaseComplete
IE: Cause - Normal call clearing = {
80 90 ..
}
IE: User-User = {
25 80 06 00 08 91 4a 00 04 01 11 00 a2 2b 8a 99 %.....J......+..
63 f1 18 10 86 0b 00 07 e9 ef 7b 82 04 c0 01 80 c.........{.....
04 01 02 4a 40 ...J@
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.4
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
}
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 2 octets {
4a 40 J@
}
}
}
}
}
2004/10/28 10:29:14.684 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 10:29:14.684 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 10:29:14.684 6 RasTbl.cxx(1534) GK Removing callptr:a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82...

2004/10/28 10:29:14.684 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 10:29:14.684 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 10:29:14.831 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:29:14.839 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 39816
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
conferenceID = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0c 00 07 e9 ef 7b 82 .+..c.........{.
}
callReferenceValue = 6093
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
a2 2b 8a 99 63 f1 18 10 86 0b 00 07 e9 ef 7b 82 .+..c.........{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = TRUE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098977258
endTime = 1098977273
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 90 ..
}
}
2004/10/28 10:29:14.839 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 10:29:14.839 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 10:29:14.839 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:29:14.839 2 RasSrv.cxx(1760) DCF|200.77.11.194|3760_endp|6093|normalDrop;


2004/10/28 10:29:14.839 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
disengageConfirm {
requestSeqNum = 39816
}
2004/10/28 10:29:14.839 5 RasSrv.cxx(2125) GK Sent Successful
/* End of call with fastStart enabled, and h245Tunneling enabled */
---------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------
/* Start of call with fastStart disabled, and h245Tunneling disabled */
2004/10/28 10:34:23.867 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:34:23.874 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 26147
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
srcInfo = 1 entries {
[0]=dialedDigits "1116"
}
bandWidth = 1
callReferenceValue = 18086
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
activeMC = FALSE
answerCall = FALSE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 10:34:23.875 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 10:34:23.875 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 10:34:23.875 4 RasTbl.cxx(776) Alias match for EP 200.77.11.194:1704
2004/10/28 10:34:23.875 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 10:34:23.875 2 RasTbl.cxx(1420) CallTable::Insert(CALL) Call No. 15, total sessions : 1
2004/10/28 10:34:23.875 2 RasSrv.cxx(1668) ACF|148.201.201.129:1700|3756_endp|18086|1063:dialedDigits|1116:dialedDigits|false;



2004/10/28 10:34:23.875 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
admissionConfirm {
requestSeqNum = 26147
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
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
}
}
2004/10/28 10:34:23.875 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:34:23.885 3 ProxyThread.cxx(503) ProxyL Connected from 148.201.201.129:1705
2004/10/28 10:34:23.885 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 2
2004/10/28 10:34:23.887 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 2/1
2004/10/28 10:34:23.887 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1705
2004/10/28 10:34:23.887 3 ProxyChannel.cxx(405) Q931s Received: Setup CRV=18086 from 148.201.201.129:1705
2004/10/28 10:34:23.888 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 18086
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b8 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 94 c9 c9 01 06 4)......C.......
b9 00 ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef ....x.c....h....
7b 82 00 5d 0f 80 07 00 94 c9 c9 81 06 a9 11 00 {..]............
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
01 00 01 00 13 10 00 33 00 37 00 35 00 36 00 5f .......3.7.5.6._
00 65 00 6e 00 64 00 70 01 00 01 00 02 80 01 00 .e.n.d.p........
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
activeMC = FALSE
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1705
}
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = FALSE
}
}
}
2004/10/28 10:34:23.888 3 ProxyChannel.cxx(1016) GK Call 15 is NAT type 0
2004/10/28 10:34:23.888 3 ProxyChannel.cxx(330) GK Call 15 proxy enabled
2004/10/28 10:34:23.889 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 18086
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b0 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 ed 81 78 9b 63 4)......C....x.c
f1 18 10 89 68 00 07 e9 ef 7b 82 00 5d 0f 80 07 ....h....{..]...
00 X X X X06 b9 11 00 ed 81 78 9b 63 f1 18 .XXXX......x.c..
10 89 67 00 07 e9 ef 7b 82 01 00 01 00 13 10 00 ..g....{........
33 00 37 00 35 00 36 00 5f 00 65 00 6e 00 64 00 3.7.5.6._.e.n.d.
70 01 00 01 00 02 80 01 00 p........
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
activeMC = FALSE
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = FALSE
}
}
}
2004/10/28 10:34:23.890 4 ProxyChannel.cxx(1875) RTP Delete logical channel 101
2004/10/28 10:34:23.890 3 ProxyThread.cxx(79) Q931s Delete socket 148.201.201.129:1705
2004/10/28 10:34:23.890 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 10:34:23.964 3 ProxyChannel.cxx(667) Q931(25616) Connect to 200.77.11.194:1704 successful
2004/10/28 10:34:23.964 6 ProxyThread.cxx(163) 200.77.11.194:1704 217 bytes sent
2004/10/28 10:34:23.964 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 2
2004/10/28 10:34:24.048 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 2/1
2004/10/28 10:34:24.048 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:34:24.048 3 ProxyChannel.cxx(405) Q931d Received: CallProceeding CRV=18086 from 200.77.11.194:1704
2004/10/28 10:34:24.049 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 18086
from = destination
messageType = CallProceeding
IE: User-User = {
21 80 06 00 08 91 4a 00 04 22 c0 09 00 00 3d 30 !.....J.."....=0
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 1c 30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e ..0.1beta1 (Open
48 33 32 33 20 76 31 2e 31 32 2e 34 29 00 00 00 H323 v1.12.4)...
f0 e0 11 00 ed 81 78 9b 63 f1 18 10 89 67 00 07 ......x.c....g..
e9 ef 7b 82 01 00 01 00 00 02 80 01 00 ..{..........
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = callProceeding {
protocolIdentifier = 0.0.8.2250.0.4
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
multipleCalls = FALSE
maintainConnection = FALSE
fastConnectRefused = <<null>>
}
h245Tunneling = FALSE
}
}
}
2004/10/28 10:34:24.049 6 ProxyThread.cxx(163) 148.201.201.129:1705 138 bytes sent
2004/10/28 10:34:24.058 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:34:24.059 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 30787
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1704
}
srcInfo = 1 entries {
[0]=h323_ID 20 characters {
0031 0031 0031 0036 0020 005b 0032 0030 1116 [20
0030 002e 0036 0037 002e 0038 0037 002e 0.67.87.
0032 0035 0032 005d 252]
}
}
srcCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 30000
}
bandWidth = 1
callReferenceValue = 18086
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
activeMC = FALSE
answerCall = TRUE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 10:34:24.059 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 10:34:24.059 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 10:34:24.059 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 10:34:24.059 3 RasSrv.cxx(1600) GK ACF: found existing call no 15
2004/10/28 10:34:24.059 2 RasSrv.cxx(1668) ACF|200.77.11.194:1704|3760_endp|18086|1063:dialedDigits|1116 [X.X.X.X]:h323_ID|true;



2004/10/28 10:34:24.059 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
admissionConfirm {
requestSeqNum = 30787
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
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
}
}
2004/10/28 10:34:24.059 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:34:24.143 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 2/1
2004/10/28 10:34:24.143 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:34:24.143 3 ProxyChannel.cxx(405) Q931d Received: Connect CRV=18086 from 200.77.11.194:1704
2004/10/28 10:34:24.144 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 18086
from = destination
messageType = Connect
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: User-User = {
22 c0 06 00 08 91 4a 00 04 00 0a 28 d4 96 06 a7 ".....J....(....
22 c0 09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 "....=0CentrodeT
65 63 6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 ecnologiadeSemic
6f 6e 64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 onductores FXS-C
61 72 64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 ardful...0.1beta
31 20 28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 1 (OpenH323 v1.1
32 2e 34 29 00 00 00 ed 81 78 9b 63 f1 18 10 89 2.4).....x.c....
68 00 07 e9 ef 7b 82 17 0c 20 11 00 ed 81 78 9b h....{... ....x.
63 f1 18 10 89 67 00 07 e9 ef 7b 82 01 00 01 00 c....g....{.....
00 02 80 01 00 .....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.4
h245Address = ipAddress {
ip = 4 octets {
0a 28 d4 96 .(..
}
port = 1703
}
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
multipleCalls = FALSE
maintainConnection = FALSE
fastConnectRefused = <<null>>
}
h245Tunneling = FALSE
}
}
}
2004/10/28 10:34:24.144 3 ProxyChannel.cxx(1574) H245 Set h245Address to 148.201.201.1:40000
2004/10/28 10:34:24.145 5 ProxyChannel.cxx(364) Q931 Send to 148.201.201.129:1705 {
q931pdu = {
protocolDiscriminator = 8
callReference = 18086
from = destination
messageType = Connect
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: User-User = {
22 c0 06 00 08 91 4a 00 04 00 94 c9 c9 01 9c 40 ".....J........@
22 c0 09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 "....=0CentrodeT
65 63 6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 ecnologiadeSemic
6f 6e 64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 onductores FXS-C
61 72 64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 ardful...0.1beta
31 20 28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 1 (OpenH323 v1.1
32 2e 34 29 00 00 00 ed 81 78 9b 63 f1 18 10 89 2.4).....x.c....
68 00 07 e9 ef 7b 82 17 0c 20 11 00 ed 81 78 9b h....{... ....x.
63 f1 18 10 89 67 00 07 e9 ef 7b 82 01 00 01 00 c....g....{.....
00 02 80 01 00 .....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.4
h245Address = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 40000
}
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
multipleCalls = FALSE
maintainConnection = FALSE
fastConnectRefused = <<null>>
}
h245Tunneling = FALSE
}
}
}
2004/10/28 10:34:24.145 6 ProxyThread.cxx(163) 148.201.201.129:1705 167 bytes sent
2004/10/28 10:34:24.218 3 ProxyChannel.cxx(1525) H245 Connected from 148.201.201.129:1706
2004/10/28 10:34:28.919 4 ProxyChannel.cxx(1875) RTP Delete logical channel 101
2004/10/28 10:34:28.919 3 ProxyThread.cxx(79) Q931d Delete socket 200.77.11.194:1704
2004/10/28 10:34:29.019 3 ProxyThread.cxx(647) ProxyLC(0) waiting...
2004/10/28 10:34:29.019 3 ProxyThread.cxx(647) ProxyLC(0) waiting...
2004/10/28 10:34:29.839 3 RasTbl.cxx(1050) Gk Delete Call No. 13
2004/10/28 10:34:30.209 3 ProxyChannel.cxx(1547) H245 10.40.212.150:1703 DIDN'T ACCEPT THE CALL
2004/10/28 10:34:30.209 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 18086
from = originator
messageType = ReleaseComplete
IE: User-User = {
25 80 06 00 08 91 4a 00 02 01 11 00 ed 81 78 9b %.....J.......x.
63 f1 18 10 89 67 00 07 e9 ef 7b 82 02 80 01 00 c....g....{.....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.2
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 10:34:30.210 6 ProxyThread.cxx(163) 200.77.11.194:1704 45 bytes sent
2004/10/28 10:34:30.210 5 ProxyChannel.cxx(364) Q931 Send to 148.201.201.129:1705 {
q931pdu = {
protocolDiscriminator = 8
callReference = 50854
from = destination
messageType = ReleaseComplete
IE: User-User = {
25 80 06 00 08 91 4a 00 02 01 11 00 ed 81 78 9b %.....J.......x.
63 f1 18 10 89 67 00 07 e9 ef 7b 82 02 80 01 00 c....g....{.....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.2
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
}
h245Tunneling = FALSE
}
}
}
2004/10/28 10:34:30.210 6 ProxyThread.cxx(163) 148.201.201.129:1705 45 bytes sent
2004/10/28 10:34:30.210 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 3
2004/10/28 10:34:30.210 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 4
2004/10/28 10:34:30.219 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 4/0
2004/10/28 10:34:30.219 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1706
2004/10/28 10:34:30.220 4 ProxyChannel.cxx(1365) H245 Received: request terminalCapabilitySet {
sequenceNumber = 1
protocolIdentifier = 0.0.8.245.0.7
multiplexCapability = h2250Capability {
maximumAudioDelayJitter = 250
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
}
logicalChannelSwitchingCapability = FALSE
t120DynamicPortCapability = TRUE
}
capabilityTable = 5 entries {
[0]={
capabilityTableEntryNumber = 1
capability = receiveAudioCapability g729 24
}
[1]={
capabilityTableEntryNumber = 2
capability = receiveUserInputCapability hookflash <<null>>
}
[2]={
capabilityTableEntryNumber = 3
capability = receiveUserInputCapability basicString <<null>>
}
[3]={
capabilityTableEntryNumber = 4
capability = receiveUserInputCapability dtmf <<null>>
}
[4]={
capabilityTableEntryNumber = 5
capability = receiveRTPAudioTelephonyEventCapability {
dynamicRTPPayloadType = 101
audioTelephoneEvent = "0-16"
}
}
}
capabilityDescriptors = 1 entries {
[0]={
capabilityDescriptorNumber = 1
simultaneousCapabilities = 2 entries {
[0]=1 entries {
[0]=1
}
[1]=4 entries {
[0]=2
[1]=3
[2]=4
[3]=5
}
}
}
}
}
2004/10/28 10:34:30.220 4 ProxyChannel.cxx(2056) H245 Request: terminalCapabilitySet
2004/10/28 10:34:30.222 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:34:30.222 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 26148
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
callReferenceValue = 18086
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = FALSE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098981935
endTime = 1098981941
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 8b ..
}
}
2004/10/28 10:34:30.222 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 10:34:30.222 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 10:34:30.222 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:34:30.222 6 RasTbl.cxx(1534) GK Removing callptr:ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82...

2004/10/28 10:34:30.222 1 RasTbl.cxx(1573) CDR|15|ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82|6|Thu, 28 Oct 2004 10:34:24 -0500|Thu, 28 Oct 2004 10:34:30 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;



2004/10/28 10:34:30.223 5 gkacct.cxx(224) GKACCT FileAcct CDR event 2 text: CDR|15|ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82|6|Thu, 28 Oct 2004 10:34:24 -0500|Thu, 28 Oct 2004 10:34:30 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;
2004/10/28 10:34:30.223 2 RasSrv.cxx(1760) DCF|148.201.201.129|3756_endp|18086|normalDrop;



2004/10/28 10:34:30.223 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
disengageConfirm {
requestSeqNum = 26148
}
2004/10/28 10:34:30.223 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:34:30.229 4 ProxyThread.cxx(170) 10.40.212.150:1703 blocked, 0 bytes written, 87 bytes queued
2004/10/28 10:34:30.229 4 ProxyThread.cxx(190) H245d 10.40.212.150:1703 Error(1): Timeout
2004/10/28 10:34:30.229 3 ProxyThread.cxx(672) Proxy 148.201.201.129:1706 forward blocked
2004/10/28 10:34:30.239 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 3/1
2004/10/28 10:34:30.239 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1706
2004/10/28 10:34:30.239 4 ProxyChannel.cxx(1365) H245 Received: request masterSlaveDetermination {
terminalType = 50
statusDeterminationNumber = 5629953
}
2004/10/28 10:34:30.239 4 ProxyChannel.cxx(2056) H245 Request: masterSlaveDetermination
2004/10/28 10:34:30.249 4 ProxyThread.cxx(170) 10.40.212.150:1703 blocked, 0 bytes written, 11 bytes queued
2004/10/28 10:34:30.249 4 ProxyThread.cxx(190) H245d 10.40.212.150:1703 Error(1): Timeout
2004/10/28 10:34:30.249 3 ProxyThread.cxx(672) Proxy 148.201.201.129:1706 forward blocked
2004/10/28 10:34:30.259 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 3/1
2004/10/28 10:34:30.259 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1706
2004/10/28 10:34:30.259 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 10:34:30.259 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 10:34:30.269 4 ProxyThread.cxx(170) 10.40.212.150:1703 blocked, 0 bytes written, 6 bytes queued
2004/10/28 10:34:30.269 4 ProxyThread.cxx(190) H245d 10.40.212.150:1703 Error(1): Timeout
2004/10/28 10:34:30.269 3 ProxyThread.cxx(672) Proxy 148.201.201.129:1706 forward blocked
2004/10/28 10:34:30.279 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 3/1
2004/10/28 10:34:30.279 5 ProxyThread.cxx(354) H245s Reading from 148.201.201.129:1706
2004/10/28 10:34:30.279 3 ProxyThread.cxx(193) H245s 148.201.201.129:1706 Error(0): (0)
2004/10/28 10:34:30.289 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 10:34:30.299 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 10:34:30.425 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:34:30.425 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 30788
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
conferenceID = 16 octets {
ed 81 78 9b 63 f1 18 10 89 68 00 07 e9 ef 7b 82 ..x.c....h....{.
}
callReferenceValue = 18086
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
ed 81 78 9b 63 f1 18 10 89 67 00 07 e9 ef 7b 82 ..x.c....g....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = TRUE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098977582
endTime = 1098977588
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 8b ..
}
}
2004/10/28 10:34:30.425 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 10:34:30.426 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 10:34:30.426 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:34:30.426 2 RasSrv.cxx(1760) DCF|200.77.11.194|3760_endp|18086|normalDrop;



2004/10/28 10:34:30.426 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
disengageConfirm {
requestSeqNum = 30788
}
2004/10/28 10:34:30.426 5 RasSrv.cxx(2125) GK Sent Successful
---------------------------------------------------------------------------------------------------------------------------------
/* Start of call with fastStart disabled, and h245Tunneling enabled */


2004/10/28 10:36:56.888 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:36:56.888 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 39221
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
srcInfo = 1 entries {
[0]=dialedDigits "1116"
}
bandWidth = 1
callReferenceValue = 29952
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
activeMC = FALSE
answerCall = FALSE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 10:36:56.888 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 10:36:56.888 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 10:36:56.888 4 RasTbl.cxx(776) Alias match for EP 200.77.11.194:1704
2004/10/28 10:36:56.888 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 10:36:56.889 2 RasTbl.cxx(1420) CallTable::Insert(CALL) Call No. 17, total sessions : 1
2004/10/28 10:36:56.889 2 RasSrv.cxx(1668) ACF|148.201.201.129:1700|3756_endp|29952|1063:dialedDigits|1116:dialedDigits|false;



2004/10/28 10:36:56.889 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
admissionConfirm {
requestSeqNum = 39221
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
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
}
}
2004/10/28 10:36:56.889 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:36:56.902 3 ProxyThread.cxx(503) ProxyL Connected from 148.201.201.129:1701
2004/10/28 10:36:56.902 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 3
2004/10/28 10:36:56.919 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 3/2
2004/10/28 10:36:56.919 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:36:56.919 3 ProxyChannel.cxx(405) Q931s Received: Setup CRV=29952 from 148.201.201.129:1701
2004/10/28 10:36:56.920 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b8 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 94 c9 c9 01 06 4)......C.......
b9 00 a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef ....a.c....j....
7b 82 00 5d 0f 80 07 00 94 c9 c9 81 06 a5 11 00 {..]............
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
01 00 01 00 13 10 00 33 00 37 00 35 00 36 00 5f .......3.7.5.6._
00 65 00 6e 00 64 00 70 01 00 01 00 04 c0 01 80 .e.n.d.p........
5d 02 53 02 70 01 06 00 08 81 75 00 07 80 13 80 ].S.p.....u.....
00 fa 00 01 00 00 01 00 00 01 00 00 0c c0 01 00 ................
01 80 04 80 00 00 22 80 17 80 00 01 83 01 50 80 ......".......P.
00 02 83 01 10 80 00 03 83 01 40 80 00 04 8a 06 ..........@.....
14 04 30 2d 31 36 00 80 01 01 00 00 00 03 00 01 ..0-16..........
00 02 00 03 00 04 07 01 00 32 80 96 13 27 .........2...'
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 01 ....
}
port = 1721
}
activeMC = FALSE
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1701
}
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = TRUE
h245Control = 2 entries {
[0]= 83 octets {
02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa 00 .p.....u........
01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 04 ................
80 00 00 22 80 17 80 00 01 83 01 50 80 00 02 83 ...".......P....
01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 30 .......@.......0
2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 00 -16.............
03 00 04 ...
}
[1]= 7 octets {
01 00 32 80 96 13 27 ..2...'
}
}
}
}
}
2004/10/28 10:36:56.920 3 ProxyChannel.cxx(1016) GK Call 17 is NAT type 0
2004/10/28 10:36:56.920 3 ProxyChannel.cxx(330) GK Call 17 proxy enabled
2004/10/28 10:36:56.921 4 ProxyChannel.cxx(1365) H245 Received: request terminalCapabilitySet {
sequenceNumber = 1
protocolIdentifier = 0.0.8.245.0.7
multiplexCapability = h2250Capability {
maximumAudioDelayJitter = 250
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
}
logicalChannelSwitchingCapability = FALSE
t120DynamicPortCapability = TRUE
}
capabilityTable = 5 entries {
[0]={
capabilityTableEntryNumber = 1
capability = receiveAudioCapability g729 24
}
[1]={
capabilityTableEntryNumber = 2
capability = receiveUserInputCapability hookflash <<null>>
}
[2]={
capabilityTableEntryNumber = 3
capability = receiveUserInputCapability basicString <<null>>
}
[3]={
capabilityTableEntryNumber = 4
capability = receiveUserInputCapability dtmf <<null>>
}
[4]={
capabilityTableEntryNumber = 5
capability = receiveRTPAudioTelephonyEventCapability {
dynamicRTPPayloadType = 101
audioTelephoneEvent = "0-16"
}
}
}
capabilityDescriptors = 1 entries {
[0]={
capabilityDescriptorNumber = 1
simultaneousCapabilities = 2 entries {
[0]=1 entries {
[0]=1
}
[1]=4 entries {
[0]=2
[1]=3
[2]=4
[3]=5
}
}
}
}
}
2004/10/28 10:36:56.922 4 ProxyChannel.cxx(2056) H245 Request: terminalCapabilitySet
2004/10/28 10:36:56.922 4 ProxyChannel.cxx(1365) H245 Received: request masterSlaveDetermination {
terminalType = 50
statusDeterminationNumber = 9835303
}
2004/10/28 10:36:56.922 4 ProxyChannel.cxx(2056) H245 Request: masterSlaveDetermination
2004/10/28 10:36:56.923 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = Setup
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: Calling-Party-Number = {
81 31 31 31 36 .1116
}
IE: Called-Party-Number = {
81 31 30 36 33 .1063
}
IE: User-User = {
20 b0 06 00 08 91 4a 00 04 01 01 80 44 49 22 c0 .....J.....DI".
09 00 00 3d 30 43 65 6e 74 72 6f 64 65 54 65 63 ...=0CentrodeTec
6e 6f 6c 6f 67 69 61 64 65 53 65 6d 69 63 6f 6e nologiadeSemicon
64 75 63 74 6f 72 65 73 20 46 58 53 2d 43 61 72 ductores FXS-Car
64 66 75 6c 00 00 1c 30 2e 31 62 65 74 61 31 20 dful...0.1beta1
28 4f 70 65 6e 48 33 32 33 20 76 31 2e 31 32 2e (OpenH323 v1.12.
34 29 00 00 00 01 01 80 43 96 00 a7 fd 61 9c 63 4)......C....a.c
f1 18 10 9d 6a 00 07 e9 ef 7b 82 00 5d 0f 80 07 ....j....{..]...
00 XX XX X X 06 b9 11 00 a7 fd 61 9c 63 f1 18 .XXXX......a.c..
10 9d 69 00 07 e9 ef 7b 82 01 00 01 00 13 10 00 ..i....{........
33 00 37 00 35 00 36 00 5f 00 65 00 6e 00 64 00 3.7.5.6._.e.n.d.
70 01 00 01 00 04 c0 01 80 5d 02 53 02 70 01 06 p........].S.p..
00 08 81 75 00 07 80 13 80 00 fa 00 01 00 00 01 ...u............
00 00 01 00 00 0c c0 01 00 01 80 04 80 00 00 22 ..............."
80 17 80 00 01 83 01 50 80 00 02 83 01 10 80 00 .......P........
03 83 01 40 80 00 04 8a 06 14 04 30 2d 31 36 00 ...@.......0-16.
80 01 01 00 00 00 03 00 01 00 02 00 03 00 04 07 ................
01 00 32 80 96 13 27 ..2...'
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=dialedDigits "1116"
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
destinationAddress = 1 entries {
[0]=dialedDigits "1063"
}
activeMC = FALSE
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
conferenceGoal = create <<null>>
callType = pointToPoint <<null>>
sourceCallSignalAddress = ipAddress {
ip = 4 octets {
XX XX X X XXXX
}
port = 1721
}
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
mediaWaitForConnect = FALSE
canOverlapSend = FALSE
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
multipleCalls = FALSE
maintainConnection = FALSE
}
h245Tunneling = TRUE
h245Control = 2 entries {
[0]= 83 octets {
02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa 00 .p.....u........
01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 04 ................
80 00 00 22 80 17 80 00 01 83 01 50 80 00 02 83 ...".......P....
01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 30 .......@.......0
2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 00 -16.............
03 00 04 ...
}
[1]= 7 octets {
01 00 32 80 96 13 27 ..2...'
}
}
}
}
}
2004/10/28 10:36:56.923 3 ProxyThread.cxx(79) Q931s Delete socket 148.201.201.129:1705
2004/10/28 10:36:56.924 3 ProxyThread.cxx(79) H245s Delete socket 148.201.201.129:1706
2004/10/28 10:36:56.929 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 10:36:56.930 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:36:56.930 3 RasSrv.cxx(2184) GK
infoRequestResponse {
requestSeqNum = 39222
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
rasAddress = ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1802
}
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
94 c9 c9 81 ....
}
port = 1700
}
}
endpointAlias = 1 entries {
[0]=dialedDigits "1116"
}
perCallInfo = 1 entries {
[0]={
callReferenceValue = 29952
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
originator = TRUE
h245 = {
}
callSignaling = {
}
callType = pointToPoint <<null>>
bandWidth = 0
callModel = gatekeeperRouted <<null>>
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
substituteConfIDs = 0 entries {
}
usageInformation = {
nonStandardUsageFields = 0 entries {
}
}
}
}
needResponse = FALSE
unsolicited = TRUE
}
2004/10/28 10:36:56.930 1 RasSrv.cxx(2007) GK IRR Received
2004/10/28 10:36:56.981 3 ProxyChannel.cxx(667) Q931(25616) Connect to 200.77.11.194:1704 successful
2004/10/28 10:36:56.982 6 ProxyThread.cxx(163) 200.77.11.194:1704 311 bytes sent
2004/10/28 10:36:56.982 5 ProxyThread.cxx(538) ProxyH(0) add a socket, total 3
2004/10/28 10:36:57.060 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 10:36:57.060 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:36:57.060 3 ProxyChannel.cxx(405) Q931d Received: CallProceeding CRV=29952 from 200.77.11.194:1704
2004/10/28 10:36:57.061 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = destination
messageType = CallProceeding
IE: User-User = {
21 80 06 00 08 91 4a 00 04 22 c0 09 00 00 3d 30 !.....J.."....=0
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 1c 30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e ..0.1beta1 (Open
48 33 32 33 20 76 31 2e 31 32 2e 34 29 00 00 00 H323 v1.12.4)...
f0 e0 11 00 a7 fd 61 9c 63 f1 18 10 9d 69 00 07 ......a.c....i..
e9 ef 7b 82 01 00 01 00 00 02 80 01 80 ..{..........
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = callProceeding {
protocolIdentifier = 0.0.8.2250.0.4
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
multipleCalls = FALSE
maintainConnection = FALSE
fastConnectRefused = <<null>>
}
h245Tunneling = TRUE
}
}
}
2004/10/28 10:36:57.061 6 ProxyThread.cxx(163) 148.201.201.129:1701 138 bytes sent
2004/10/28 10:36:57.068 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:36:57.068 3 RasSrv.cxx(2184) GK
admissionRequest {
requestSeqNum = 33231
callType = pointToPoint <<null>>
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
destinationInfo = 1 entries {
[0]=dialedDigits "1063"
}
destCallSignalAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1704
}
srcInfo = 1 entries {
[0]=h323_ID 20 characters {
0031 0031 0031 0036 0020 005b 0032 0030 1116 [20
0030 002e 0036 0037 002e 0038 0037 002e 0.67.87.
0032 0035 0032 005d 252]
}
}
srcCallSignalAddress = ipAddress {
ip = 4 octets {
XX XX X X XXXX
}
port = 30002
}
bandWidth = 1
callReferenceValue = 29952
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
activeMC = FALSE
answerCall = TRUE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
willSupplyUUIEs = TRUE
}
2004/10/28 10:36:57.068 1 RasSrv.cxx(1311) GK ARQ Received
2004/10/28 10:36:57.068 4 gkauth.cxx(296) GkAuth default check ok
2004/10/28 10:36:57.068 3 RasSrv.cxx(1557) GK ARQ will request bandwith of 1280
2004/10/28 10:36:57.069 3 RasSrv.cxx(1600) GK ACF: found existing call no 17
2004/10/28 10:36:57.069 2 RasSrv.cxx(1668) ACF|200.77.11.194:1704|3760_endp|29952|1063:dialedDigits|1116 [X.X.X.X]:h323_ID|true;



2004/10/28 10:36:57.069 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
admissionConfirm {
requestSeqNum = 33231
bandWidth = 1280
callModel = gatekeeperRouted <<null>>
destCallSignalAddress = ipAddress {
ip = 4 octets {
XX XX X X XXXX
}
port = 1721
}
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
}
}
2004/10/28 10:36:57.069 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:36:57.255 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 10:36:57.256 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:36:57.256 3 ProxyChannel.cxx(405) Q931d Received: Connect CRV=29952 from 200.77.11.194:1704
2004/10/28 10:36:57.256 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = destination
messageType = Connect
IE: Bearer-Capability = {
80 90 a5 ...
}
IE: User-User = {
22 80 06 00 08 91 4a 00 04 22 c0 09 00 00 3d 30 ".....J.."....=0
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 1c 30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e ..0.1beta1 (Open
48 33 32 33 20 76 31 2e 31 32 2e 34 29 00 00 00 H323 v1.12.4)...
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
17 0c 20 11 00 a7 fd 61 9c 63 f1 18 10 9d 69 00 .. ....a.c....i.
07 e9 ef 7b 82 01 00 01 00 00 04 c0 01 80 64 04 ...{..........d.
53 02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa S.p.....u.......
00 01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 ................
04 80 00 00 22 80 17 80 00 01 83 01 50 80 00 02 ....".......P...
83 01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 ........@.......
30 2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 0-16............
00 03 00 04 07 01 00 32 80 10 b5 f8 03 21 80 01 .......2.....!..
02 20 80 . .
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = connect {
protocolIdentifier = 0.0.8.2250.0.4
destinationInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
multipleCalls = FALSE
maintainConnection = FALSE
fastConnectRefused = <<null>>
}
h245Tunneling = TRUE
h245Control = 4 entries {
[0]= 83 octets {
02 70 01 06 00 08 81 75 00 07 80 13 80 00 fa 00 .p.....u........
01 00 00 01 00 00 01 00 00 0c c0 01 00 01 80 04 ................
80 00 00 22 80 17 80 00 01 83 01 50 80 00 02 83 ...".......P....
01 10 80 00 03 83 01 40 80 00 04 8a 06 14 04 30 .......@.......0
2d 31 36 00 80 01 01 00 00 00 03 00 01 00 02 00 -16.............
03 00 04 ...
}
[1]= 7 octets {
01 00 32 80 10 b5 f8 ..2....
}
[2]= 3 octets {
21 80 01 !..
}
[3]= 2 octets {
20 80 .
}
}
}
}
}
2004/10/28 10:36:57.258 4 ProxyChannel.cxx(1365) H245 Received: request terminalCapabilitySet {
sequenceNumber = 1
protocolIdentifier = 0.0.8.245.0.7
multiplexCapability = h2250Capability {
maximumAudioDelayJitter = 250
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
}
logicalChannelSwitchingCapability = FALSE
t120DynamicPortCapability = TRUE
}
capabilityTable = 5 entries {
[0]={
capabilityTableEntryNumber = 1
capability = receiveAudioCapability g729 24
}
[1]={
capabilityTableEntryNumber = 2
capability = receiveUserInputCapability hookflash <<null>>
}
[2]={
capabilityTableEntryNumber = 3
capability = receiveUserInputCapability basicString <<null>>
}
[3]={
capabilityTableEntryNumber = 4
capability = receiveUserInputCapability dtmf <<null>>
}
[4]={
capabilityTableEntryNumber = 5
capability = receiveRTPAudioTelephonyEventCapability {
dynamicRTPPayloadType = 101
audioTelephoneEvent = "0-16"
}
}
}
capabilityDescriptors = 1 entries {
[0]={
capabilityDescriptorNumber = 1
simultaneousCapabilities = 2 entries {
[0]=1 entries {
[0]=1
}
[1]=4 entries {
[0]=2
[1]=3
[2]=4
[3]=5
}
}
}
}
}
2004/10/28 10:36:57.258 4 ProxyChannel.cxx(2056) H245 Request: terminalCapabilitySet
2004/10/28 10:36:57.258 4 ProxyChannel.cxx(1365) H245 Received: request masterSlaveDetermination {
terminalType = 50
statusDeterminationNumber = 1095160
}
2004/10/28 10:36:57.258 4 ProxyChannel.cxx(2056) H245 Request: masterSlaveDetermination
2004/10/28 10:36:57.259 4 ProxyChannel.cxx(1365) H245 Received: response terminalCapabilitySetAck {
sequenceNumber = 1
}
2004/10/28 10:36:57.259 4 ProxyChannel.cxx(2072) H245 Response: terminalCapabilitySetAck
2004/10/28 10:36:57.259 4 ProxyChannel.cxx(1365) H245 Received: response masterSlaveDeterminationAck {
decision = master <<null>>
}
2004/10/28 10:36:57.259 4 ProxyChannel.cxx(2072) H245 Response: masterSlaveDeterminationAck
2004/10/28 10:36:57.259 6 ProxyThread.cxx(163) 148.201.201.129:1701 261 bytes sent
2004/10/28 10:36:57.296 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:36:57.297 3 RasSrv.cxx(2184) GK
infoRequestResponse {
requestSeqNum = 33232
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
rasAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1803
}
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1704
}
}
endpointAlias = 1 entries {
[0]=dialedDigits "1063"
}
perCallInfo = 1 entries {
[0]={
callReferenceValue = 29952
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
originator = FALSE
h245 = {
}
callSignaling = {
}
callType = pointToPoint <<null>>
bandWidth = 0
callModel = gatekeeperRouted <<null>>
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
substituteConfIDs = 0 entries {
}
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098977735
}
}
}
needResponse = FALSE
unsolicited = TRUE
}
2004/10/28 10:36:57.297 1 RasSrv.cxx(2007) GK IRR Received
2004/10/28 10:36:57.310 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 10:36:57.310 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:36:57.310 3 ProxyChannel.cxx(405) Q931s Received: Facility CRV=29952 from 148.201.201.129:1701
2004/10/28 10:36:57.310 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 1d 03 03 21 80 01 02 20 a0 (.........!... .
14 03 00 00 64 0d 40 05 80 0b 0d 00 01 00 94 c9 ....d.@.........
c9 81 c1 c7 00 .....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 3 entries {
[0]= 3 octets {
21 80 01 !..
}
[1]= 2 octets {
20 a0 .
}
[2]= 20 octets {
03 00 00 64 0d 40 05 80 0b 0d 00 01 00 94 c9 c9 ...d.@..........
81 c1 c7 00 ....
}
}
}
}
}
2004/10/28 10:36:57.310 4 ProxyChannel.cxx(1365) H245 Received: response terminalCapabilitySetAck {
sequenceNumber = 1
}
2004/10/28 10:36:57.310 4 ProxyChannel.cxx(2072) H245 Response: terminalCapabilitySetAck
2004/10/28 10:36:57.311 4 ProxyChannel.cxx(1365) H245 Received: response masterSlaveDeterminationAck {
decision = slave <<null>>
}
2004/10/28 10:36:57.311 4 ProxyChannel.cxx(2072) H245 Response: masterSlaveDeterminationAck
2004/10/28 10:36:57.311 4 ProxyChannel.cxx(1365) H245 Received: request openLogicalChannel {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49607
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:36:57.311 4 ProxyChannel.cxx(2056) H245 Request: openLogicalChannel
2004/10/28 10:36:57.311 4 ProxyChannel.cxx(2265) RTP Open logical channel 101 id 1 port 50006
2004/10/28 10:36:57.311 5 ProxyChannel.cxx(1390) H245 To send: request openLogicalChannel {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
XX XX X X XXXX
}
tsapIdentifier = 50007
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:36:57.312 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 1d 03 03 21 80 01 02 20 a0 (.........!... .
14 03 00 00 64 0d 40 05 80 0b 0d 00 01 00 XX XX ....d.@........C
X X c3 X 00 W..W.
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 3 entries {
[0]= 3 octets {
21 80 01 !..
}
[1]= 2 octets {
20 a0 .
}
[2]= 20 octets {
03 00 00 64 0d 40 05 80 0b 0d 00 01 00 XX XX X ...d.@........XX
fc c3 X 00 ..W.
}
}
}
}
}
2004/10/28 10:36:57.312 6 ProxyThread.cxx(163) 200.77.11.194:1704 52 bytes sent
2004/10/28 10:36:57.407 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 10:36:57.407 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:36:57.407 3 ProxyChannel.cxx(405) Q931d Received: Facility CRV=29952 from 200.77.11.194:1704
2004/10/28 10:36:57.408 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = destination
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 31 02 14 03 00 00 64 0d 40 (......1.....d.@
05 80 0b 0d 00 01 00 0a 28 d4 96 c1 c7 00 1a 22 ........(......"
c0 00 64 02 80 13 5c 00 00 0a 28 d4 96 c1 c6 00 ..d...\...(.....
0a 28 d4 96 c1 c7 01 01 00 .(.......
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 2 entries {
[0]= 20 octets {
03 00 00 64 0d 40 05 80 0b 0d 00 01 00 0a 28 d4 ...d.@........(.
96 c1 c7 00 ....
}
[1]= 26 octets {
22 c0 00 64 02 80 13 5c 00 00 0a 28 d4 96 c1 c6 "..d...\...(....
00 0a 28 d4 96 c1 c7 01 01 00 ..(.......
}
}
}
}
}
2004/10/28 10:36:57.408 4 ProxyChannel.cxx(1365) H245 Received: request openLogicalChannel {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49607
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:36:57.408 4 ProxyChannel.cxx(2056) H245 Request: openLogicalChannel
2004/10/28 10:36:57.408 4 ProxyChannel.cxx(2265) RTP Open logical channel 101 id 1 port 50006
2004/10/28 10:36:57.408 5 ProxyChannel.cxx(1390) H245 To send: request openLogicalChannel {
forwardLogicalChannelNumber = 101
forwardLogicalChannelParameters = {
dataType = audioData g729 6
multiplexParameters = h2250LogicalChannelParameters {
sessionID = 1
mediaGuaranteedDelivery = FALSE
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50007
}
silenceSuppression = FALSE
}
}
}
2004/10/28 10:36:57.409 4 ProxyChannel.cxx(1365) H245 Received: response openLogicalChannelAck {
forwardLogicalChannelNumber = 101
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49606
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
0a 28 d4 96 .(..
}
tsapIdentifier = 49607
}
flowControlToZero = FALSE
}
}
2004/10/28 10:36:57.409 4 ProxyChannel.cxx(2072) H245 Response: openLogicalChannelAck
2004/10/28 10:36:57.409 5 ProxyChannel.cxx(1762) RTCP Forward 148.201.201.129:49607 to 10.40.212.150:49607
2004/10/28 10:36:57.409 5 ProxyChannel.cxx(1762) RTP Forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:57.409 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 1
2004/10/28 10:36:57.409 5 ProxyThread.cxx(538) ProxyLC(0) add a socket, total 2
2004/10/28 10:36:57.409 5 ProxyChannel.cxx(1390) H245 To send: response openLogicalChannelAck {
forwardLogicalChannelNumber = 101
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50006
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 01 ....
}
tsapIdentifier = 50007
}
flowControlToZero = FALSE
}
}
2004/10/28 10:36:57.409 5 ProxyChannel.cxx(364) Q931 Send to 148.201.201.129:1701 {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = destination
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 31 02 14 03 00 00 64 0d 40 (......1.....d.@
05 80 0b 0d 00 01 00 94 c9 c9 01 c3 X 00 1a 22 ............W.."
c0 00 64 02 80 13 5c 00 00 94 c9 c9 01 c3 56 00 ..d...\.......V.
94 c9 c9 01 c3 X 01 01 00 .....W...
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 2 entries {
[0]= 20 octets {
03 00 00 64 0d 40 05 80 0b 0d 00 01 00 94 c9 c9 ...d.@..........
01 c3 X 00 ..W.
}
[1]= 26 octets {
22 c0 00 64 02 80 13 5c 00 00 94 c9 c9 01 c3 56 "..d...\.......V
00 94 c9 c9 01 c3 X 01 01 00 ......W...
}
}
}
}
}
2004/10/28 10:36:57.410 6 ProxyThread.cxx(163) 148.201.201.129:1701 72 bytes sent
2004/10/28 10:36:57.419 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 10:36:57.419 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:36:57.419 3 ProxyChannel.cxx(405) Q931d Received: Facility CRV=29952 from 200.77.11.194:1704
2004/10/28 10:36:57.420 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = destination
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 05 01 03 09 00 01 (............
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 3 octets {
09 00 01 ...
}
}
}
}
}
2004/10/28 10:36:57.420 4 ProxyChannel.cxx(1365) H245 Received: request roundTripDelayRequest {
sequenceNumber = 1
}
2004/10/28 10:36:57.420 4 ProxyChannel.cxx(2056) H245 Request: roundTripDelayRequest
2004/10/28 10:36:57.420 6 ProxyThread.cxx(163) 148.201.201.129:1701 28 bytes sent
2004/10/28 10:36:57.437 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 10:36:57.437 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:36:57.437 3 ProxyChannel.cxx(405) Q931s Received: Facility CRV=29952 from 148.201.201.129:1701
2004/10/28 10:36:57.438 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 1c 01 1a 22 c0 00 64 02 80 (........."..d..
13 5c 00 00 94 c9 c9 81 c1 c6 00 94 c9 c9 81 c1 .\..............
c7 01 01 00 ....
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 26 octets {
22 c0 00 64 02 80 13 5c 00 00 94 c9 c9 81 c1 c6 "..d...\........
00 94 c9 c9 81 c1 c7 01 01 00 ..........
}
}
}
}
}
2004/10/28 10:36:57.438 4 ProxyChannel.cxx(1365) H245 Received: response openLogicalChannelAck {
forwardLogicalChannelNumber = 101
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49606
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
94 c9 c9 81 ....
}
tsapIdentifier = 49607
}
flowControlToZero = FALSE
}
}
2004/10/28 10:36:57.438 4 ProxyChannel.cxx(2072) H245 Response: openLogicalChannelAck
2004/10/28 10:36:57.438 5 ProxyChannel.cxx(1771) RTCP Reverse 10.40.212.150:49607 to 148.201.201.129:49607
2004/10/28 10:36:57.438 5 ProxyChannel.cxx(1771) RTP Reverse 10.40.212.150:49606 to 148.201.201.129:49606
2004/10/28 10:36:57.438 5 ProxyChannel.cxx(1390) H245 To send: response openLogicalChannelAck {
forwardLogicalChannelNumber = 101
forwardMultiplexAckParameters = h2250LogicalChannelAckParameters {
sessionID = 1
mediaChannel = unicastAddress iPAddress {
network = 4 octets {
XX XX X X XXXX
}
tsapIdentifier = 50006
}
mediaControlChannel = unicastAddress iPAddress {
network = 4 octets {
XX XX X X XXXX
}
tsapIdentifier = 50007
}
flowControlToZero = FALSE
}
}
2004/10/28 10:36:57.439 5 ProxyChannel.cxx(364) Q931 Send to 200.77.11.194:1704 {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 1c 01 1a 22 c0 00 64 02 80 (........."..d..
13 5c 00 00 XX XX X X c3 56 00 XX XX X fc c3 .\..XXXX.V.XXXX.
X 01 01 00 W...
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 26 octets {
22 c0 00 64 02 80 13 5c 00 00 XX XX X X c3 56 "..d...\..XXXX.V
00 XX XX X X c3 X 01 01 00 .XXXX.W...
}
}
}
}
}
2004/10/28 10:36:57.439 6 ProxyThread.cxx(163) 200.77.11.194:1704 51 bytes sent
2004/10/28 10:36:57.449 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 3/1
2004/10/28 10:36:57.449 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:36:57.449 3 ProxyChannel.cxx(405) Q931s Received: Facility CRV=29952 from 148.201.201.129:1701
2004/10/28 10:36:57.449 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = Facility
IE: Facility = {


}
IE: User-User = {
28 10 00 04 c0 01 80 05 01 03 28 00 01 (.........(..
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = empty <<null>>
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 3 octets {
28 00 01 (..
}
}
}
}
}
2004/10/28 10:36:57.449 4 ProxyChannel.cxx(1365) H245 Received: response roundTripDelayResponse {
sequenceNumber = 1
}
2004/10/28 10:36:57.449 4 ProxyChannel.cxx(2072) H245 Response: roundTripDelayResponse
2004/10/28 10:36:57.449 6 ProxyThread.cxx(163) 200.77.11.194:1704 28 bytes sent
2004/10/28 10:36:57.506 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/2
2004/10/28 10:36:57.506 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:57.506 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:57.506 3 ProxyThread.cxx(79) RTP Delete socket 10.40.212.150:49610
2004/10/28 10:36:57.506 3 ProxyThread.cxx(79) RTCP Delete socket 10.40.212.150:49611
2004/10/28 10:36:57.553 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:57.553 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:57.553 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:57.566 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:57.566 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:57.566 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:57.617 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:57.617 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:57.617 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:57.626 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:57.626 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:57.626 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:57.671 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:57.671 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:57.671 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:57.686 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:57.686 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.046 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.093 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.093 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.093 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.106 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.106 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.106 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.151 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.152 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.152 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.166 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.166 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.166 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.213 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.213 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.213 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.226 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.226 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.226 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.271 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.271 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.271 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.286 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.286 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.286 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.331 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.331 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.331 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.346 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.346 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.346 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.391 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.391 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.391 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.406 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.406 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.406 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.451 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.451 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.451 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.466 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.466 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.466 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.512 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.512 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.512 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.526 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.526 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.526 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.572 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.572 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.572 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.586 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.586 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.586 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.632 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.632 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.632 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.646 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.646 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.646 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.691 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.691 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.691 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.706 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.706 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.706 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.751 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.751 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.752 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.766 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.766 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.766 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.812 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.812 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.812 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.826 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.826 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.826 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.871 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.871 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.871 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.886 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.886 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.886 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.943 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.943 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.943 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.946 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.946 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:58.946 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:58.991 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:58.991 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:36:58.991 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:59.006 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:36:59.006 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:36:59.006 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:36:59.049 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:37:25.693 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:37:25.693 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:37:25.707 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:37:25.707 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:37:25.707 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:37:25.754 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:37:25.754 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:37:25.755 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:37:25.767 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:37:25.767 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:37:25.767 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:37:25.814 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:37:25.814 6 ProxyChannel.cxx(1793) RTP forward 200.77.11.194:49606 to 148.201.201.129:49606
2004/10/28 10:37:25.814 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:37:25.827 4 ProxyThread.cxx(659) ProxyLC(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:37:25.827 6 ProxyChannel.cxx(1788) RTP forward 148.201.201.129:49606 to 10.40.212.150:49606
2004/10/28 10:37:25.827 6 ProxyThread.cxx(163) 148.201.201.129:49606 96 bytes sent
2004/10/28 10:37:25.863 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 2, total 2/0
2004/10/28 10:37:25.863 5 ProxyThread.cxx(354) Q931d Reading from 200.77.11.194:1704
2004/10/28 10:37:25.863 3 ProxyChannel.cxx(405) Q931d Received: ReleaseComplete CRV=29952 from 200.77.11.194:1704
2004/10/28 10:37:25.863 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = destination
messageType = ReleaseComplete
IE: Cause - Normal call clearing = {
80 90 ..
}
IE: User-User = {
25 80 06 00 08 91 4a 00 04 01 11 00 a7 fd 61 9c %.....J.......a.
63 f1 18 10 9d 69 00 07 e9 ef 7b 82 04 c0 01 80 c....i....{.....
04 01 02 4a 40 ...J@
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.4
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
}
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 2 octets {
4a 40 J@
}
}
}
}
}
2004/10/28 10:37:25.864 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 10:37:25.864 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 10:37:25.864 6 RasTbl.cxx(1534) GK Removing callptr:a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82...

2004/10/28 10:37:25.864 1 RasTbl.cxx(1573) CDR|17|a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82|28|Thu, 28 Oct 2004 10:36:X -0500|Thu, 28 Oct 2004 10:37:25 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;



2004/10/28 10:37:25.864 5 gkacct.cxx(224) GKACCT FileAcct CDR event 2 text: CDR|17|a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82|28|Thu, 28 Oct 2004 10:36:X -0500|Thu, 28 Oct 2004 10:37:25 -0500|148.201.201.129:1700|3756_endp|200.77.11.194:1704|3760_endp|1063:dialedDigits|1116:dialedDigits|cts_gatekeeper;
2004/10/28 10:37:25.865 6 ProxyThread.cxx(163) 148.201.201.129:1701 54 bytes sent
2004/10/28 10:37:25.872 4 ProxyThread.cxx(659) ProxyH(0) 1 sockets selected from 1, total 1/1
2004/10/28 10:37:25.872 5 ProxyThread.cxx(354) Q931s Reading from 148.201.201.129:1701
2004/10/28 10:37:25.872 3 ProxyChannel.cxx(405) Q931s Received: ReleaseComplete CRV=29952 from 148.201.201.129:1701
2004/10/28 10:37:25.873 4 ProxyChannel.cxx(364) Q931 Received: {
q931pdu = {
protocolDiscriminator = 8
callReference = 29952
from = originator
messageType = ReleaseComplete
IE: Cause - Normal call clearing = {
80 90 ..
}
IE: User-User = {
25 80 06 00 08 91 4a 00 04 01 11 00 a7 fd 61 9c %.....J.......a.
63 f1 18 10 9d 69 00 07 e9 ef 7b 82 04 c0 01 80 c....i....{.....
04 01 02 4a 40 ...J@
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = releaseComplete {
protocolIdentifier = 0.0.8.2250.0.4
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
}
h245Tunneling = TRUE
h245Control = 1 entries {
[0]= 2 octets {
4a 40 J@
}
}
}
}
}
2004/10/28 10:37:25.873 4 ProxyChannel.cxx(1365) H245 Received: command endSessionCommand disconnect <<null>>
2004/10/28 10:37:25.873 4 ProxyChannel.cxx(1432) H245 Command: endSessionCommand
2004/10/28 10:37:25.873 6 RasTbl.cxx(1534) GK Removing callptr:a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82...

2004/10/28 10:37:25.873 3 ProxyThread.cxx(647) ProxyH(0) waiting...
2004/10/28 10:37:25.943 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1803
2004/10/28 10:37:25.943 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 33233
endpointIdentifier = 9 characters {
0033 0037 0036 0030 005f 0065 006e 0064 3760_end
0070 p
}
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
callReferenceValue = 29952
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = TRUE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098977735
endTime = 1098977764
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 90 ..
}
}
2004/10/28 10:37:25.943 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 10:37:25.943 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 10:37:25.943 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:37:25.944 2 RasSrv.cxx(1760) DCF|200.77.11.194|3760_endp|29952|normalDrop;



2004/10/28 10:37:25.944 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1803
disengageConfirm {
requestSeqNum = 33233
}
2004/10/28 10:37:25.944 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:37:25.959 2 RasSrv.cxx(2171) GK Read from 148.201.201.129:1802
2004/10/28 10:37:25.959 3 RasSrv.cxx(2184) GK
disengageRequest {
requestSeqNum = 39223
endpointIdentifier = 9 characters {
0033 0037 0035 0036 005f 0065 006e 0064 3756_end
0070 p
}
conferenceID = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 6a 00 07 e9 ef 7b 82 ..a.c....j....{.
}
callReferenceValue = 29952
disengageReason = normalDrop <<null>>
callIdentifier = {
guid = 16 octets {
a7 fd 61 9c 63 f1 18 10 9d 69 00 07 e9 ef 7b 82 ..a.c....i....{.
}
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
answeredCall = FALSE
usageInformation = {
nonStandardUsageFields = 0 entries {
}
connectTime = 1098982088
endTime = 1098982116
}
terminationCause = releaseCompleteCauseIE 2 octets {
80 90 ..
}
}
2004/10/28 10:37:25.959 1 RasSrv.cxx(1713) GK DRQ Received
2004/10/28 10:37:25.959 4 RasSrv.cxx(1723) GK DRQ: closed conference
2004/10/28 10:37:25.959 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:37:25.959 2 RasSrv.cxx(1760) DCF|148.201.201.129|3756_endp|29952|normalDrop;



2004/10/28 10:37:25.959 3 RasSrv.cxx(2111) GK Send to 148.201.201.129:1802
disengageConfirm {
requestSeqNum = 39223
}
2004/10/28 10:37:25.959 5 RasSrv.cxx(2125) GK Sent Successful
/* End of call with fastStart disabled, and h245Tunneling enabled */
---------------------------------------------------------------------------------------------------------------------------------------------------
2004/10/28 10:36:00.160 2 MulticastGRQ.cxx(87) GK Read from 200.77.11.194:1801
2004/10/28 10:36:00.164 3 MulticastGRQ.cxx(96) GK
gatekeeperRequest {
requestSeqNum = 8801
protocolIdentifier = 0.0.8.2250.0.4
rasAddress = ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1801
}
endpointType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
endpointAlias = 1 entries {
[0]=dialedDigits "1061"
}
supportsAltGK = <<null>>
}
2004/10/28 10:36:00.164 1 MulticastGRQ.cxx(104) GK Multicast GRQ Received
2004/10/28 10:36:00.164 1 RasSrv.cxx(838) GK GRQ Received
2004/10/28 10:36:00.164 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:36:00.164 2 RasSrv.cxx(913) GCF|200.77.11.194|1061:dialedDigits|terminal;



2004/10/28 10:36:00.164 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1801
gatekeeperConfirm {
requestSeqNum = 8801
protocolIdentifier = 0.0.8.2250.0.4
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
rasAddress = ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1719
}
}
2004/10/28 10:36:00.164 5 RasSrv.cxx(2125) GK Sent Successful
2004/10/28 10:36:00.230 2 RasSrv.cxx(2171) GK Read from 200.77.11.194:1801
2004/10/28 10:36:00.230 3 RasSrv.cxx(2184) GK
registrationRequest {
requestSeqNum = 8802
protocolIdentifier = 0.0.8.2250.0.4
discoveryComplete = TRUE
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1700
}
}
rasAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
c8 4d 0b c2 .M..
}
port = 1801
}
}
terminalType = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
terminal = {
}
mc = FALSE
undefinedNode = FALSE
}
terminalAlias = 1 entries {
[0]=dialedDigits "1061"
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
endpointVendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}
productId = 49 octets {
43 65 6e 74 72 6f 64 65 54 65 63 6e 6f 6c 6f 67 CentrodeTecnolog
69 61 64 65 53 65 6d 69 63 6f 6e 64 75 63 74 6f iadeSemiconducto
72 65 73 20 46 58 53 2d 43 61 72 64 66 75 6c 00 res FXS-Cardful.
00 .
}
versionId = 29 octets {
30 2e 31 62 65 74 61 31 20 28 4f 70 65 6e 48 33 0.1beta1 (OpenH3
32 33 20 76 31 2e 31 32 2e 34 29 00 00 23 v1.12.4)..
}
}
keepAlive = FALSE
willSupplyUUIEs = TRUE
maintainConnection = FALSE
supportsAltGK = <<null>>
usageReportingCapability = {
nonStandardUsageTypes = 0 entries {
}
startTime = <<null>>
endTime = <<null>>
terminationCause = <<null>>
}
callCreditCapability = {
canEnforceDurationLimit = TRUE
}
}
2004/10/28 10:36:00.231 1 RasSrv.cxx(940) GK RRQ Received
2004/10/28 10:36:00.231 4 gkauth.h(84) GkAuth default check ok
2004/10/28 10:36:00.231 2 RasSrv.cxx(1157) RCF|200.77.11.194:1700|1061:dialedDigits|terminal|3758_endp;



2004/10/28 10:36:00.231 3 RasSrv.cxx(2111) GK Send to 200.77.11.194:1801
registrationConfirm {
requestSeqNum = 8802
protocolIdentifier = 0.0.8.2250.0.4
callSignalAddress = 1 entries {
[0]=ipAddress {
ip = 4 octets {
X X X X XXXX
}
port = 1721
}
}
terminalAlias = 1 entries {
[0]=dialedDigits "1061"
}
gatekeeperIdentifier = 14 characters {
0063 0074 0073 005f 0067 0061 0074 0065 cts_gate
006b 0065 0065 0070 0065 0072 keeper
}
endpointIdentifier = 9 characters {
0033 0037 0035 0038 005f 0065 006e 0064 3758_end
0070 p
}
willRespondToIRR = FALSE
maintainConnection = FALSE
}
2004/10/28 10:36:00.231 5 RasSrv.cxx(2125) GK Sent Successful
---------------------------------------------------------------------------------------------------------------------------------------------------












-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

_______________________________________________________

List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
Homepage: http://www.gnugk.org/

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

  Powered by Linux