| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
Asterisk 1.4.13:Howto run AGI on gtalk incoming msgTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| Hi Asterisk 1.4.13 works with GoogleTalk. JABBER: gtalk_account INCOMING: <message to="buddy@gmail.com" type="chat" id="92" from="buddy2<A href="mailto:buddy2@gmail.com/Talk.v1049A93112B"><body>CALL ME</body><active">@gmail.com/Talk.v1049A93112B"><body>CALL ME</body><active xmlns="<A href="http://jabber.org/protocol/chatstates"/><nos:x">http://jabber.org/protocol/chatstates"/><nos:x value="disabled" xmlns:nos="google:nosave"/><arc:record otr="false" xmlns:arc="<A href="http://jabber.org/protocol/archive"/></message">http://jabber.org/protocol/archive"/></message> if I get CALL ME command I like to call my cell phone and get connection to buddy@gmail.com Please let me know how to run agi script on gtalk incomming message thanks in Advance Jay |
| |||
| Hi finally using perl/manager interface my asterisk server start chatting with gtalk client. Created two accounts in Manger.conf for chatter, gchat save the following lines as gtalk.pl (run the code as ./gtalk.pl yourname buddyname) #!/usr/bin/perl -w #file name: gtalk.pl #usage ./gtalk.pl urname buddy #urname, buddy are valid gmail user and both user added them in gtalk buddy list use POE::Session; use XML::Simple; use Digest::MD5 qw(md5_hex); use Asterisk::Manager; my ($myname, $buddy) = @ARGV; my $gusers = { $buddy.'@gmail.com' [top]> 1, |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Howto Configure Efonia with Asterisk | jsree | Asterisk Support Forum | 1 | December 5th, 2006 02:50 AM |
| ENUM Howto for Asterisk at Home | kevank | Asterisk Support Forum | 0 | April 26th, 2006 07:35 AM |
| Run Asterisk@Home 2.5 on a Windows PC ... Honest! | AlexanderBell | Asterisk Support Forum | 2 | February 9th, 2006 02:06 PM |
| MSG Waiting Off | syscon | Linksys (Sipura) VoIP Support Forum | 3 | August 30th, 2005 01:26 AM |
| Run platform in asterix from remote server? | paranhos | Asterisk Support Forum | 3 | June 16th, 2005 07:33 PM |