[asterisk-commits] file: branch 1.6.0 r120284 - in /branches/1.6.0: ./ pbx/pbx_config.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 4 08:34:45 CDT 2008
Author: file
Date: Wed Jun 4 08:34:45 2008
New Revision: 120284
URL: http://svn.digium.com/view/asterisk?view=rev&rev=120284
Log:
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)
........
................
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/pbx/pbx_config.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/pbx/pbx_config.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/pbx/pbx_config.c?view=diff&rev=120284&r1=120283&r2=120284
==============================================================================
--- branches/1.6.0/pbx/pbx_config.c (original)
+++ branches/1.6.0/pbx/pbx_config.c Wed Jun 4 08:34:45 2008
@@ -1326,7 +1326,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