Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channels
authorPhilippe Sultan <philippe.sultan@gmail.com>
Fri, 25 Sep 2009 10:54:42 +0000 (10:54 +0000)
committerPhilippe Sultan <philippe.sultan@gmail.com>
Fri, 25 Sep 2009 10:54:42 +0000 (10:54 +0000)
commitb11b94a083d902018a4b0cee5af82ddad086d0fe
tree5ab153ac606077b0c90853c886a7a63aa1c25760
parent17180120bf31f782bb2fccd3278cd9d17a43fa91
Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channels

JABBER_RECEIVE (along with JabberSend) makes Asterisk interact with users over
XMPP to process calls.
SendText can be used instead of JabberSend in the context of XMPP based voice
channels (chan_gtalk and chan_jingle).

(closes issue #12569)
Reported by: eech55
Tested by: phsultan, asannucci, lmadsen, jtodd, maxgo

Review: https://reviewboard.asterisk.org/r/88/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@220457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
channels/chan_gtalk.c
channels/chan_jingle.c
configs/jabber.conf.sample
doc/jabber.txt
include/asterisk/jabber.h
res/res_jabber.c