Hi Chris, I've attached the console logs for your reference. It really hits
888 in the dialplan and the external call can hear the echo without any
problem.

One thing attracts me is how the ip addresses are translated. Here's the
working external example:

<ses:candidate address="*192.168.2.150*" port="1726" name="rtp"
username="k+TZoLgUQB02PV/C" password="pQ3hz/DzarYnnLhJ" preference="1"
protocol="udp" generation="0" network="0"
type="local"></ses:candidate>        *(external party's local addr)*

<ses:candidate address="*123.118.149.94*" port="45538" name="rtp"
username="C5lc0jkpxDBWVRn6" password="u2lw7FbrzmaJJSHq" preference="0.9"
protocol="udp" generation="0" network="0"
type="stun"></ses:candidate>       * (external party's global addr)*

<ses:candidate name="rtp" address="*59.189.194.244*" port="17112"
username="PQ0Fmus5M3udzy3G" password="PQ0Fmus5M3udzy3G" preference="1.0"
protocol="udp" type="stun" network="0"
generation="0"></ses:candidate>        *(server's global addr)*

Here's the non-working internal exmaple:

<candidate name="rtp" address="*192.168.1.101*" port="2202" preference="1"
username="y6P1CToBaRZpybAl" protocol="udp" generation="0"
password="tcrX5Wj426qTa1Cx" type="local" network="0"></candidate>
  *(internal
party's local addr)*

<candidate name="rtp" address="*59.189.194.244*" port="2203"
preference="0.9" username="UMuUvr9o66D2myqb" protocol="udp" generation="0"
password="vvq4+GUsOYV/On5g" type="stun" network="0"></candidate>
*(internal party's global addr)
*

<ses:candidate name="rtp" address="*59.189.194.244*" port="30578"
username="MeymWgoZwasUm32h" password="MeymWgoZwasUm32h" preference="1.0"
protocol="udp" type="stun" network="0"
generation="0"></ses:candidate>       * (server's global addr)*

<candidate name="rtp" address="*192.168.1.101*" port="2202" preference="1"
username="y6P1CToBaRZpybAl" protocol="udp" generation="0"
password="tcrX5Wj426qTa1Cx" type="local" network="0"></candidate>
 *(internal party's local addr, again!)
*
    <candidate name="rtp" address="*59.189.194.244*" port="2203"
preference="0.9" username="UMuUvr9o66D2myqb" protocol="udp" generation="0"
password="vvq4+GUsOYV/On5g" type="stun" network="0"></candidate>
*(internal party's global addr)
*

<candidate name="rtp" address="*209.85.201.126*" port="19295"
preference="0.5" username="91jrUtL10nk9VcrZ" protocol="udp" generation="0"
password="9s8fNrseavVslvyZ" type="relay" network="0"></candidate>
  *(google's
global addr)*

<candidate name="rtp" address="*209.85.201.126*" port="19294"
preference="0.5" username="91jrUtL10nk9VcrZ" protocol="tcp" generation="0"
password="9s8fNrseavVslvyZ" type="relay" network="0"></candidate>
 *(google's global addr)
*

<candidate name="rtp" address="*192.168.1.101*" port="2205" preference="0.8"
username="g3/qPdtEdo02zm8Y" protocol="tcp" generation="0"
password="WYRbJIk5vcToxsqT" type="local" network="0"></candidate>
 *(internal party's local addr, 3rd time!)
*

<candidate name="rtp" address="*209.85.201.126*" port="443" preference="0.5"
username="91jrUtL10nk9VcrZ" protocol="ssltcp" generation="0"
password="9s8fNrseavVslvyZ" type="relay" network="0"></candidate>
  *(google's
global addr)*


And finally, when the call was hung up, the internal one showed an error
like this:

<iq to="[email protected]/talk930C641A" id="308" type="error" from="
[email protected]/Talk.v1046D90E88C">
  <ses:session type="terminate" id="186547325" initiator="
[email protected]/Talk.v1046D90E88C" xmlns:ses="http://www.google.com/session
"></ses:session>
  <error type="modify">
    <sta:bad-request
xmlns:sta="urn:ietf:params:xml:ns:xmpp-stanzas"></sta:bad-request>
    <sta:text xml:lang="en"
xmlns:sta="urn:ietf:params:xml:ns:xmpp-stanzas">unknown session</sta:text>
  </error>
</iq>

Regards,
-Jingwei

On Mon, Jul 13, 2009 at 7:29 PM, Chris Chen <[email protected]>wrote:

> Jingwei, can you show your console log when somebody is calling you from
> gtalk client? Will it really hit 888 in your dialplan?
> Thanks,
> Chris
>
>
> On Mon, Jul 13, 2009 at 5:27 AM, Jingwei Yang <[email protected]>wrote:
>
>> Hi Chris, sorry for the late reply. Have been quite busy last few days.
>>
>> I had shifted 888 from default.xml to public.xml and the dialplan is
>> simply having an echo action now. I've turned on dl_debug but unfortunately
>> didn't find anything useful. Logs are attached for your reference.
>>
>> I don't think there's something wrong with the dialplan as two external
>> parties can talk to each other perfectly (with ext-rtp-ip uncommented, at
>> this time my ip was interpreted to be an external one). With ext-rtp-ip
>> commented, I can hear the echo and I saw my ip was translated into an
>> internal one (at this time, external party's audio failed).
>>
>> I tried the method on this wiki page as well:
>> http://wiki.freeswitch.org/wiki/NAT_Traversal (the last FreeSwitch behind
>> NAT portion) but still no luck. Please kindly let me know what other configs
>> I should change.
>>
>> Thanks,
>> -Jingwei
>>
>> On Mon, Jun 29, 2009 at 6:46 PM, Chris Chen <[email protected]>wrote:
>>
>>> Jingwei, I don't know if you have the 888 defined in default.xml?  also
>>> you have to define $${domain}.
>>> please do " dl_debug on" from fs_cli, and watch the console logs and see
>>> what's going on when you try calling from external. Most likely your
>>> dialplan is not correctly defined.
>>>
>>> Chris
>>> _______________________________________________
>>> Freeswitch-users mailing list
>>> [email protected]
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> _______________________________________________
>> Freeswitch-users mailing list
>> [email protected]
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> _______________________________________________
> Freeswitch-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
[email protected]> 2009-07-14 10:26:39.865655 [INFO] 
libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<presence from="[email protected]/gmail.3B2267DB" to="[email protected]">
  <priority>0</priority>
  <caps:c node="http://mail.google.com/xmpp/client/caps"; ver="1.1" ext="pmuc-v1 
sms-v1" xmlns:caps="http://jabber.org/protocol/caps";></caps:c>
  <status></status>
  <x xmlns="vcard-temp:x:update">
    <photo>c29f064f71570f700c49ba7ee3c8ad81bb242334</photo>
  </x>
</presence>

2009-07-14 10:26:41.804629 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<presence from="[email protected]/gmail.3B2267DB" to="[email protected]">
  <priority>24</priority>
  <caps:c node="http://mail.google.com/xmpp/client/caps"; ver="1.1" ext="pmuc-v1 
sms-v1" xmlns:caps="http://jabber.org/protocol/caps";></caps:c>
  <status></status>
  <x xmlns="vcard-temp:x:update">
    <photo>c29f064f71570f700c49ba7ee3c8ad81bb242334</photo>
  </x>
</presence>

2009-07-14 10:26:41.805758 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<presence from="[email protected]/gmail.3B2267DB" to="[email protected]">
  <priority>24</priority>
  <caps:c node="http://mail.google.com/xmpp/client/caps"; ver="1.1" ext="pmuc-v1 
sms-v1 video-v1 voice-v1" xmlns:caps="http://jabber.org/protocol/caps";></caps:c>
  <status></status>
  <x xmlns="vcard-temp:x:update">
    <photo>c29f064f71570f700c49ba7ee3c8ad81bb242334</photo>
  </x>
</presence>

2009-07-14 10:26:50.924200 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="8AD805508DB85809" 
from="[email protected]/gmail.3B2267DB">
  <ses:session type="initiate" initiator="[email protected]/gmail.3B2267DB" 
id="c469498710" xmlns:ses="http://www.google.com/session";>
    <pho:description xmlns:pho="http://www.google.com/session/phone";>
      <pho:payload-type id="103" name="ISAC" 
clockrate="16000"></pho:payload-type>
      <pho:payload-type id="104" name="ISACLC" bitrate="40000" 
clockrate="16000"></pho:payload-type>
      <pho:payload-type id="99" name="speex" bitrate="22000" 
clockrate="16000"></pho:payload-type>
      <pho:payload-type id="97" name="IPCMWB" bitrate="80000" 
clockrate="16000"></pho:payload-type>
      <pho:payload-type id="102" name="iLBC" bitrate="13300" 
clockrate="8000"></pho:payload-type>
      <pho:payload-type id="98" name="speex" bitrate="11000" 
clockrate="8000"></pho:payload-type>
      <pho:payload-type id="3" name="GSM" bitrate="13000" 
clockrate="8000"></pho:payload-type>
      <pho:payload-type id="100" name="EG711U" bitrate="64000" 
clockrate="8000"></pho:payload-type>
      <pho:payload-type id="101" name="EG711A" bitrate="64000" 
clockrate="8000"></pho:payload-type>
    </pho:description>
  </ses:session>
</iq>

2009-07-14 10:26:50.924200 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<pho:payload-type id="8" name="PCMA" bitrate="64000" 
clockrate="8000"></pho:payload-type>

2009-07-14 10:26:50.924200 [NOTICE] switch_channel.c:602 New Channel 
dingaling/888 [9c514bfe-b6e9-44fa-bfa9-60b28e97325b]
2009-07-14 10:26:50.924200 [NOTICE] switch_channel.c:600 Rename Channel 
dingaling/888->DingaLing/new [9c514bfe-b6e9-44fa-bfa9-60b28e97325b]
2009-07-14 10:26:50.924200 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="1266DFF7F328057A" 
from="[email protected]/gmail.3B2267DB">
  <ses:session type="candidates" initiator="[email protected]/gmail.3B2267DB" 
id="c469498710" xmlns:ses="http://www.google.com/session";>
    <ses:candidate address="192.168.2.150" port="1726" name="rtp" 
username="k+TZoLgUQB02PV/C" password="pQ3hz/DzarYnnLhJ" preference="1" 
protocol="udp" generation="0" network="0" type="local"></ses:candidate>
  </ses:session>
</iq>

2009-07-14 10:26:50.924200 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="209592B4C5C00593" 
from="[email protected]/gmail.3B2267DB">
  <ses:session type="candidates" initiator="[email protected]/gmail.3B2267DB" 
id="c469498710" xmlns:ses="http://www.google.com/session";>
    <ses:candidate address="123.118.149.94" port="45538" name="rtp" 
username="C5lc0jkpxDBWVRn6" password="u2lw7FbrzmaJJSHq" preference="0.9" 
protocol="udp" generation="0" network="0" type="stun"></ses:candidate>
  </ses:session>
</iq>

2009-07-14 10:26:50.927047 [NOTICE] mod_dingaling.c:1084 Ring-Ready 
DingaLing/new!
2009-07-14 10:26:50.951198 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/gmail.3B2267DB" 
from="[email protected]/talk930C641A" id="8AD805508DB85809">
  <query></query>
</iq>

2009-07-14 10:26:50.951198 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/gmail.3B2267DB" 
from="[email protected]/talk930C641A" id="1266DFF7F328057A">
  <query></query>
</iq>

2009-07-14 10:26:50.951198 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq xmlns="jabber:client" from="[email protected]/talk930C641A" 
to="[email protected]/gmail.3B2267DB" type="set" id="309">
  <ses:session xmlns:ses="http://www.google.com/session"; type="accept" 
id="c469498710" initiator="[email protected]/gmail.3B2267DB">
    <pho:description xmlns:pho="http://www.google.com/session/phone"; 
xml:lang="en">
      <pho:payload-type xmlns:pho="http://www.google.com/session/phone"; id="0" 
name="PCMU" clockrate="8000" bitrate="64000"></pho:payload-type>
    </pho:description>
  </ses:session>
</iq>

2009-07-14 10:26:51.914158 [INFO] mod_dingaling.c:974 Stun Success 
59.189.194.244:17112
2009-07-14 10:26:51.914158 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" from="[email protected]/gmail.3B2267DB" 
id="309" type="result"></iq>

2009-07-14 10:26:51.926168 [INFO] mod_dialplan_xml.c:252 Processing 
[email protected]/gmail.3B2267DB->888 in context public
2009-07-14 10:26:51.926168 [NOTICE] switch_core_session.c:1391 Pre-Answer 
DingaLing/new!
2009-07-14 10:26:51.952157 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/gmail.3B2267DB" 
from="[email protected]/talk930C641A" id="209592B4C5C00593">
  <query></query>
</iq>

2009-07-14 10:26:51.952157 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq xmlns="jabber:client" from="[email protected]/talk930C641A" 
to="[email protected]/gmail.3B2267DB" type="set" id="310">
  <ses:session xmlns:ses="http://www.google.com/session"; type="candidates" 
id="c469498710" initiator="[email protected]/gmail.3B2267DB">
    <ses:candidate name="rtp" address="59.189.194.244" port="17112" 
username="PQ0Fmus5M3udzy3G" password="PQ0Fmus5M3udzy3G" preference="1.0" 
protocol="udp" type="stun" network="0" generation="0"></ses:candidate>
  </ses:session>
</iq>

2009-07-14 10:26:52.465219 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" from="[email protected]/gmail.3B2267DB" 
id="310" type="result"></iq>

2009-07-14 10:27:25.640781 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="FD007F63C51DCCE5" 
from="[email protected]/gmail.3B2267DB">
  <ses:session type="terminate" initiator="[email protected]/gmail.3B2267DB" 
id="c469498710" xmlns:ses="http://www.google.com/session";>
    <ses:reason>
      <ses:success></ses:success>
    </ses:reason>
    <pho:call-ended 
xmlns:pho="http://www.google.com/session/phone";></pho:call-ended>
  </ses:session>
</iq>

2009-07-14 10:27:25.640781 [NOTICE] mod_dingaling.c:718 Hangup DingaLing/new 
[CS_EXECUTE] [NORMAL_CLEARING]
2009-07-14 10:27:25.654746 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/gmail.3B2267DB" 
from="[email protected]/talk930C641A" id="FD007F63C51DCCE5">
  <query></query>
</iq>

2009-07-14 10:27:25.654746 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq xmlns="jabber:client" from="[email protected]/talk930C641A" 
to="[email protected]/gmail.3B2267DB" type="set" id="311">
  <ses:session xmlns:ses="http://www.google.com/session"; type="terminate" 
id="c469498710" initiator="[email protected]/gmail.3B2267DB"></ses:session>
</iq>

2009-07-14 10:27:25.656749 [NOTICE] switch_core_session.c:1085 Session 4 
(DingaLing/new) Ended
2009-07-14 10:27:25.656749 [NOTICE] switch_core_session.c:1087 Close Channel 
DingaLing/new [CS_DESTROY]
2009-07-14 10:27:26.245721 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq from="[email protected]/gmail.3B2267DB" to="[email protected]/talk930C641A" 
type="error" id="311">
  <ses:session type="terminate" id="c469498710" 
initiator="[email protected]/gmail.3B2267DB" 
xmlns:ses="http://www.google.com/session";></ses:session>
  <error code="400" type="modify">
    <bad-request xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"></bad-request>
    <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">unknown session: 
[JingleSessionID id:c469498710, 
initiator:[email protected]/gmail.3B2267DB]</text>
  </error>
</iq>
[email protected]> 2009-07-14 10:20:12.779916 [INFO] 
libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="95" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="initiate" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <description xml:lang="en" xmlns="http://www.google.com/session/phone";>
      <payload-type id="103" name="ISAC" clockrate="16000"></payload-type>
      <payload-type id="97" name="IPCMWB" clockrate="16000" 
bitrate="80000"></payload-type>
      <payload-type id="99" name="speex" clockrate="16000" 
bitrate="22000"></payload-type>
      <payload-type id="4" name="G723" clockrate="8000" 
bitrate="6300"></payload-type>
      <payload-type id="98" name="speex" clockrate="8000" 
bitrate="11000"></payload-type>
      <payload-type id="100" name="EG711U" clockrate="8000" 
bitrate="64000"></payload-type>
      <payload-type id="101" name="EG711A" clockrate="8000" 
bitrate="64000"></payload-type>
      <payload-type id="0" name="PCMU" clockrate="8000" 
bitrate="64000"></payload-type>
      <payload-type id="8" name="PCMA" clockrate="8000" 
bitrate="64000"></payload-type>
      <payload-type id="13" name="CN" clockrate="8000"></payload-type>
    </description>
  </session>
</iq>

2009-07-14 10:20:12.779916 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<payload-type id="106" name="telephone-event" clockrate="8000"></payload-type>

2009-07-14 10:20:12.779916 [NOTICE] switch_channel.c:602 New Channel 
dingaling/888 [2ed89b9b-bb8b-4606-a71d-2fe6dbd66d1d]
2009-07-14 10:20:12.779916 [NOTICE] switch_channel.c:600 Rename Channel 
dingaling/888->DingaLing/new [2ed89b9b-bb8b-4606-a71d-2fe6dbd66d1d]
2009-07-14 10:20:12.782051 [NOTICE] mod_dingaling.c:1084 Ring-Ready 
DingaLing/new!
2009-07-14 10:20:12.803916 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="95">
  <query></query>
</iq>

2009-07-14 10:20:12.803916 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq xmlns="jabber:client" from="[email protected]/talk930C641A" 
to="[email protected]/Talk.v1046D90E88C" type="set" id="306">
  <ses:session xmlns:ses="http://www.google.com/session"; type="accept" 
id="186547325" initiator="[email protected]/Talk.v1046D90E88C">
    <pho:description xmlns:pho="http://www.google.com/session/phone"; 
xml:lang="en">
      <pho:payload-type xmlns:pho="http://www.google.com/session/phone"; id="0" 
name="PCMU" clockrate="8000" bitrate="64000"></pho:payload-type>
    </pho:description>
  </ses:session>
</iq>

2009-07-14 10:20:13.679871 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="97" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="transport-info" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <transport xmlns="http://www.google.com/transport/p2p";>
      <candidate name="rtp" address="192.168.1.101" port="2202" preference="1" 
username="y6P1CToBaRZpybAl" protocol="udp" generation="0" 
password="tcrX5Wj426qTa1Cx" type="local" network="0"></candidate>
    </transport>
  </session>
</iq>

2009-07-14 10:20:13.679871 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="98" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="transport-info" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <transport xmlns="http://www.google.com/transport/p2p";>
      <candidate name="rtp" address="59.189.194.244" port="2203" 
preference="0.9" username="UMuUvr9o66D2myqb" protocol="udp" generation="0" 
password="vvq4+GUsOYV/On5g" type="stun" network="0"></candidate>
    </transport>
  </session>
</iq>

2009-07-14 10:20:13.711870 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="97">
  <query></query>
</iq>

2009-07-14 10:20:14.729818 [INFO] mod_dingaling.c:974 Stun Success 
59.189.194.244:30578
2009-07-14 10:20:14.729818 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" id="306" type="result" 
from="[email protected]/Talk.v1046D90E88C"></iq>

2009-07-14 10:20:14.748836 [INFO] mod_dialplan_xml.c:252 Processing 
[email protected]/Talk.v1046D90E88C->888 in context public
2009-07-14 10:20:14.748836 [NOTICE] switch_core_session.c:1391 Pre-Answer 
DingaLing/new!
2009-07-14 10:20:14.814814 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="98">
  <query></query>
</iq>

2009-07-14 10:20:14.814814 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq xmlns="jabber:client" from="[email protected]/talk930C641A" 
to="[email protected]/Talk.v1046D90E88C" type="set" id="307">
  <ses:session xmlns:ses="http://www.google.com/session"; type="candidates" 
id="186547325" initiator="[email protected]/Talk.v1046D90E88C">
    <ses:candidate name="rtp" address="59.189.194.244" port="30578" 
username="MeymWgoZwasUm32h" password="MeymWgoZwasUm32h" preference="1.0" 
protocol="udp" type="stun" network="0" generation="0"></ses:candidate>
  </ses:session>
</iq>

2009-07-14 10:20:15.544777 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="100" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="candidates" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <candidate name="rtp" address="192.168.1.101" port="2202" preference="1" 
username="y6P1CToBaRZpybAl" protocol="udp" generation="0" 
password="tcrX5Wj426qTa1Cx" type="local" network="0"></candidate>
    <candidate name="rtp" address="59.189.194.244" port="2203" preference="0.9" 
username="UMuUvr9o66D2myqb" protocol="udp" generation="0" 
password="vvq4+GUsOYV/On5g" type="stun" network="0"></candidate>
  </session>
</iq>

2009-07-14 10:20:15.615820 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="100">
  <query></query>
</iq>

2009-07-14 10:20:15.826763 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" id="307" type="result" 
from="[email protected]/Talk.v1046D90E88C"></iq>

2009-07-14 10:20:16.740726 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="102" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="candidates" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <candidate name="rtp" address="209.85.201.126" port="19295" 
preference="0.5" username="91jrUtL10nk9VcrZ" protocol="udp" generation="0" 
password="9s8fNrseavVslvyZ" type="relay" network="0"></candidate>
  </session>
</iq>

2009-07-14 10:20:16.816760 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="102">
  <query></query>
</iq>

2009-07-14 10:20:17.533727 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="103" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="candidates" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <candidate name="rtp" address="209.85.201.126" port="19294" 
preference="0.5" username="91jrUtL10nk9VcrZ" protocol="tcp" generation="0" 
password="9s8fNrseavVslvyZ" type="relay" network="0"></candidate>
  </session>
</iq>

2009-07-14 10:20:17.617673 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="103">
  <query></query>
</iq>

2009-07-14 10:20:17.774664 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="104" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="candidates" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <candidate name="rtp" address="192.168.1.101" port="2205" preference="0.8" 
username="g3/qPdtEdo02zm8Y" protocol="tcp" generation="0" 
password="WYRbJIk5vcToxsqT" type="local" network="0"></candidate>
  </session>
</iq>

2009-07-14 10:20:17.818663 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="104">
  <query></query>
</iq>

2009-07-14 10:20:18.532660 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="105" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="candidates" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";>
    <candidate name="rtp" address="209.85.201.126" port="443" preference="0.5" 
username="91jrUtL10nk9VcrZ" protocol="ssltcp" generation="0" 
password="9s8fNrseavVslvyZ" type="relay" network="0"></candidate>
  </session>
</iq>

2009-07-14 10:20:18.619622 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="105">
  <query></query>
</iq>

2009-07-14 10:20:24.211338 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" type="set" id="106" 
from="[email protected]/Talk.v1046D90E88C">
  <session type="terminate" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns="http://www.google.com/session";></session>
</iq>

2009-07-14 10:20:24.211338 [NOTICE] mod_dingaling.c:718 Hangup DingaLing/new 
[CS_EXECUTE] [NORMAL_CLEARING]
2009-07-14 10:20:24.216352 [NOTICE] switch_core_session.c:1085 Session 3 
(DingaLing/new) Ended
2009-07-14 10:20:24.216352 [NOTICE] switch_core_session.c:1087 Close Channel 
DingaLing/new [CS_DESTROY]
2009-07-14 10:20:24.222338 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq type="result" to="[email protected]/Talk.v1046D90E88C" 
from="[email protected]/talk930C641A" id="106">
  <query></query>
</iq>

2009-07-14 10:20:24.222338 [NOTICE] libdingaling.c:1309 SecSEND:
-------------------------------------------------------------------------------
<iq xmlns="jabber:client" from="[email protected]/talk930C641A" 
to="[email protected]/Talk.v1046D90E88C" type="set" id="308">
  <ses:session xmlns:ses="http://www.google.com/session"; type="terminate" 
id="186547325" initiator="[email protected]/Talk.v1046D90E88C"></ses:session>
</iq>

2009-07-14 10:20:24.944314 [INFO] libdingaling.c:1307 SecRECV:
-------------------------------------------------------------------------------
<iq to="[email protected]/talk930C641A" id="308" type="error" 
from="[email protected]/Talk.v1046D90E88C">
  <ses:session type="terminate" id="186547325" 
initiator="[email protected]/Talk.v1046D90E88C" 
xmlns:ses="http://www.google.com/session";></ses:session>
  <error type="modify">
    <sta:bad-request 
xmlns:sta="urn:ietf:params:xml:ns:xmpp-stanzas"></sta:bad-request>
    <sta:text xml:lang="en" 
xmlns:sta="urn:ietf:params:xml:ns:xmpp-stanzas">unknown session</sta:text>
  </error>
</iq>
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to