Module: kamailio
Branch: master
Commit: 22f93ba67e4ee1f517c0e66138e2ba7c2d6db885
URL:
https://github.com/kamailio/kamailio/commit/22f93ba67e4ee1f517c0e66138e2ba7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-04-22T07:58:36+02:00
pv: exported xavp_params_implode() to kemi
---
Modified: src/modules/pv/pv.c
---
Diff:
https://github.com/kamailio/kamailio/commit/22f93ba67e4ee1f517c0e66138e2ba7…
Patch:
https://github.com/kamailio/kamailio/commit/22f93ba67e4ee1f517c0e66138e2ba7…
---
diff --git a/src/modules/pv/pv.c b/src/modules/pv/pv.c
index bdb4e17834..1bc2af1e8e 100644
--- a/src/modules/pv/pv.c
+++ b/src/modules/pv/pv.c
@@ -1119,6 +1119,11 @@ static sr_kemi_t sr_kemi_pvx_exports[] = {
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
+ { str_init("pvx"), str_init("xavp_params_implode"),
+ SR_KEMIP_INT, ki_xavp_params_implode,
+ { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
+ },
{ str_init("pvx"), str_init("evalx"),
SR_KEMIP_INT, ki_pv_evalx,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,