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: https://origsvn.digium.com/svn/asterisk/trunk@120283
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
pbx_builtin_clear_globals();
pbx_load_module();
-
+ ast_cli(a->fd, "Dialplan reloaded.\n");
return CLI_SUCCESS;
}