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

Jeffrey Leung curriegrad2004 at gmail.com
Wed Oct 13 22:28:42 PDT 2010


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101013/30df433e/attachment.html 


More information about the FreeSWITCH-users mailing list