Module: kamailio Branch: 5.1 Commit: 4c840b7e9144e0540e97be5c9d3444b38a901a27 URL: https://github.com/kamailio/kamailio/commit/4c840b7e9144e0540e97be5c9d3444b3...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/4c840b7e9144e0540e97be5c9d3444b3... Patch: https://github.com/kamailio/kamailio/commit/4c840b7e9144e0540e97be5c9d3444b3...
---
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 ;;
*)