From 95f77dce19f79666b7ec00137a99983fca3b62f9 Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Tue, 11 Oct 2011 00:41:59 +0000 Subject: [PATCH] added auto_allow_cli config option to simplify the web workflow this is not just a duplicate of the ossbss setting with the same name, it is instead intended to be set if the ossbss setting is disabled --- etc/admin.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/admin.conf b/etc/admin.conf index 4b762c3..7fa0d6e 100644 --- a/etc/admin.conf +++ b/etc/admin.conf @@ -23,6 +23,7 @@ voicebox_domain="[% ossbss.provisioning.routing.voicebox_domain %]" fax2mail_domain="[% ossbss.provisioning.routing.fax2mail_domain %]" conference_domain="[% ossbss.provisioning.routing.conference_domain %]" + auto_allow_cli=[% www_admin.auto_allow_cli %] >