3
Fork 0

Update README.md

This commit is contained in:
R3ABM Artem 2018-01-31 06:15:48 +00:00
parent dd96ece1eb
commit 444d3ba29d

View file

@ -69,6 +69,7 @@ And add this ***BEFORE***:
```
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)*):
@ -79,6 +80,7 @@ And add this ***BEFORE***:
```
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)*):
@ -89,6 +91,7 @@ And add this ***AFTER***:
```
bridge.setTalker(talker->remoteCallsign().c_str(), talker->remoteName().c_str());
```
This code will pass call of transmisson from bridge to echolink.
## How to configure: