yate/conf.d/rmanager.conf.sample

33 lines
1005 B
Plaintext

[general]
; This section controls the behaviour of the Remote Manager
; port: int: TCP Port to listen on, 0 to disable module
;port=5038
; addr: ipaddress: IP address to bind to
;addr=127.0.0.1
; header: string: Header string to display on connect
;header=YATE ${version}-${release} (http://YATE.null.ro) ready.
; password: string: Password required to authenticate as admin, default empty!
;password=
; userpass: string: Password to authenticate as observer user, default empty!
;userpass=
; timeout: int: Timeout until authentication succeeds in msec
; Defaults to waiting 30s until closing an unauthenticated connection
; Set to zero to disable else enforced minimum value is 5000 ms (5s)
;timeout=30000
; telnet: bool: Initiate TELNET negotiation on connect
;telnet=yes
; output: bool: Enable output as soon as connecting
;output=no
; interactive: bool: Disable the TCP coalescing to improve interactivity
; this is almost never required and needs Yate to run as superuser
;interactive=no