[Freeswitch-users] Problems making a receiveing calls with mod_jingling

budi wibowo bwibowo at gmail.com
Fri Oct 29 22:53:56 PDT 2010


thx and works now for somebody that need detail steps please visit
http://budi.blogsome.com

thx

<http://wiki.freeswitch.org/wiki/Google_Voice>

On Fri, Oct 29, 2010 at 11:19 AM, budi wibowo <bwibowo at gmail.com> wrote:

> thx fixed after upgrade.
> client.xml already configured as wiki said.
> for dialplan i put
> in usr/local/freeswitch/conf/dialplan/default/02_gtalk.xml containing
> <include>
>     <extension name="gtalk-out">
>       <condition field="destination_number" expression="^1(1\d{10})$">
>         <action application="set" data="hangup_after_bridge=true"/>
>         <action application="bridge" data="dingaling/gtalk/+$
> 1 at voice.google.com"/>
>        </condition>
>    </extension>
> </include>
>
> and got this error
> 2010-10-29 12:17:27.332766 [DEBUG] switch_core_state_machine.c:53
> sofia/internal/1000 at 202.122.99.99 Standard REPORTING, cause:
> RECOVERY_ON_TIMER_EXPIRE
> 2010-10-29 12:17:27.332766 [DEBUG] switch_core_state_machine.c:599
> (sofia/internal/1000 at 202.122.99.99) State REPORTING going to sleep
> 2010-10-29 12:17:27.332766 [DEBUG] switch_core_state_machine.c:331
> (sofia/internal/1000 at 202.122.99.99) State Change CS_REPORTING ->
> CS_DESTROY
> 2010-10-29 12:17:27.332766 [DEBUG] switch_core_session.c:1057 Send signal
> sofia/internal/1000 at 202.122.99.99 [BREAK]
> 2010-10-29 12:17:27.332766 [DEBUG] switch_core_session.c:1224 Session 5
> (sofia/internal/1000 at 202.122.99.99) Locked, Waiting on external entities
>
> what is the trigger for recovery on timer expiry?
> what codec should i choose for gtalk, i use acrobits on iphone with GSM
> codec.
>
>
> regards
>
> budi
>
>
>
>
> On Thu, Oct 28, 2010 at 6:32 AM, Michael Collins <msc at freeswitch.org>wrote:
>
>> First, update to the latest git head. Second, turn on dingaling debugging
>> and capture the output:
>> dl_debug on
>>
>> Hopefully there will be clues.
>> -MC
>>
>>
>> On Wed, Oct 27, 2010 at 3:44 PM, budi wibowo <bwibowo at gmail.com> wrote:
>>
>>> hi
>>> i use FreeSWITCH version: 1.0.head (git-cf5c1d2 2010-10-20 16-40-26
>>> -0400)
>>> i have followed the suggestion but still found this error
>>>
>>>
>>>
>>> 2010-10-28 06:41:45.720905 [ERR] libdingaling.c:1205 NODE ERROR!
>>>
>>> 2010-10-28 06:41:45.934903 [ERR] libdingaling.c:1205 NODE ERROR!
>>>
>>> 2010-10-28 06:41:46.158907 [ERR] libdingaling.c:1205 NODE ERROR!
>>>
>>> 2010-10-28 06:41:46.379903 [ERR] libdingaling.c:1205 NODE ERROR!
>>>
>>> 2010-10-28 06:41:46.589904 [ERR] libdingaling.c:1209 DISCONNECTED!
>>>
>>> any help is highly appreciate
>>>
>>>
>>> On Thu, Oct 14, 2010 at 12:28 PM, Jeffrey Leung <
>>> curriegrad2004 at gmail.com> wrote:
>>>
>>>> This is my config inside the jingle_profiles:
>>>>  <profile type="client">
>>>> *    <param name="name" value="gtalk[Example]"/>*
>>>>    <param name="login" value="[EXAMPLE]@gmail.com/talk"/>
>>>>    <param name="password" value="[REDACTED]"/>
>>>>
>>>>    <param name="dialplan" value="XML"/>
>>>>    <param name="context" value="public"/>
>>>>    <param name="message" value="Online"/>
>>>>
>>>>    <param name="rtp-ip" value="$${bind_server_ip}"/>
>>>>    <!-- <param name="ext-rtp-ip" value="auto-nat"/> -->
>>>>
>>>>    <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="[EXTENSION]"/>
>>>>    <!-- VAD choose one -->
>>>>    <!-- <param name="vad" value="in"/> -->
>>>>    <!-- <param name="vad" value="out"/> -->
>>>>
>>>>    <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>
>>>>
>>>> And dialplan to follow:
>>>>
>>>>  <extension name="gvoice_out">
>>>>    <condition field="destination_number" expression="^4664(\d{10})$">
>>>> *      <action application="bridge" data="dingaling/gtalk[EXAMPLE]/+1$
>>>> 1 at voice.google.com"/>*
>>>>    </condition>
>>>>  </extension>
>>>>
>>>> Pay special attention to the bolded areas of the configuration example
>>>> I've provided. Configuring Google talk to work with FreeSwitch is quite
>>>> straightforward with my configuration example I've provided above. I'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
>>>>
>>>>
>>>> On Wed, Oct 13, 2010 at 3:07 PM, Rob Hutton <justlikeef at gmail.com>
>>>> wrote:
>>>> > 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.
>>>> >
>>>> > 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.
>>>> >
>>>> > --
>>>> > Thanks,
>>>> > Rob
>>>> > On Wednesday 13 October 2010 17:51:07 Michael Collins wrote:
>>>> >> > Here is the profile:
>>>> >> >
>>>> >> >  <profile name="dingaling_1">
>>>> >> >
>>>> >> I believe that this should be:
>>>> >> <profile type="client">
>>>> >>
>>>> >> -MC
>>>> >>
>>>> > I
>>>> >
>>>> > _______________________________________________
>>>> > FreeSWITCH-users mailing list
>>>> > FreeSWITCH-users at lists.freeswitch.org
>>>> > 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
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> 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
>>> FreeSWITCH-users at lists.freeswitch.org
>>> 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
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101030/6b83ccef/attachment.html 


More information about the FreeSWITCH-users mailing list