From 04e9e03bd4e67be9580f8fdfd49a0a76680b4dcd Mon Sep 17 00:00:00 2001 From: Maximilian Fridrich Date: Fri, 19 Apr 2024 11:14:20 +0200 Subject: [PATCH] re_sip: add Via branch id magic cookie constant --- include/re_sip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/re_sip.h b/include/re_sip.h index 5e892721a..f9c171765 100644 --- a/include/re_sip.h +++ b/include/re_sip.h @@ -150,6 +150,7 @@ enum { /** SIP Via header */ +#define RE_RFC3261_BRANCH_ID "z9hG4bK" struct sip_via { struct pl sentby; struct sa addr;