aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 13:34:45 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 13:34:45 +0000
commit9f168b13247453f3da44d9bb210a4de25af46240 (patch)
tree69254a29c5d5371c9fda7a4107ccedcef6332204 /pbx/pbx_config.c
parent978abefceaf5f80efff53108276d6c38df31601e (diff)
Merged revisions 120283 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r120283 | file | 2008-06-04 10:33:59 -0300 (Wed, 04 Jun 2008) | 14 lines Merged revisions 120282 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r120282 | file | 2008-06-04 10:31:09 -0300 (Wed, 04 Jun 2008) | 6 lines 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.6.0@120284 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_config.c')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 4a7a3d368..6aced1082 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1326,7 +1326,7 @@ static char *handle_cli_dialplan_reload(struct ast_cli_entry *e, int cmd, struct
pbx_builtin_clear_globals();
pbx_load_module();
-
+ ast_cli(a->fd, "Dialplan reloaded.\n");
return CLI_SUCCESS;
}