[sr-dev] git:master:2e8bfcef: dialplan: Fix typos

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 14 19:34:08 CEST 2022


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

Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2022-09-14T19:34:03+02:00

dialplan: Fix typos

Fix typos in kemi exports

---

Modified: src/modules/dialplan/dialplan.c

---

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

---

diff --git a/src/modules/dialplan/dialplan.c b/src/modules/dialplan/dialplan.c
index 0df83bbee6..c260d3f315 100644
--- a/src/modules/dialplan/dialplan.c
+++ b/src/modules/dialplan/dialplan.c
@@ -850,12 +850,12 @@ static sr_kemi_t sr_kemi_dialplan_exports[] = {
 		{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
-	{ str_init("dialplan"), str_init("dp_transalte"),
+	{ str_init("dialplan"), str_init("dp_translate"),
 		SR_KEMIP_INT, ki_dp_translate_1_args,
 		{ SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
-	{ str_init("dialplan"), str_init("dp_transalte"),
+	{ str_init("dialplan"), str_init("dp_translate"),
 		SR_KEMIP_INT, ki_dp_translate_3_args,
 		{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }




More information about the sr-dev mailing list