[sr-dev] git:master:b90a0fb7: core: pv - define xavi types

Victor Seva linuxmaniac at torreviejawireless.org
Fri May 29 23:32:04 CEST 2020


Module: kamailio
Branch: master
Commit: b90a0fb772c995b0214196270dca062eccc7e75e
URL: https://github.com/kamailio/kamailio/commit/b90a0fb772c995b0214196270dca062eccc7e75e

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2020-05-29T23:31:55+02:00

core: pv - define xavi types

---

Modified: src/core/pvar.h

---

Diff:  https://github.com/kamailio/kamailio/commit/b90a0fb772c995b0214196270dca062eccc7e75e.diff
Patch: https://github.com/kamailio/kamailio/commit/b90a0fb772c995b0214196270dca062eccc7e75e.patch

---

diff --git a/src/core/pvar.h b/src/core/pvar.h
index ffde26dedb..1415f84af0 100644
--- a/src/core/pvar.h
+++ b/src/core/pvar.h
@@ -77,8 +77,8 @@ enum _pv_type {
 	PVT_DSTURI,           PVT_COLOR,             PVT_BRANCH,
 	PVT_FROM,             PVT_TO,                PVT_OURI,
 	PVT_SCRIPTVAR,        PVT_MSG_BODY,          PVT_CONTEXT,
-	PVT_XAVP,             PVT_XAVU,              PVT_HDRC,
-	PVT_OTHER,            PVT_EXTRA /* keep it last */
+	PVT_XAVP,             PVT_XAVU,              PVT_XAVI,
+	PVT_HDRC,             PVT_OTHER,             PVT_EXTRA /* keep it last */
 };
 
 typedef enum _pv_type pv_type_t;




More information about the sr-dev mailing list