Asterisk cmd JabberSend
Created by: therealzam,Last modification on Thu 03 of Jul, 2008 [15:03 UTC]
Description
JabberSend is used to send text messages to Jabber / Google Talk Clients.Synopsis
Jabbersend(SendingAccount|ReceivingAccount|Message)Details
- SendingAccount = The account that is setup in jabber.conf
- ReceivingAccount = The Recipient of the message which is listed as a 'buddy' in jabber.conf
- Message = The Message to Send
Unfortunately, it seems that Asterisk cannot actually Receive messages from Jabber as of this this writing (7/2008). The sending of a message is pretty simple actually and can be used to send an IM from any call at any time even if not placed through a Jabber / gtalk channel.
Example
exten=s,1,Jabbersend(Google_Talk|buddy@buddy.com|test message)See also
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ

Comments