From e826f0fed4ca9c31ff70ffba22b072fc58e4c306 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Fri, 14 Apr 2006 20:41:57 +0000 Subject: OrkAudio now reports local and remote IP addresses for each tape when the voip plugin is used. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@217 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/messages/TapeMsg.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'orkaudio/messages/TapeMsg.cpp') diff --git a/orkaudio/messages/TapeMsg.cpp b/orkaudio/messages/TapeMsg.cpp index 4f21703..b624d08 100644 --- a/orkaudio/messages/TapeMsg.cpp +++ b/orkaudio/messages/TapeMsg.cpp @@ -41,6 +41,11 @@ void TapeMsg::Define(Serializer* s) s->StringValue(DIRECTION_PARAM, m_direction); s->IntValue(DURATION_PARAM, m_duration); s->StringValue(SERVICE_PARAM, m_serviceName); + + s->StringValue(LOCAL_IP_PARAM, m_localIp); + s->StringValue(REMOTE_IP_PARAM, m_remoteIp); + //s->StringValue(LOCAL_MAC_PARAM, m_localMac); + //s->StringValue(REMOTE_MAC_PARAM, m_remoteMac); } void TapeMsg::Validate() -- cgit v1.2.3