yate/conf.d/clustering.conf.sample

31 lines
823 B
Plaintext
Raw Normal View History

[general]
; Global settings of the clustering module
; enabled: boolean: Enable clustering module operation
;enabled=true if regexp and callto are set, false if any of them is empty
; prefix: string: Prefix used for cluster resources
;prefix=cluster
; regexp: string: Regular expression describing node name match rules
;regexp=
; callto: string: Template for forwarding the call to target node
;callto=
; message: string: Message used for operations on cluster nodes
;message=cluster.node
[priorities]
; Handler priorities for each message
; call.route: int: Priority of route message handler (on target node)
;call.route=50
; call.execute: int: Priority of execute message handler (on source node)
;call.execute=50
; user.register: int: Priority of registration message handler (on registrar)
;user.register=50