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 <[email protected]>
Committer: Carsten Bock <[email protected]>
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}
 };
 


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to