[Freeswitch-users] gtalk
Anthony Minessale
anthmct at yahoo.com
Wed Jul 19 06:56:20 PDT 2006
open freeswitch.xml
make a test extension by searching for this section in the config
<section name="dialplan" description="Regex/XML Dialplan">
add a new extension tag to the default profile assuming you have a file called /tmp/test.wav, pick any wav file you want
<extension name="7777">
<condition field="destination_number" expression="^7777$">
<action application="bridge" data="playback /tmp/test.wav">
</condition>
</extension>
search for modules.conf and uncomment the line to load mod_dingaling.
<load module="mod_dingaling"/>
now search for dingaling.conf
replace myjid at myserver.com with any valid jabber id as long as it's not @gmail.com (leave in the /talk resource)
(hint: you can use your freeswitch developer account and password as a valid jabber id)
edit the exten line to pick what inbound extension should be hit when someone calls your jabber id on gtalk.
set it to 7777 so it goes to your test extension
<param name="exten" value="7777"/>
Now go to gtalk and add your freeswitch's jabber id to your buddy list it should auto accept the req.
when you press call it will trigger a call to freeswitch at exten 7777.
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale at hotmail.com
JABBER:anthony.minessale at gmail.com
FreeSWITCH Developer Conference
sip:888 at 66.250.68.194
pstn:712-432-7800
----- Original Message ----
From: becks at stepdev.org
To: freeswitch-users at lists.freeswitch.org
Sent: Wednesday, July 19, 2006 6:50:55 AM
Subject: [Freeswitch-users] gtalk
Someone can explain how to configure freeswitch to handle gtalk calls ?
Freeswitch can bridge incoming call from gtalk to another sip/iax account?
Thanks
_______________________________________________
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/20060719/71e16220/attachment-0007.html
-------------- next part --------------
_______________________________________________
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
More information about the FreeSWITCH-users
mailing list