Files
asterisk/configs/gtalk.conf.sample
T

28 lines
895 B
Plaintext
Raw Normal View History

2010-11-02 15:14:12 +00:00
[general]
2010-10-15 19:53:06 +00:00
;context=default ; Context to dump call into
;bindaddr=0.0.0.0 ; Address to bind to
;externip=127.0.0.1 ; Set your external ip if you are behind a NAT.
;stunaddr=mystunserver.com ; Get your external ip from a STUN server.
; Note, if the STUN query is successful, this will
; replace any value placed in externip;
;allowguest=yes ; Allow calls from people not in list of peers
2010-11-02 15:14:12 +00:00
;disallow=all
;allow=gsm
;allow=ulaw
;parkinglot=soccer ; Sets the default parking lot for call parking
; Parkinglots are configured in features.conf
2010-10-11 21:39:37 +00:00
2010-10-15 19:53:06 +00:00
;[guest] ; special account for options on guest account
;disallow=all
;allow=ulaw
;context=guest
2010-10-15 19:53:06 +00:00
;[ogorman]
2010-10-15 19:53:06 +00:00
;username=ogorman@gmail.com ; username of the peer your
; calling or accepting calls from
;disallow=all
;allow=ulaw
;context=default
2010-10-15 19:53:06 +00:00
;connection=asterisk ; client or component in jabber.conf for the
; call to leave on.