[sr-dev] git:5.1:4c840b7e: kamctl: fixed the name of rpc command for dialplan reload

Daniel-Constantin Mierla miconda at gmail.com
Fri Mar 2 16:19:30 CET 2018


Module: kamailio
Branch: 5.1
Commit: 4c840b7e9144e0540e97be5c9d3444b38a901a27
URL: https://github.com/kamailio/kamailio/commit/4c840b7e9144e0540e97be5c9d3444b38a901a27

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-03-02T16:19:12+01:00

kamctl: fixed the name of rpc command for dialplan reload

(cherry picked from commit 9b7bb4ea6c100f5f33d2dddc9061febf33c47f5e)

---

Modified: utils/kamctl/kamctl

---

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

---

diff --git a/utils/kamctl/kamctl b/utils/kamctl/kamctl
index f82f6f540a..05505a7648 100755
--- a/utils/kamctl/kamctl
+++ b/utils/kamctl/kamctl
@@ -1902,7 +1902,7 @@ dialplan() {
 			;;
 
 		reload)
-			ctl_cmd_run dp_reload dp.reload
+			ctl_cmd_run dp_reload dialplan.reload
 			;;
 
 		*)




More information about the sr-dev mailing list