4
Fork 0

Added support of Talker Alias

This commit is contained in:
Artem Prilutskiy 2016-12-29 11:47:21 +03:00
parent 1c8eaa89e7
commit 262463046e
4 changed files with 38 additions and 20 deletions

View file

@ -412,6 +412,10 @@ bool ModuleEchoLink::initialize(void)
return false;
}
if (cfg().getValue(cfgName(), "BRIDGE_DEFAULT", value))
{
bridge.setDefaultConfiguration(value.c_str());
}
if (cfg().getValue(cfgName(), "BRIDGE_PROXY", value))
{
bridge.setProxyConfiguration(value.c_str());