<div dir="ltr"><br><div><div>Hi,<br></div><div><br>I'm having some difficulties making freeswitch talk to gmail chat.<br></div>Signalling and text chat work both ways, but have troubles with audio. I'm behind NAT and use STUN to traverse it.<br>
<br></div>In a problematic case I observe the following error in debug
mode in the console, where user1 initiated the conversation with user2<br><div><br><br><iq to="user1@XXX/fsvega0EC80FEA" id="313" type="error" from="user2@YYY/VtokiPhn75120521"><br>
<ses:session type="candidates" id="3759110558" initiator="user1@XXX/fsvega0EC80FEA" xmlns:ses="<a href="http://www.google.com/session" target="_blank">http://www.google.com/session</a>"><br>
<ses:candidate name="rtp" address="xxx.xxx.xxx.xxx" port="23751"
username="bSYbFfMybRj8D3xH" password="ri5AOommjwum60f8" preference="1.0"
protocol="udp" type="stun" network="0" generation="0"></ses:candidate><br>
<ses:candidate name="rtcp" address="xxx.xxx.xxx.xxx" port="23752"
username="tVI0bVcGkAl7kdQT" password="ay23gfVzUPdaKDW4"
preference="1.0" protocol="udp" type="stun" network="0"
generation="0"></ses:candidate><br>
</ses:session><br> <error type="modify"><br> <sta:bad-request xmlns:sta="urn:ietf:params:xml:ns:xmpp-stanzas"></sta:bad-request><br> <sta:text xml:lang="en" xmlns:sta="urn:ietf:params:xml:ns:xmpp-stanzas"></sta:text><br>
</error><br></iq><br><br></div><div>It appears that user2
would like to modify the session, but mod_dingaling does not take any
action and I do not see any RTP traffic with wireshark. Is this
expected?<br><br>
</div><div>A second question is: In the session setup log I see
mod_dingaling advertising a port which is outside the range specified
with the configuration variables rtp-start-port and rtp-end-port in switch.xml. Do the
latter only work with SIP?<br>
<br></div><div>Thanks for any advise,<br></div>Fede</div>