summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/cel.conf.sample15
1 files changed, 13 insertions, 2 deletions
diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample
index e99a34897..dba886604 100644
--- a/configs/cel.conf.sample
+++ b/configs/cel.conf.sample
@@ -90,7 +90,6 @@ events=APP_START,CHAN_START,CHAN_END,ANSWER,HANGUP,BRIDGE_START,BRIDGE_END
;
; Asterisk Manager Interface (AMI) CEL Backend
;
-
[manager]
; AMI Backend Activation
@@ -100,5 +99,17 @@ events=APP_START,CHAN_START,CHAN_END,ANSWER,HANGUP,BRIDGE_START,BRIDGE_END
;
; Accepted values: yes and no
; Default value: no
-
;enabled=yes
+
+;
+; RADIUS CEL Backend
+;
+[radius]
+;
+; Log date/time in GMT
+;usegmtime=yes
+;
+; Set this to the location of the radiusclient-ng configuration file
+; The default is /etc/radiusclient-ng/radiusclient.conf
+;radiuscfg => /usr/local/etc/radiusclient-ng/radiusclient.conf
+;