[sr-dev] git:master:f658a7a8: pv: removed commented code for retcode var - exported from core

Daniel-Constantin Mierla miconda at gmail.com
Mon Jun 1 20:22:25 CEST 2020


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-05-31T09:30:13+02:00

pv: removed commented code for retcode var - exported from core

---

Modified: src/modules/pv/pv.c

---

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

---

diff --git a/src/modules/pv/pv.c b/src/modules/pv/pv.c
index 7f478a9ac5..492344f80e 100644
--- a/src/modules/pv/pv.c
+++ b/src/modules/pv/pv.c
@@ -338,12 +338,6 @@ static pv_export_t mod_pvs[] = {
 	{{"rb", (sizeof("rb")-1)}, /* */
 		PVT_MSG_BODY, pv_get_msg_body, 0,
 		0, 0, 0, 0},
-	/* {{"rc", (sizeof("rc")-1)},
-		PVT_OTHER, pv_get_return_code, 0,
-		0, 0, 0, 0},
-	{{"retcode", (sizeof("retcode")-1)},
-		PVT_OTHER, pv_get_return_code, 0,
-		0, 0, 0, 0}, */
 	{{"rd", (sizeof("rd")-1)}, /* */
 		PVT_RURI_DOMAIN, pv_get_ruri_attr, pv_set_ruri_host,
 		0, 0, pv_init_iname, 2},




More information about the sr-dev mailing list