Module: sip-router
Branch: daniel/pv
Commit: e7745e9a2a37a56ea71ec72eb8fbbdfc837f0dcb
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7745e9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Nov 28 00:13:47 2008 +0200
- list of PVs types syncronized with Kamailio
---
pvar.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/pvar.h b/pvar.h
index 811ea34..e8482f5 100644
--- a/pvar.h
+++ b/pvar.h
@@ -72,7 +72,11 @@
enum _pv_type {
PVT_NONE=0, PVT_EMPTY, PVT_NULL,
- PVT_MARKER, PVT_AVP, PVT_COLOR,
+ PVT_MARKER, PVT_AVP, PVT_HDR,
+ PVT_RURI, PVT_RURI_USERNAME, PVT_RURI_DOMAIN,
+ PVT_DSTURI, PVT_COLOR, PVT_BRANCH,
+ PVT_FROM, PVT_TO, PVT_OURI,
+ PVT_SCRIPTVAR, PVT_MSG_BODY,
PVT_OTHER, PVT_EXTRA /* keep it last */
};