mirror of https://github.com/asterisk/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@291938 65c4cc65-6c06-0410-ace0-fbb531ad65f31.4
parent
7922632617
commit
7f5a42f6c5
@ -1,19 +1,17 @@
|
|||||||
;[general]
|
;[general]
|
||||||
;context=default ;;Context to dump call into
|
;context=default ; Context to dump call into
|
||||||
;allowguest=yes ;;Allow calls from people not in
|
;allowguest=yes ; Allow calls from people not in list of peers
|
||||||
;;list of peers
|
|
||||||
;
|
;[guest] ; special account for options on guest account
|
||||||
;[guest] ;;special account for options on guest account
|
;disallow=all
|
||||||
;disallow=all
|
|
||||||
;allow=ulaw
|
;allow=ulaw
|
||||||
;context=guest
|
;context=guest
|
||||||
;
|
|
||||||
;[ogorman]
|
;[ogorman]
|
||||||
;username=ogorman@gmail.com ;;username of the peer your
|
;username=ogorman@gmail.com ; username of the peer your
|
||||||
;;calling or accepting calls from
|
; calling or accepting calls from
|
||||||
;disallow=all
|
;disallow=all
|
||||||
;allow=ulaw
|
;allow=ulaw
|
||||||
;context=default
|
;context=default
|
||||||
;connection=asterisk ;;client or component in jabber.conf
|
;connection=asterisk ; client or component in jabber.conf for the
|
||||||
;;for the call to leave on.
|
; call to leave on.
|
||||||
;
|
|
||||||
|
Loading…
Reference in new issue