[Freeswitch-users] problem with google talk

joy this thisjoy0528 at gmail.com
Sun Nov 7 23:50:23 PST 2010


Dear all:

I have a problem with google talk. I will be appreciated if someone can help
me.

“FreeSWITCH and Google Talk cannot connect to each other after a successful
ringing and answering” (refer to “
http://wiki.freeswitch.org/wiki/Mod_dingaling”). I test it by: soft-phone
(x-lite 3.0) --->FS (GT account1) --->GT account2 (GT software 1.0.0.105 or
web page). Account2 rings and answers, but no sound can be heard. The GT
account2 does not send any RTP packages out. The dial plan is as below:

<extension name="gvoice_out">

<condition field="destination_number" expression="^gmail\+([^\@]+)\@?(.*)$">

                <action application="set" data="hangup_after_bridge=true"/>

                <action application="bridge" data="dingaling/thisjoy/$
1 at gmail.com"/>

</condition>

</extension>



The jingle config is as below:

<profile type="client">

    <param name="name" value="thisjoy"/>

    <param name="login" value="thisjoy at gmail.com/gtalk"/>

    <param name="password" value="PWD"/>

    <param name="dialplan" value="XML"/>

    <param name="context" value="public"/>

    <param name="message" value="Jingle all the way"/>

    <param name="rtp-ip" value="$${bind_server_ip}"/>

    <param name="ext-rtp-ip" value="$${external_rtp_ip}"/>

    <param name="auto-login" value="true"/>

    <!-- SASL "plain" or "md5" -->

    <param name="sasl" value="plain"/>

    <!-- if the server where the jabber is hosted is not the same as the one
in the jid -->

    <param name="server" value="talk.google.com"/>

    <!-- Enable TLS or not -->

    <param name="tls" value="true"/>

    <!-- disable to trade async for more calls -->

    <param name="use-rtp-timer" value="true"/>

    <!-- default extension (if one cannot be determined) -->

    <param name="exten" value="1000"/>

    <!-- VAD choose one -->

    <param name="vad" value="both"/>

    <!--<param name="avatar" value="/path/to/tiny.jpg"/>-->

    <param name="candidate-acl" value="wan.auto"/>

    <param name="local-network-acl" value="localnet.auto"/>

  </profile>



Although I tried several versions, it is still unworkable. Now I am not sure
if it is the problem of GT version or FreeSwitch. Is there any link for
downloading the actually latest version of google talk software?


Sincerely yours,

this joy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101108/9385f312/attachment-0001.html 


More information about the FreeSWITCH-users mailing list