aboutsummaryrefslogtreecommitdiffstats
path: root/configs/jabber.conf.sample
diff options
context:
space:
mode:
authorphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-25 10:54:42 +0000
committerphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-25 10:54:42 +0000
commit5bec5836a0eca318b6211aaa7a36e20df1c3e978 (patch)
tree5ab153ac606077b0c90853c886a7a63aa1c25760 /configs/jabber.conf.sample
parentd170b913b97407d19f6443144b8b4c00852b09b1 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@220457 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/jabber.conf.sample')
-rw-r--r--configs/jabber.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/jabber.conf.sample b/configs/jabber.conf.sample
index 6cfb755bd..f46450dcf 100644
--- a/configs/jabber.conf.sample
+++ b/configs/jabber.conf.sample
@@ -20,4 +20,7 @@
;; xaway, or dnd
;statusmessage="I am available" ;;Have custom status message for
;;Asterisk.
-;timeout=100 ;;Timeout on the message stack.
+;timeout=5 ;;Timeout (in seconds) on the message stack, defaults to 5.
+ ;;Messages stored longer than this value will be deleted by Asterisk.
+ ;;This option applies to incoming messages only, which are intended to
+ ;;be processed by the JABBER_RECEIVE dialplan function.