]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Default the template option to a compatible default profile. 42/242/6
authorKevin Harwell <kharwell@digium.com>
Thu, 23 Apr 2015 20:05:07 +0000 (15:05 -0500)
committerKevin Harwell <kharwell@digium.com>
Fri, 24 Apr 2015 17:20:22 +0000 (12:20 -0500)
commit019695b49db3b24d7ebf60d566c01a4e2545d8c6
treea906b8b1a46b9f3dbd4fba3744911cf86e03e939
parentf56c5f1aa22e904226e4cad43e8bbc57f43f31b3
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