you have to define the extension "john" or "bob" or whatever number you want in the dialplan for the context "public".<br><br>Just follow your jingle profile you define. Simple, no other tricks.<br>
<br>Thanks,<br>Chris<br><br><div class="gmail_quote">On Wed, Nov 4, 2009 at 11:56 AM, Jonathan Barou <span dir="ltr"><<a href="mailto:jbarou@sqli.com">jbarou@sqli.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everybody,<br><br>I actually working on mod_dingaling (gtalk). I can make call from FS to Gtalk, and from Gtalk to FS.<br>But I have a problem, in jingle_profile I have a file like this :<br><br><include><br> <!-- Client Profile (Original mode) --><br>
<!-- to use this profile take the x- away from the open and close tags so its <profile> and </profile> --><br> <profile type="client"><br> <param name="name" value="<a href="http://gmail.com" target="_blank">gmail.com</a>"/><br>
<param name="login" value="<a href="http://toto@gmail.com/gtalk" target="_blank">toto@gmail.com/gtalk</a>"/><br> <param name="password" value="toto"/><br> <param name="dialplan" value="XML"/><br>
<param name="context" value="public"/><br> <param name="message" value="FreeSwitch"/><br> <param name="rtp-ip" value="$${bind_server_ip}"/><br>
<!-- <param name="ext-rtp-ip" value="auto-nat"/> --><br> <param name="auto-login" value="true"/><br> <!-- SASL "plain" or "md5" --><br>
<param name="sasl" value="md5"/><br> <!-- if the server where the jabber is hosted is not the same as the one in the jid --><br> <param name="server" value="<a href="http://talk.google.com" target="_blank">talk.google.com</a>"/><br>
<!-- Enable TLS or not --><br> <param name="tls" value="true"/><br> <!-- disable to trade async for more calls --><br> <param name="use-rtp-timer" value="true"/><br>
<!-- default extension (if one cannot be determined) --><br> <param name="exten" value="1000"/><br> <!-- VAD choose one --><br> <!-- <param name="vad" value="in"/> --><br>
<!-- <param name="vad" value="out"/> --><br> <param name="vad" value="both"/><br> <!--<param name="avatar" value="/path/to/tiny.jpg"/>--><br>
<!--<param name="candidate-acl" value="wan.auto"/>--><br> <param name="local-network-acl" value="localnet.auto"/><br> </profile><br></include><br>
<br><br><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.<br><br>When I tried to put a real phone number It doesn't work too (I have a gateway with my PBX).<br>
<br>Somebody know, why it doesn't work with name and work with number ?<br><br>Thanks.<br><font color="#888888"><br clear="all"><br>-- <br>Jonathan BAROU<br>SQLI LYON - CRCI <br>0472405368<br><a href="mailto:jbarou@sqli.com" target="_blank">jbarou@sqli.com</a><br>
<a href="mailto:lyon.crci@sqli.com" target="_blank">lyon.crci@sqli.com</a><br><br>
</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>