Files
asterisk/configs/jingle.conf.sample
T

21 lines
512 B
Plaintext
Raw Normal View History

2006-05-22 21:12:30 +00:00
;[general]
;context=default ;;Context to dump call into
;bindaddr=0.0.0.0 ;;Address to bind to
2006-05-22 21:12:30 +00:00
;allowguest=yes ;;Allow calls from people not in
;;list of peers
2006-05-22 21:12:30 +00:00
;
;[guest] ;;special account for options on guest account
;disallow=all
2006-05-22 21:12:30 +00:00
;allow=ulaw
;context=guest
;
;[ogorman]
;username=ogorman@gmail.com ;;username of the peer your
;;calling or accepting calls from
2006-05-22 21:12:30 +00:00
;disallow=all
;allow=ulaw
;context=default
2006-05-22 21:12:30 +00:00
;connection=asterisk ;;client or component in jabber.conf
;;for the call to leave on.
2006-05-22 21:12:30 +00:00
;