thx fixed after upgrade. <div>client.xml already configured as wiki said. </div><div>for dialplan i put in usr/local/freeswitch/conf/dialplan/default/02_gtalk.xml containing </div><div><div>&lt;include&gt;</div><div>    &lt;extension name=&quot;gtalk-out&quot;&gt;</div>
<div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^1(1\d{10})$&quot;&gt;</div><div>        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div><div>        &lt;action application=&quot;bridge&quot; data=&quot;dingaling/gtalk/+$<a href="mailto:1@voice.google.com">1@voice.google.com</a>&quot;/&gt;</div>
<div>       &lt;/condition&gt;</div><div>   &lt;/extension&gt;</div><div>&lt;/include&gt;</div></div><div><br></div><div>and got this error </div><div><div>2010-10-29 12:17:27.332766 [DEBUG] switch_core_state_machine.c:53 sofia/internal/<a href="mailto:1000@202.122.99.99">1000@202.122.99.99</a> Standard REPORTING, cause: RECOVERY_ON_TIMER_EXPIRE</div>
<div>2010-10-29 12:17:27.332766 [DEBUG] switch_core_state_machine.c:599 (sofia/internal/<a href="mailto:1000@202.122.99.99">1000@202.122.99.99</a>) State REPORTING going to sleep</div><div>2010-10-29 12:17:27.332766 [DEBUG] switch_core_state_machine.c:331 (sofia/internal/<a href="mailto:1000@202.122.99.99">1000@202.122.99.99</a>) State Change CS_REPORTING -&gt; CS_DESTROY</div>
<div>2010-10-29 12:17:27.332766 [DEBUG] switch_core_session.c:1057 Send signal sofia/internal/<a href="mailto:1000@202.122.99.99">1000@202.122.99.99</a> [BREAK]</div><div>2010-10-29 12:17:27.332766 [DEBUG] switch_core_session.c:1224 Session 5 (sofia/internal/<a href="mailto:1000@202.122.99.99">1000@202.122.99.99</a>) Locked, Waiting on external entities</div>
</div><div><br></div><div>what is the trigger for recovery on timer expiry?</div><div>what codec should i choose for gtalk, i use acrobits on iphone with GSM codec.</div><div><br></div><div><br></div><div>regards</div><div>
<br></div><div>budi </div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Thu, Oct 28, 2010 at 6:32 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">First, update to the latest git head. Second, turn on dingaling debugging and capture the output:<br>dl_debug on<br><br>
Hopefully there will be clues.<br><font color="#888888">-MC</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Oct 27, 2010 at 3:44 PM, budi wibowo <span dir="ltr">&lt;<a href="mailto:bwibowo@gmail.com" target="_blank">bwibowo@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi <div>i use FreeSWITCH version: 1.0.head (git-cf5c1d2 2010-10-20 16-40-26 -0400)</div><div>i have followed the suggestion but still found this error</div>

<div><br></div><div><br></div><div> <div><div>2010-10-28 06:41:45.720905 [ERR] libdingaling.c:1205 NODE ERROR!</div>
<div><br></div><div>2010-10-28 06:41:45.934903 [ERR] libdingaling.c:1205 NODE ERROR!</div><div><br></div><div>2010-10-28 06:41:46.158907 [ERR] libdingaling.c:1205 NODE ERROR!</div><div><br></div><div>2010-10-28 06:41:46.379903 [ERR] libdingaling.c:1205 NODE ERROR!</div>


<div><br></div><div>2010-10-28 06:41:46.589904 [ERR] libdingaling.c:1209 DISCONNECTED!</div><div><br></div><div>any help is highly appreciate </div><div><br></div><br><div class="gmail_quote">On Thu, Oct 14, 2010 at 12:28 PM, Jeffrey Leung <span dir="ltr">&lt;<a href="mailto:curriegrad2004@gmail.com" target="_blank">curriegrad2004@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is my config inside the jingle_profiles:<br>  &lt;profile type=&quot;client&quot;&gt;<br><b>    &lt;param name=&quot;name&quot; value=&quot;gtalk[Example]&quot;/&gt;</b><br>


    &lt;param name=&quot;login&quot; value=&quot;[EXAMPLE]@<a href="http://gmail.com/talk" target="_blank">gmail.com/talk</a>&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;[REDACTED]&quot;/&gt;<div><br>    &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br></div>    &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>


    &lt;param name=&quot;message&quot; value=&quot;Online&quot;/&gt;<div><br>
    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br></div>    &lt;!-- &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt; --&gt;<div><br>    &lt;param name=&quot;auto-login&quot; value=&quot;true&quot;/&gt;<br>


</div>
    &lt;!-- SASL &quot;plain&quot; or &quot;md5&quot; --&gt;<div><br>    &lt;param name=&quot;sasl&quot; value=&quot;plain&quot;/&gt;<br></div>    &lt;!-- if the server where the jabber is hosted is not the same as the one in the jid --&gt;<div>


<br>
    &lt;param name=&quot;server&quot; value=&quot;<a href="http://talk.google.com" target="_blank">talk.google.com</a>&quot;/&gt;<br></div>    &lt;!-- Enable TLS or not --&gt;<div><br>    &lt;param name=&quot;tls&quot; value=&quot;true&quot;/&gt;<br>


</div>
    &lt;!-- disable to trade async for more calls --&gt;<div><br>    &lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;<br></div>    &lt;!-- default extension (if one cannot be determined) --&gt;<br>
    &lt;param name=&quot;exten&quot; value=&quot;[EXTENSION]&quot;/&gt;<br>
    &lt;!-- VAD choose one --&gt;<br>    &lt;!-- &lt;param name=&quot;vad&quot; value=&quot;in&quot;/&gt; --&gt;<br>    &lt;!-- &lt;param name=&quot;vad&quot; value=&quot;out&quot;/&gt; --&gt;<div><br>    &lt;param name=&quot;vad&quot; value=&quot;both&quot;/&gt;<br>


</div>
    &lt;!--&lt;param name=&quot;avatar&quot; value=&quot;/path/to/tiny.jpg&quot;/&gt;--&gt;<div><br>    &lt;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;<br>    &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br>


</div>
  &lt;/profile&gt;<br><br>And dialplan to follow:<br><br>  &lt;extension name=&quot;gvoice_out&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^4664(\d{10})$&quot;&gt;<br><b>      &lt;action application=&quot;bridge&quot; data=&quot;dingaling/gtalk[EXAMPLE]/+1$<a href="mailto:1@voice.google.com" target="_blank">1@voice.google.com</a>&quot;/&gt;</b><br>



    &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br>Pay special attention to the bolded areas of the configuration example I&#39;ve provided. Configuring Google talk to work with FreeSwitch is quite straightforward with my configuration example I&#39;ve provided above. I&#39;ve ran to this same configuration ambiguity when they first completed this feature anyways, so I hope my configuration example does help you into resolving that problem<div>


<div></div><div><br>
<br>On Wed, Oct 13, 2010 at 3:07 PM, Rob Hutton &lt;<a href="mailto:justlikeef@gmail.com" target="_blank">justlikeef@gmail.com</a>&gt; wrote:<br>&gt; Caught and changed that, but it does the same thing.  I also changed the profile name to gtalk in case there was a case sensitivity issue or something, but same result.<br>



&gt;<br>&gt; I am told that the wiki is not quite correct either, but with everyone away from their development PCs, it will be the weekend before the corrections are available.<br>&gt;<br>&gt; --<br>&gt; Thanks,<br>&gt; Rob<br>



&gt; On Wednesday 13 October 2010 17:51:07 Michael Collins wrote:<br>&gt;&gt; &gt; Here is the profile:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;  &lt;profile name=&quot;dingaling_1&quot;&gt;<br>&gt;&gt; &gt;<br>&gt;&gt; I believe that this should be:<br>



&gt;&gt; &lt;profile type=&quot;client&quot;&gt;<br>&gt;&gt;<br>&gt;&gt; -MC<br>&gt;&gt;<br>&gt; I<br>&gt;<br>&gt; _______________________________________________<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>



&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>



&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;<br><br>
</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>