diff --git a/SVXLink/README.md b/SVXLink/README.md index 582a47e..90b9cb3 100644 --- a/SVXLink/README.md +++ b/SVXLink/README.md @@ -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: