Module: kamailio Branch: master Commit: c47c759e6f59ec674c9c83a9e38d2620c36323c8 URL: https://github.com/kamailio/kamailio/commit/c47c759e6f59ec674c9c83a9e38d2620...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-01-12T18:15:28+01:00
cnxcc: updated the export signature of set_max_credit() to kemi
- affected by last addition with connection cost
---
Modified: src/modules/cnxcc/cnxcc_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/c47c759e6f59ec674c9c83a9e38d2620... Patch: https://github.com/kamailio/kamailio/commit/c47c759e6f59ec674c9c83a9e38d2620...
---
diff --git a/src/modules/cnxcc/cnxcc_mod.c b/src/modules/cnxcc/cnxcc_mod.c index d1a7c17076..55d9bf00a1 100644 --- a/src/modules/cnxcc/cnxcc_mod.c +++ b/src/modules/cnxcc/cnxcc_mod.c @@ -2127,7 +2127,7 @@ static sr_kemi_t sr_kemi_cnxcc_exports[] = { { str_init("cnxcc"), str_init("set_max_credit"), SR_KEMIP_INT, ki_set_max_credit, { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR, - SR_KEMIP_INT, SR_KEMIP_INT, SR_KEMIP_NONE } + SR_KEMIP_STR, SR_KEMIP_INT, SR_KEMIP_INT } }, { str_init("cnxcc"), str_init("set_max_time"), SR_KEMIP_INT, ki_set_max_time,