Added filtering of local node callsign
This commit is contained in:
parent
e6561f15d1
commit
cfb0c9061d
3 changed files with 22 additions and 6 deletions
|
@ -17,6 +17,7 @@ class BrandMeisterBridge
|
|||
void setEncodingConfiguration(const char* configuration);
|
||||
void setDefaultConfiguration(const char* configuration);
|
||||
void setProxyConfiguration(const char* configuration);
|
||||
void setCallConfiguration(const char* configuration);
|
||||
|
||||
const char* getTalker();
|
||||
void setTalker(const char* call, const char* name);
|
||||
|
@ -27,6 +28,8 @@ class BrandMeisterBridge
|
|||
PatchCord* proxy;
|
||||
iconv_t handle;
|
||||
char* talker;
|
||||
char* node;
|
||||
int length;
|
||||
int unknown;
|
||||
|
||||
void setTalkerData(const char* call, const char* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue