i compiled libjingle under windows with gips multimedia library
everything is working fing just when i make a call i receive a msg
invalid allocation size 4294967295 bytes
here is the display from debug mode:
Can anyone please help me:
\Debug>call.exe -d
JID: [EMAIL PROTECTED]
Password:
=== DNS RESOLUTION (talk.google.com) ===
talk.google.com resolved to 209.85.137.125
Logging in as [EMAIL PROTECTED]
Available commands:
roster Prints the online friends from your roster.
call <name> Initiates a call to the friend with the given name.
quit Quits the application.
(call) Signalled with kfConnect: 6
SChannelAdapter::OnConnectEvent
XmppLoginTask::Advance - No error
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:49:55 2008
<stream:stream to="gmail.com" xml:lang="*" version="1.0"
xmlns:stream="http:
/etherx.jabber.org/streams" xmlns="jabber:client">
logging in...
(call) RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:49:58 2008
<?xml version="1.0" encoding="UTF-8"?>
<stream:stream from="gmail.com" id="FBC989A92FC97BC7"
version="1.0" xmlns:
tream="http://etherx.jabber.org/streams" xmlns="jabber:client">
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:49:58 2008
<stream:features>
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls">
<required/>
</starttls>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>
X-GOOGLE-TOKEN
</mechanism>
</mechanisms>
</stream:features>
XmppLoginTask::Advance - LOGINSTATE_STARTED_XMPP
XmppLoginTask::Advance - LOGINSTATE_TLS_INIT
XmppLoginTask::Advance - LOGINSTATE_TLS_REQUESTED
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:49:58 2008
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:04 2008
<proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
XmppLoginTask::Advance - LOGINSTATE_TLS_REQUESTED
BeginSSL: gmail.com
SChannel cipher strength: 40 - 168
SChannel supported algorithms:
rc4 (26625)
3des (26115)
rc2 (26114)
des (26113)
md5 (32771)
sha1 (32772)
RSA (9216)
ESDH (43522)
InitializeSecurityContext error: SEC_I_CONTINUE_NEEDED
XmppLoginTask::Advance - No error
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:50:04 2008
<stream:stream to="gmail.com" xml:lang="*" version="1.0"
xmlns:stream="http:
/etherx.jabber.org/streams" xmlns="jabber:client">
ContinueSSL
InitializeSecurityContext error: SEC_I_CONTINUE_NEEDED
ContinueSSL
InitializeSecurityContext error: No error
QueryContextAttributes
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:05 2008
<?xml version="1.0" encoding="UTF-8"?>
<stream:stream from="gmail.com" id="388EA2CDB35E4210"
version="1.0" xmlns:
tream="http://etherx.jabber.org/streams" xmlns="jabber:client">
<stream:features>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>
PLAIN
</mechanism>
<mechanism>
X-GOOGLE-TOKEN
</mechanism>
</mechanisms>
</stream:features>
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
XmppLoginTask::Advance - LOGINSTATE_STARTED_XMPP
XmppLoginTask::Advance - LOGINSTATE_AUTH_INIT
XmppLoginTask::Advance - LOGINSTATE_SASL_RUNNING
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:50:05 2008
<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN">
## TEXT REMOVED ##
</auth>
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:06 2008
<success xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>
XmppLoginTask::Advance - LOGINSTATE_SASL_RUNNING
XmppLoginTask::Advance - No error
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:50:06 2008
<stream:stream to="gmail.com" xml:lang="*" version="1.0"
xmlns:stream="http:
/etherx.jabber.org/streams" xmlns="jabber:client">
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:06 2008
<?xml version="1.0" encoding="UTF-8"?>
<stream:stream from="gmail.com" id="0A45A04F71825064"
version="1.0" xmlns:
tream="http://etherx.jabber.org/streams" xmlns="jabber:client">
XmppLoginTask::Advance - LOGINSTATE_STREAMSTART_SENT
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:06 2008
<stream:features>
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/>
<session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
</stream:features>
XmppLoginTask::Advance - LOGINSTATE_STARTED_XMPP
XmppLoginTask::Advance - LOGINSTATE_BIND_INIT
XmppLoginTask::Advance - LOGINSTATE_BIND_REQUESTED
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:50:06 2008
<iq type="set" id="0">
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
<resource>
call
</resource>
</bind>
</iq>
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:06 2008
<iq id="0" type="result">
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
<jid>
[EMAIL PROTECTED]/callC39BB8F1
</jid>
</bind>
</iq>
XmppLoginTask::Advance - LOGINSTATE_BIND_REQUESTED
XmppLoginTask::Advance - LOGINSTATE_SESSION_REQUESTED
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:50:06 2008
<iq type="set" id="1">
<session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
</iq>
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:06 2008
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:06 2008
<iq type="result" id="1"/>
XmppLoginTask::Advance - LOGINSTATE_SESSION_REQUESTED
logged in...
(call) === DNS RESOLUTION (stun.l.google.com) ===
stun.l.google.com resolved to 209.85.137.125
GIPS Version: 0: VoiceEngine 2.6.2
NetEQ 3.1.9
IPCMWB 2.2.1
EG711A 2.2.1
EG711U 2.2.1
ISAC 2.4.5
ISAC-LC 3.3.2
ILBC 1.0.6
G729 1.1.2
G723
CNG 1.1.1
audio/telephone-event
VQE PC 1.0.23
AEC PC 2.2.3
AES 1.1.2
AGC 1.3.7
NS 1.0.3
VAD 1.1.1
libSRTP: Copyright (c) 2001-2003 Cisco Systems, Inc. All rights
reserved.
IPCMWB/16000/1 97
ISAC/16000/1 103
ISACLC/16000/1 119
EG711U/8000/1 100
EG711A/8000/1 101
PCMU/8000/1 0
PCMA/8000/1 8
iLBC/8000/1 102
G729/8000/1 18
G723/8000/1 4
red/8000/1 117
telephone-event/8000/1 106
CN/8000/1 13
CN/16000/1 105
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:50:07 2008
<iq type="get" id="4">
<query xmlns="google:jingleinfo"/>
</iq>
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:50:07 2008
<presence>
<status/>
<priority>
0
</priority>
<c xmlns="http://jabber.org/protocol/caps" node="http://
www.google.com/xmp
/client/caps" ver="1.0.0.66" ext=" voice-v1"/>
<x xmlns="jabber:x:delay" stamp="20080401T14:50:07"/>
</presence>
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:07 2008
<iq to="[EMAIL PROTECTED]/callC39BB8F1" id="4" type="result">
<query xmlns="google:jingleinfo">
<stun>
<server host="stun.l.google.com" udp="19302"/>
<server host="stun1.l.google.com" udp="19302"/>
<server host="stun3.l.google.com" udp="19302"/>
<server host="stun4.l.google.com" udp="19302"/>
<server host="stun2.l.google.com" udp="19302"/>
</stun>
<relay>
<token>
CAESIAoXY2xhdWRlc2Fzc2luZUBnbWFpbC5jb20Qrajn4ZAjGhD54AyB5hk/
quLHFooe
yuU
</token>
<server host="relay.google.com" udp="19295" tcp="19294"
tcpssl="443"/>
</relay>
</query>
</iq>
=== DNS RESOLUTION (stun.l.google.com) ===
stun.l.google.com resolved to 209.85.137.125
=== DNS RESOLUTION (stun1.l.google.com) ===
stun1.l.google.com resolved to 72.14.253.125
=== DNS RESOLUTION (stun3.l.google.com) ===
stun3.l.google.com resolved to 216.239.51.125
=== DNS RESOLUTION (stun4.l.google.com) ===
stun4.l.google.com resolved to 209.85.163.125
=== DNS RESOLUTION (stun2.l.google.com) ===
stun2.l.google.com resolved to 209.85.137.125
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:08 2008
<presence from="[EMAIL PROTECTED]/Talk.v104F15D5AE6"
to="[EMAIL PROTECTED]
ail.com/callC39BB8F1">
<priority>
24
</priority>
<c node="http://www.google.com/xmpp/client/caps" ver="1.0.0.104"
ext="shar
-v1 voice-v1" xmlns="http://jabber.org/protocol/caps"/>
<x stamp="20080401T14:00:38" xmlns="jabber:x:delay"/>
<status/>
<x xmlns="vcard-temp:x:update">
<photo/>
</x>
</presence>
Adding to roster: [EMAIL PROTECTED]/Talk.v104F15D5AE6
(call) RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:08 2008
RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:08 2008
<presence from="[EMAIL PROTECTED]/Talk.v104F9E90AAC"
to="[EMAIL PROTECTED]
.com/callC39BB8F1">
<priority>
24
</priority>
<c node="http://www.google.com/xmpp/client/caps" ver="1.0.0.104"
ext="shar
-v1 sidebar voice-v1" xmlns="http://jabber.org/protocol/caps"/>
<x stamp="20080401T14:40:27" xmlns="jabber:x:delay"/>
<status>
Testing Gtalk
</status>
<x xmlns="vcard-temp:x:update">
<photo/>
</x>
</presence>
Adding to roster: [EMAIL PROTECTED]/Talk.v104F9E90AAC
(call) RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Apr 01 17:50:21 2008
call [EMAIL PROTECTED]
Found online friend '[EMAIL PROTECTED]/Talk.v104F15D5AE6'
(call) Created voice channel
calling...
([EMAIL PROTECTED]/Talk.v104F15D5AE6)
calling...
([EMAIL PROTECTED]/Talk.v104F15D5AE6) Voice channel enabled
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Apr 01 17:53:23 2008
<iq to="[EMAIL PROTECTED]/Talk.v104F15D5AE6" type="set" id="7">
<session xmlns="http://www.google.com/session" type="initiate"
id="72040486
9" initiator="[EMAIL PROTECTED]/callC39BB8F1">
<description xmlns="http://www.google.com/session/phone">
<payload-type xmlns="http://www.google.com/session/phone"
id="4" name="
G723" clockrate="8000" bitrate="6300"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="100" name
="EG711U" clockrate="8000" bitrate="64000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="101" name
="EG711A" clockrate="8000" bitrate="64000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="0" name="
PCMU" clockrate="8000" bitrate="64000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="8" name="
PCMA" clockrate="8000" bitrate="64000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="13" name=
"CN" clockrate="8000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="102" name
="iLBC" clockrate="8000" bitrate="13300"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="97" name=
"IPCMWB" clockrate="16000" bitrate="80000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="103" name
="ISAC" clockrate="16000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="18" name=
"G729" clockrate="8000" bitrate="8000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="105" name
="CN" clockrate="16000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="119" name
="ISACLC" clockrate="16000" bitrate="40000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="117" name
="red" clockrate="8000"/>
<payload-type xmlns="http://www.google.com/session/phone"
id="106" name
="telephone-event" clockrate="8000"/>
</description>
<transport xmlns="http://www.google.com/transport/p2p"/>
</session>
</iq>
HTTPPortAllocator: sending to host relay.google.com
=== DNS RESOLUTION (relay.google.com) ===
relay.google.com resolved to 209.85.137.147
ReuseSocketPool - Creating new socket
ReuseSocketPool - Opening connection to: relay.google.com:80
Signalled with kfConnect: 6
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---