From 33e4c6115fe0ce4339d84d8701c89a8cb51d4583 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Tue, 26 Feb 2013 15:26:16 +0000 Subject: Ensure that the default bridge/user profiles are always available ConfBridge and Page require that there always be a default bridge and user profile available. While properties of the default profiles can be overriden in the configuration file, removing them can create situations where neither application can function properly. This patch ensures that if an administrator removes the profiles from the confbridge.conf configuration file, the profiles are added upon load. Documentation clarifying this has been added to the confbridge.conf.sample file. Review: https://reviewboard.asterisk.org/r/2356/ (closes issue AST-1115) Reported by: John Bigelow Tested by: John Bigelow ........ Merged revisions 382066 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@382067 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/confbridge.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/confbridge.conf.sample') diff --git a/configs/confbridge.conf.sample b/configs/confbridge.conf.sample index 7484b28ae..0a40ea2fc 100644 --- a/configs/confbridge.conf.sample +++ b/configs/confbridge.conf.sample @@ -9,6 +9,10 @@ ; automatically to all ConfBridge instances invoked without ; a user, or bridge argument. No menu is applied by default. ; +; Note that while properties of the default_user or default_bridge +; profile can be overridden, if removed, they will be automatically +; added and made available to the dialplan upon module load. +; ; --- ConfBridge User Profile Options --- [default_user] -- cgit v1.2.3