--- src/svxlink/modules/echolink/QsoImpl.cpp.orig 2015-04-11 17:13:41.391049479 -0700 +++ src/svxlink/modules/echolink/QsoImpl.cpp 2015-04-11 17:14:41.005420676 -0700 @@ -337,8 +337,10 @@ if (success) { msg_handler->begin(); - event_handler->processEvent(string(module->name()) + "::remote_greeting " + - remoteCallsign()); + stringstream ss; + ss << string(module->name()) << "::remote_greeting " << + remoteCallsign() << " " << station.id(); + event_handler->processEvent(ss.str()); msg_handler->end(); }