summaryrefslogtreecommitdiff
path: root/configs/samples/cel_beanstalkd.conf.sample
blob: 8cd0134ccc72b4b6d00ae09e554711f238b12593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;
; Beanstalkd Job Queue Server CEL Backend
;
[general]

; Backend Activation
;
; Use the 'enabled' keyword to turn CEL logging
; on or off.
;
; Accepted values: yes and no
; Default value:   no
;enabled = yes

;host = 127.0.0.1    ; Specify the remote IP address of the Beanstalkd server
;port = 11300        ; Specify the remote PORT of the the Beanstalkd server
;tube = asterisk-cel ; Specify the default CDR job queue to use
;priority = 99       ; Specify the default job priority for the queue. This parameter is useful when building
                     ; platform with multiple Asterisk servers, that are used for different functions. For example,
                     ; none billable CDR records can be inserted with a priority of 99, while billable ones be
                     ; inserted with a priority of 1