From ad3543e6911a57674dac3dbac09260afd0c737d7 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 23 Aug 2010 13:35:35 +0000 Subject: [PATCH] Add sample configuration for cel_radius. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@283241 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/cel.conf.sample | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample index e99a34897f..dba8866046 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 +;