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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2015-02-19T09:36:57+01:00

pv: fixed the definition of the new $sut variable

- reported by Luis Azedo

---

Modified: modules/pv/pv.c

---

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

---

diff --git a/modules/pv/pv.c b/modules/pv/pv.c
index af9728f..2f99a53 100644
--- a/modules/pv/pv.c
+++ b/modules/pv/pv.c
@@ -381,7 +381,7 @@ static pv_export_t mod_pvs[] = {
        {{"td", (sizeof("td")-1)}, /* */
                PVT_OTHER, pv_get_to_attr, pv_set_to_domain,
                0, 0, pv_init_iname, 3},
-       {{"su", (sizeof("sut")-1)}, /* */
+       {{"sut", (sizeof("sut")-1)}, /* */
                PVT_OTHER, pv_get_srcaddr_uri_full, 0,
                0, 0, 0, 0},
        {{"to.domain", (sizeof("to.domain")-1)}, /* */


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

Reply via email to