summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-06-01 19:41:24 +0000
committerHenri Herscher <henri@oreka.org>2007-06-01 19:41:24 +0000
commit2501598d00dac0b63904efc01cbc95ac15e2e19b (patch)
tree35598d5c6af40d827237352e20b6030aa8712a73 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent87856bf5f56d2597209b7ed768f5096559e0587b (diff)
Further work on the Skinny on-hold handling.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@442 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 70c0f4b..41495af 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -150,7 +150,7 @@ public:
private:
RtpSessionRef findByEndpointIp(struct in_addr);
RtpSessionRef findByEndpointIpUsingIpAndPort(struct in_addr endpointIpAddr);
- void ChangeCallId(RtpSessionRef& session, unsigned int newId);
+ bool ChangeCallId(RtpSessionRef& session, unsigned int newId);
void SetMediaAddress(RtpSessionRef& session, struct in_addr mediaIp, unsigned short mediaPort);
CStdString GenerateSkinnyCallId(struct in_addr endpointIp, unsigned int callId);