[asterisk-commits] file: trunk r120283 - in /trunk: ./ pbx/pbx_config.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 4 08:33:59 CDT 2008
Author: file
Date: Wed Jun 4 08:33:59 2008
New Revision: 120283
URL: http://svn.digium.com/view/asterisk?view=rev&rev=120283
Log:
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)
........
Modified:
trunk/ (props changed)
trunk/pbx/pbx_config.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/pbx/pbx_config.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx/pbx_config.c?view=diff&rev=120283&r1=120282&r2=120283
==============================================================================
--- trunk/pbx/pbx_config.c (original)
+++ trunk/pbx/pbx_config.c Wed Jun 4 08:33:59 2008
@@ -1331,7 +1331,7 @@
pbx_builtin_clear_globals();
pbx_load_module();
-
+ ast_cli(a->fd, "Dialplan reloaded.\n");
return CLI_SUCCESS;
}
More information about the asterisk-commits
mailing list