[Freeswitch-users] Question about jingle_profiles

Milena testeador01 at gmail.com
Wed Nov 4 11:34:09 PST 2009


Hello,

A question to clarify:

do you have an extension on your dialplan that matches "john" or "bob" and
bridges the call?
If you don't, you need to create it, if you do have it but it doesn't work,
post the cli output for when you try to call so we can see what is going on.


2009/11/4 Jonathan Barou <jbarou at sqli.com>

> Hi everybody,
>
> I actually working on mod_dingaling (gtalk). I can make call from FS to
> Gtalk, and from Gtalk to FS.
> But I have a problem, in jingle_profile I have a file like this :
>
> <include>
>   <!-- Client Profile (Original mode) -->
>   <!-- to use this profile take the x- away from the open and close tags so
> its <profile> and </profile> -->
>   <profile type="client">
>     <param name="name" value="gmail.com"/>
>     <param name="login" value="toto at gmail.com/gtalk"/>
>     <param name="password" value="toto"/>
>     <param name="dialplan" value="XML"/>
>     <param name="context" value="public"/>
>     <param name="message" value="FreeSwitch"/>
>     <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="md5"/>
>     <!-- 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="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>
> </include>
>
>
> <param name="exten" value="1000"/> here when I put an user account like
> john or bob its doesn't work whereas I put something like 1000 or 8400 it
> works.
>
> When I tried to put a real phone number It doesn't work too (I have a
> gateway with my PBX).
>
> Somebody know, why it doesn't work with name and work with number ?
>
> Thanks.
>
>
> --
> Jonathan BAROU
> SQLI LYON - CRCI
> 0472405368
> jbarou at sqli.com
> lyon.crci at sqli.com
>
>
> _______________________________________________
> 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/20091104/c83f8580/attachment-0002.html 


More information about the FreeSWITCH-users mailing list