[sr-dev] git:carstenbock/ims: - changed the PV-Type to PV_OTHER

Carsten Bock carsten at bock.info
Thu Jan 13 23:43:46 CET 2011


Module: sip-router
Branch: carstenbock/ims
Commit: 20ac1ac58c41dd11ce4c8e98bf2d9c0af81c368a
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20ac1ac58c41dd11ce4c8e98bf2d9c0af81c368a

Author: Carsten Bock <carsten at bock.info>
Committer: Carsten Bock <carsten at bock.info>
Date:   Thu Jan 13 23:13:31 2011 +0100

- changed the PV-Type to PV_OTHER

---

 modules_k/rr/rr_mod.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules_k/rr/rr_mod.c b/modules_k/rr/rr_mod.c
index 7608e04..3e23eab 100644
--- a/modules_k/rr/rr_mod.c
+++ b/modules_k/rr/rr_mod.c
@@ -119,8 +119,8 @@ static param_export_t params[] ={
  * \brief Exported Pseudo variables
  */
 static pv_export_t mod_pvs[] = {
-    {{"route_uri", (sizeof("route_uri")-1)}, /* number of records routes */
-     PVT_CONTEXT, pv_get_route_uri_f, 0, 0, 0, 0, 0},
+    {{"route_uri", (sizeof("route_uri")-1)}, /* URI of the first Route-Header */
+     PVT_OTHER, pv_get_route_uri_f, 0, 0, 0, 0, 0},
     {{0, 0}, 0, 0, 0, 0, 0, 0, 0}
 };
 




More information about the sr-dev mailing list