mirror of https://github.com/asterisk/asterisk
changes in both of the moving specs. Currently chan_gtalk is compatible with the latest gtalk/libjingle version, and chan_jingle needs a lot of work. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43185 65c4cc65-6c06-0410-ace0-fbb531ad65f31.4
parent
c80d09559f
commit
ec4bf7a849
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,19 @@
|
||||
;[general]
|
||||
;context=default ;;Context to dump call into
|
||||
;allowguest=yes ;;Allow calls from people not in
|
||||
;;list of peers
|
||||
;
|
||||
;[guest] ;;special account for options on guest account
|
||||
;disallow=all
|
||||
;allow=ulaw
|
||||
;context=guest
|
||||
;
|
||||
;[ogorman]
|
||||
;username=ogorman@gmail.com ;;username of the peer your
|
||||
;;calling or accepting calls from
|
||||
;disallow=all
|
||||
;allow=ulaw
|
||||
;context=default
|
||||
;connection=asterisk ;;client or component in jabber.conf
|
||||
;;for the call to leave on.
|
||||
;
|
@ -1,8 +1,10 @@
|
||||
(Jingle support in asterisk is experimental)
|
||||
Jingle is an xmpp based protocol for signalling the transfer of media.
|
||||
Currently asterisk supports the proprietary GoogleTalk protocol that is
|
||||
very similar to jingle, and hopes to support true jingle specs
|
||||
very similar to jingle, and hopes to soon support true jingle specs
|
||||
(JEP-166,167,176,177,180,181 etc) as more clients support the true standard.
|
||||
Jingle's configuration is very similar to sip.conf only as we are not the
|
||||
jabber server in this case you must provide a connection for the peer to
|
||||
travel out on.
|
||||
chan_gtalk is for supporting the non-jingle google/libjingle spec and
|
||||
chan_jingle will continue to move in the direction of the correct spec.
|
||||
|
Loading…
Reference in new issue