From: Russell Bryant Date: Mon, 23 Aug 2010 13:35:35 +0000 (+0000) Subject: Add sample configuration for cel_radius. X-Git-Tag: 1.8.0-beta4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad3543e6911a57674dac3dbac09260afd0c737d7;p=thirdparty%2Fasterisk.git Add sample configuration for cel_radius. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@283241 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 +;