mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 04:43:44 +00:00
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
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
[general]
|
|
;debug=yes ;;Turn on debugging by default.
|
|
;autoprune=yes ;;Auto remove users from buddy list. Depending on your
|
|
;;setup (ie, using your personal Gtalk account for a test)
|
|
;;you might lose your contacts list. Default is 'no'.
|
|
;autoregister=yes ;;Auto register users from buddy list.
|
|
|
|
;[asterisk] ;;label
|
|
;type=client ;;Client or Component connection
|
|
;serverhost=astjab.org ;;Route to server for example,
|
|
;; talk.google.com
|
|
;username=asterisk@astjab.org/asterisk ;;Username with optional resource.
|
|
;secret=blah ;;Password
|
|
;priority=1 ;;Resource priority
|
|
;port=5222 ;;Port to use defaults to 5222
|
|
;usetls=yes ;;Use tls or not
|
|
;usesasl=yes ;;Use sasl or not
|
|
;buddy=mogorman@astjab.org ;;Manual addition of buddy to list.
|
|
;status=available ;;One of: chat, available, away,
|
|
;; xaway, or dnd
|
|
;statusmessage="I am available" ;;Have custom status message for
|
|
;;Asterisk.
|
|
;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.
|