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

Michael Collins msc at freeswitch.org
Wed Oct 27 16:32:32 PDT 2010


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101027/9b9785fa/attachment-0001.html 


More information about the FreeSWITCH-users mailing list