summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/VoIp.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2008-07-17 13:58:10 +0000
committerHenri Herscher <henri@oreka.org>2008-07-17 13:58:10 +0000
commit51ab6edcab824eca6dcf6b34f207aa99226b862c (patch)
tree5469e55cba07f1a4073c18f2f306f8cd725e2b4f /orkaudio/audiocaptureplugins/voip/VoIp.cpp
parent34724e7903c9b9ee2c1ce90addfb571d77049855 (diff)
Added SkinnyCallInfoStopsPrevious config parameter. This allows a new CallInfo to stop the previous session on the same Skinny endpoint and line instance.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@552 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/VoIp.cpp')
-rw-r--r--orkaudio/audiocaptureplugins/voip/VoIp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/VoIp.cpp b/orkaudio/audiocaptureplugins/voip/VoIp.cpp
index 0af85b5..54b3df8 100644
--- a/orkaudio/audiocaptureplugins/voip/VoIp.cpp
+++ b/orkaudio/audiocaptureplugins/voip/VoIp.cpp
@@ -1897,7 +1897,7 @@ void HandleSkinnyMessage(SkinnyHeaderStruct* skinnyHeader, IpHeaderStruct* ipHea
{
if(s_skinnyPacketLog->isInfoEnabled())
{
- logMsg.Format(" CallId:%u calling:%s called:%s", callInfo->callId, callInfo->callingParty, callInfo->calledParty);
+ logMsg.Format(" CallId:%u calling:%s called:%s line:%d", callInfo->callId, callInfo->callingParty, callInfo->calledParty, callInfo->lineInstance);
}
RtpSessionsSingleton::instance()->ReportSkinnyCallInfo(callInfo, ipHeader);
}
@@ -2009,7 +2009,7 @@ void HandleSkinnyMessage(SkinnyHeaderStruct* skinnyHeader, IpHeaderStruct* ipHea
if(SkinnyValidateSoftKeyEvent(softKeyEvent, packetEnd))
{
useful = true;
- logMsg.Format(" eventString:%s eventNum:%d lineInstance:%lu callId:%lu",
+ logMsg.Format(" eventString:%s eventNum:%d line:%lu callId:%lu",
SoftKeyEvent::SoftKeyEventToString(softKeyEvent->softKeyEvent),
softKeyEvent->softKeyEvent,
softKeyEvent->lineInstance,