Moved from MySQL to new set of D-BUS methods to retreive station call / ID
This commit is contained in:
parent
f9bcb35800
commit
b99aeaa581
17 changed files with 294 additions and 424 deletions
|
@ -420,10 +420,6 @@ bool ModuleEchoLink::initialize(void)
|
|||
{
|
||||
bridge.setProxyConfiguration(value.c_str());
|
||||
}
|
||||
if (cfg().getValue(cfgName(), "BRIDGE_STORE", value))
|
||||
{
|
||||
bridge.setStoreConfiguration(value.c_str());
|
||||
}
|
||||
|
||||
// Initialize directory server communication
|
||||
dir = new Directory(servers, mycall, password, location, bind_addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue