summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-02-28 17:44:23 +0000
committerHenri Herscher <henri@oreka.org>2006-02-28 17:44:23 +0000
commit22ea43f8b8b8b5f5b16270f46caeaac8343be08b (patch)
tree088b2419327618585b1610924f7f067946832035 /orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
parente4224e3e7bb2ce3104a5a3907b691c7d4bd0da69 (diff)
Skinny StartMedia is now associated to CallInfo based on IP address of the endpoint when the StartMedia conference ID is null - additionally, SIP "INVITE" string and "BYE" string are now strcmp'ed for the full string (avoid SIP false positive).
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@187 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
index 0b45e6d..fcc8621 100644
--- a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
+++ b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
@@ -101,7 +101,7 @@ typedef struct
{
SkinnyHeaderStruct header;
unsigned long conferenceId;
- unsigned long passThruParty;
+ unsigned long passThruPartyId;
struct in_addr remoteIpAddr;
unsigned long remoteTcpPort;
// and some more fields
@@ -111,7 +111,7 @@ typedef struct
{
SkinnyHeaderStruct header;
unsigned long conferenceId;
- unsigned long passThruParty;
+ unsigned long passThruPartyId;
} SkStopMediaTransmissionStruct;
typedef struct