aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 13:31:09 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 13:31:09 +0000
commit96bbfcbb140393747852287bc5640b0ba2f80382 (patch)
tree84ca69a15d2e6966ec9dde887f8d127da3129eab /pbx
parentade7ed66253d927b6a36c253099380fe2a0fd354 (diff)
Fix a log message and add a message for when the dialplan is done reloading.
(closes issue #12716) Reported by: chappell Patches: dialplan_reload_2.diff uploaded by chappell (license 8) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@120282 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 565d7d836..8083fda66 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -2081,6 +2081,7 @@ static int handle_reload_extensions(int fd, int argc, char *argv[])
if (clearglobalvars_config)
pbx_builtin_clear_globals();
pbx_load_module();
+ ast_cli(fd, "Dialplan reloaded.\n");
return RESULT_SUCCESS;
}