[Freeswitch-users] problem with google voice

joy this thisjoy0528 at gmail.com
Mon Nov 29 02:51:05 PST 2010


Dear all:



        I have two problems with google voice. Any suggestions would be
appreciated.

        My FS version is Version 1.0.head (svn-341M), under Windows XP.

        My problems are:

1. The outbound calling works, but the incoming calls never forward to the
extension which I indicate. I use GV account 1 (on the web page) to call GV
account 2 (on FS). The account 1 rings, but the account 2 does not. The
message on FS is:

*2010-11-29 17:33:13.484375 [NOTICE] switch_channel.c:784 New Channel
dingaling/5000 [752f5e86-e78c-42ba-b828-ad9fbbfbed9f]*

*2010-11-29 17:33:13.484375 [NOTICE] switch_channel.c:782 Rename Channel
dingaling/5000->DingaLing/new [752f5e86-e78c-42ba-b828-ad9fbbfbed9f]*

*2010-11-29 17:33:13.484375 [NOTICE] mod_dingaling.c:1110 Ring-Ready
DingaLing/new!*

*2010-11-29 17:33:28.546875 [NOTICE] mod_dingaling.c:731 Hangup
DingaLing/new [CS_INIT] [NORMAL_CLEARING]*

*2010-11-29 17:33:28.546875 [NOTICE] switch_core_session.c:1249 Session 2
(DingaLing/new) Ended*

*2010-11-29 17:33:28.546875 [NOTICE] switch_core_session.c:1251 Close
Channel DingaLing/new [CS_DESTROY]*

* *

*        *But it works fine if I call the account 2 by google talk, not only
call out but also call in. My jingle_profile and diaplain are as following:

*\jingle_profiles\client.xml*

<include>

  <profile type="client">

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

    <param name="login" value=" thisjoy @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="auto-login" value="true"/>

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

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

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

    <!-- Enable TLS or not -->

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

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

        <param name="rtp-timer-name" value="none"/>

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

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

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

  </profile>

</include>



*\dialplan\default.xml*

    <extension name="gvoice_out">

       <condition field="destination_number" expression="^#20(1\d{10})$">

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

             <action application="ring_ready"/>

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

       </condition>

     </extension>



2.FS sometimes crashed when I call out or call in via google voice. It seems
the file “libgcrypt-11.dll” got some problems, and I use GnuTLS-2.10.1.
Would it be possible to figure this out by using another version?



Thank you for your help.

Sincerely yours,

Thisjoy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101129/1d260d74/attachment.html 


More information about the FreeSWITCH-users mailing list