]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Default the template option to a compatible default profile. 43/243/6
authorKevin Harwell <kharwell@digium.com>
Thu, 23 Apr 2015 20:11:27 +0000 (15:11 -0500)
committerKevin Harwell <kharwell@digium.com>
Fri, 24 Apr 2015 17:20:37 +0000 (12:20 -0500)
commit7e5056b393734508eeef02fa95c25f8de05ac733
tree840697caa20e9f501ba6f45728b919788479d81a
parenta06924e9d960222df5a6862f7a03c45724386ce8
app_confbridge: Default the template option to a compatible default profile.

Confbridge dynamic profiles did not have a default profile unless you
explicitly used Set(CONFBRIDGE(bridge,template)=default_bridge). If a
template was not set prior to the bridge being created then some
options were left with no default values set. This patch makes it so
the default templates are set to the default bridge and user profiles.

ASTERISK-24749 #close
Reported by: philippebolduc

Change-Id: I1bd6e94b38701ac2112d842db68de63d46f60e0a
apps/confbridge/conf_config_parser.c