]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure that the default bridge/user profiles are always available
authorMatthew Jordan <mjordan@digium.com>
Tue, 26 Feb 2013 15:24:35 +0000 (15:24 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 26 Feb 2013 15:24:35 +0000 (15:24 +0000)
commitb679563222f05613194716fa688e964da1263a62
tree1f7ec74e3ad06976de489f5c6e5b711cb69958da
parent586efe0d7faa2670197dc87e2063f5c65de646a3
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@382066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/confbridge/conf_config_parser.c
configs/confbridge.conf.sample