[Freeswitch-users] Question about jingle_profiles
Jonathan Barou
jbarou at sqli.com
Wed Nov 4 08:56:29 PST 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091104/6d60edb4/attachment-0002.html
More information about the FreeSWITCH-users
mailing list