summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2009-02-20 22:18:03 +0000
committerHenri Herscher <henri@oreka.org>2009-02-20 22:18:03 +0000
commitad08a31ce17bf5f89d46fe6a0ee74ec213653830 (patch)
treeb98b1c7e3eba4f4e84dd0983d8d3666d157b4b16 /orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
parent17ab3f85e56d2ee715ad5207f76337f5565e865d (diff)
SIP ACK method is now taken into account as if it was an INVITE.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@604 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
index a32e8cd..87b2ee1 100644
--- a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
+++ b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
@@ -358,10 +358,12 @@ struct Iax2MetaTrunkEntryTs {
// SIP
#define SIP_METHOD_INVITE_SIZE 6
+#define SIP_METHOD_ACK_SIZE 3
#define SIP_METHOD_BYE_SIZE 3
#define SIP_RESPONSE_200_OK_SIZE 11
#define SIP_RESPONSE_SESSION_PROGRESS_SIZE 28
#define SIP_METHOD_INVITE "INVITE"
+#define SIP_METHOD_ACK "ACK"
#define SIP_METHOD_BYE "BYE"
#define SIP_RESPONSE_200_OK "SIP/2.0 200"
#define SIP_RESPONSE_SESSION_PROGRESS "SIP/2.0 183 Session Progress"