Module: kamailio
Branch: master
Commit: 695448dc49812225c743e385edf846405c94b3e2
URL:
https://github.com/kamailio/kamailio/commit/695448dc49812225c743e385edf8464…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-14T16:15:09+02:00
pv: exported xavp_slist_explode() to kemi
---
Modified: src/modules/pv/pv.c
---
Diff:
https://github.com/kamailio/kamailio/commit/695448dc49812225c743e385edf8464…
Patch:
https://github.com/kamailio/kamailio/commit/695448dc49812225c743e385edf8464…
---
diff --git a/src/modules/pv/pv.c b/src/modules/pv/pv.c
index b60cfb56f8..9367103bfe 100644
--- a/src/modules/pv/pv.c
+++ b/src/modules/pv/pv.c
@@ -2739,6 +2739,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_slist_explode"),
+ SR_KEMIP_INT, ki_xavp_slist_explode,
+ { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
+ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE }
+ },
{ str_init("pvx"), str_init("xavp_seti"),
SR_KEMIP_INT, ki_xavp_seti,
{ SR_KEMIP_STR, SR_KEMIP_INT, SR_KEMIP_NONE,