[asterisk-bugs] [Asterisk 0011365]: [patch] Add 'voicemail reload' CLI command
noreply at bugs.digium.com
noreply at bugs.digium.com
Sun Nov 25 10:21:41 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11365
======================================================================
Reported By: eliel
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 11365
Category: Applications/app_voicemail
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 89546
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-24-2007 13:13 CST
Last Modified: 11-25-2007 10:21 CST
======================================================================
Summary: [patch] Add 'voicemail reload' CLI command
Description:
Trivial CLI command to reload voicemail configuration.
Syntax: voicemail reload
======================================================================
----------------------------------------------------------------------
eliel - 11-25-07 10:21
----------------------------------------------------------------------
I think that every module that has a .conf associated should has a '*
reload' command to retrieve the configuration, there is a question on the
dCap exam about this (I think) to confuse you:
How do you reload sip and voicemail without reloading other module?
1 - sip reload and voicemail reload
2 - sip reload and reload app_voicemail.so
They ask you this because they think you will reply with 'sip reload and
voicemail reload' because you will think "every command has a reload why
voicemail shouldnt?" <-- This dCap question inspire me to add this
command.
And I think, we are trying to make asterisk as simple as possible, and not
every administrator will know or must know that voicemail functionality is
under app_voicemail.so. I also think that we don't loose anything adding
this type of commands. I see 'module reload *.so' as a low level command.
I know there is a workaround for reloading voicemail config, but it is
hard to remember every command if we don't encapsulate them in a common
form.
Issue History
Date Modified Username Field Change
======================================================================
11-25-07 10:21 eliel Note Added: 0074282
======================================================================
More information about the asterisk-bugs
mailing list