(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/branches/1.4@120282
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
continue;
res = -1;
- ast_log(LOG_WARNING, "Context '%s' tries includes nonexistent context '%s'\n",
+ ast_log(LOG_WARNING, "Context '%s' tries to include nonexistent context '%s'\n",
ast_get_context_name(con), inc->rname);
break;
}
if (clearglobalvars_config)
pbx_builtin_clear_globals();
pbx_load_module();
+ ast_cli(fd, "Dialplan reloaded.\n");
return RESULT_SUCCESS;
}