Added support of Talker Alias
This commit is contained in:
parent
1c8eaa89e7
commit
262463046e
4 changed files with 38 additions and 20 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue