<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV></DIV>
<DIV>open freeswitch.xml </DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>make a test extension by searching for this section in the config</DIV>
<DIV>&nbsp;&lt;section name="dialplan" description="Regex/XML Dialplan"&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>add a new extension tag to the default profile assuming you have a file called /tmp/test.wav, pick any wav file you want</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;extension name="7777"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^7777$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="playback /tmp/test.wav"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/extension&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>search for modules.conf and uncomment the line to load mod_dingaling.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;load module="mod_dingaling"/&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;now&nbsp;search for dingaling.conf</DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>replace <A href="mailto:myjid@myserver.com">myjid@myserver.com</A>&nbsp;with any valid jabber id as long as it's not @gmail.com (leave in the /talk resource)</DIV>
<DIV>(hint: you can use&nbsp;your freeswitch developer account and password as a valid jabber id)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>edit the exten line to pick what inbound extension should be hit when someone calls your jabber id on gtalk.</DIV>
<DIV>set it to 7777 so it goes to your test extension</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;param name="exten" value="7777"/&gt;<BR></DIV>
<DIV>Now go to gtalk and add your freeswitch's jabber&nbsp;id to your buddy list it should auto accept the req.</DIV>
<DIV>when you press call it will trigger a call to freeswitch at exten 7777.</DIV>
<DIV><BR>&nbsp;</DIV>Anthony Minessale II<BR><BR>FreeSWITCH http://www.freeswitch.org/<BR>ClueCon http://www.cluecon.com/<BR><BR>AIM: anthm<BR>MSN:anthony_minessale@hotmail.com<BR>JABBER:anthony.minessale@gmail.com<BR><BR>FreeSWITCH Developer Conference<BR>sip:888@66.250.68.194<BR>pstn:712-432-7800
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: becks@stepdev.org<BR>To: freeswitch-users@lists.freeswitch.org<BR>Sent: Wednesday, July 19, 2006 6:50:55 AM<BR>Subject: [Freeswitch-users] gtalk<BR><BR>
<DIV>Someone can explain how to configure freeswitch to handle gtalk calls ?<BR>Freeswitch can bridge incoming call from gtalk to another sip/iax account?<BR><BR>Thanks<BR><BR>_______________________________________________<BR>Freeswitch-users mailing list<BR>Freeswitch-users@lists.freeswitch.org<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></DIV></DIV><BR></DIV></div></body></html>