Module: sip-router
Branch: master
Commit: 1207edd603937e3e43ce20207bfeae0284f16489
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1207edd…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Jun 17 14:48:52 2013 +0200
pv: $xavp(name) is marked as PVT_XAVP type
---
modules/pv/pv.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/pv/pv.c b/modules/pv/pv.c
index fcfea11..2b13ec8 100644
--- a/modules/pv/pv.c
+++ b/modules/pv/pv.c
@@ -87,7 +87,7 @@ static pv_export_t mod_pvs[] = {
pv_parse_snd_name, 0, 0, 0 },
#ifdef WITH_XAVP
{ {"xavp", sizeof("xavp")-1}, /* xavp */
- PVT_OTHER, pv_get_xavp, pv_set_xavp,
+ PVT_XAVP, pv_get_xavp, pv_set_xavp,
pv_parse_xavp_name, 0, 0, 0 },
#endif