summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/VoIp.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-06-25 19:22:12 +0000
committerHenri Herscher <henri@oreka.org>2007-06-25 19:22:12 +0000
commit1b42814d7ab545334fa97982b1b3023731a0cd64 (patch)
tree2b297edfc35e6632d3ce181792bdb43b46d529ed /orkaudio/audiocaptureplugins/voip/VoIp.cpp
parent0ae3f2872bd27751d52b78ecc693232c15fe999f (diff)
Added support for capturing audio from any Sangoma telephony board (Sangoma driver needs to be capable of generating RTP copy of voice traffic).
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@451 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/VoIp.cpp')
-rw-r--r--orkaudio/audiocaptureplugins/voip/VoIp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/VoIp.cpp b/orkaudio/audiocaptureplugins/voip/VoIp.cpp
index 17c8d9e..c41d477 100644
--- a/orkaudio/audiocaptureplugins/voip/VoIp.cpp
+++ b/orkaudio/audiocaptureplugins/voip/VoIp.cpp
@@ -1022,7 +1022,7 @@ bool TryRtp(EthernetHeaderStruct* ethernetHeader, IpHeaderStruct* ipHeader, UdpH
rtpInfo->ToString(logMsg);
LOG4CXX_DEBUG(s_rtpPacketLog, logMsg);
}
- if(payloadLength < 800) // sanity check, speech RTP payload should always be smaller
+ if(payloadLength < 900) // sanity check, speech RTP payload should always be smaller
{
RtpSessionsSingleton::instance()->ReportRtpPacket(rtpInfo);
}