Update README.md
This commit is contained in:
parent
dd96ece1eb
commit
444d3ba29d
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,7 @@ And add this ***BEFORE***:
|
||||||
```
|
```
|
||||||
bridge.handleChatMessage(escaped.c_str());
|
bridge.handleChatMessage(escaped.c_str());
|
||||||
```
|
```
|
||||||
|
This code will pass chat messages of conference server to bridge to find talker of transmission on conference call.
|
||||||
|
|
||||||
|
|
||||||
Find this line (*void ModuleEchoLink::broadcastTalkerStatus(void)*):
|
Find this line (*void ModuleEchoLink::broadcastTalkerStatus(void)*):
|
||||||
|
@ -79,6 +80,7 @@ And add this ***BEFORE***:
|
||||||
```
|
```
|
||||||
const char* sysop_name = bridge.getTalker();
|
const char* sysop_name = bridge.getTalker();
|
||||||
```
|
```
|
||||||
|
This code will pass call of transmisson to bridge on call of direct link.
|
||||||
|
|
||||||
|
|
||||||
Find this text (*void ModuleEchoLink::broadcastTalkerStatus(void)*):
|
Find this text (*void ModuleEchoLink::broadcastTalkerStatus(void)*):
|
||||||
|
@ -89,6 +91,7 @@ And add this ***AFTER***:
|
||||||
```
|
```
|
||||||
bridge.setTalker(talker->remoteCallsign().c_str(), talker->remoteName().c_str());
|
bridge.setTalker(talker->remoteCallsign().c_str(), talker->remoteName().c_str());
|
||||||
```
|
```
|
||||||
|
This code will pass call of transmisson from bridge to echolink.
|
||||||
|
|
||||||
|
|
||||||
## How to configure:
|
## How to configure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue