[asterisk-dev] [svn-commits] tilghman: trunk r97651 - in /trunk: ./ apps/ channels/ configs/ include/aster...
Johansson Olle E
oej at edvina.net
Fri Jan 11 02:21:15 CST 2008
10 jan 2008 kl. 01.12 skrev SVN commits to the Digium repositories:
> Author: tilghman
> Date: Wed Jan 9 18:12:35 2008
> New Revision: 97651
>
> URL: http://svn.digium.com/view/asterisk?view=rev&rev=97651
> Log:
> Several manager changes:
> 1) Add the Dialplan class, for NewExten and VarSet events, which
> should cut
> down on the volume of traffic in the Call class.
> 2) Permit some commands to be run from multiple classes, such as
> allowing
> DBGet to be run from either the System or the Reporting class.
> 3) Heavily document each class in the sample config, as there were
> several
> that made no sense to be in the write= line, and two that made no
> sense to be
> in the read= line (since they controlled no permissions there).
>
> (Closes issue #10386)
>
> Modified:
> trunk/CHANGES
> trunk/apps/app_stack.c
> trunk/apps/app_voicemail.c
> trunk/channels/chan_iax2.c
> trunk/channels/chan_sip.c
> trunk/configs/manager.conf.sample
> trunk/include/asterisk/manager.h
> trunk/main/db.c
> trunk/main/manager.c
> trunk/main/pbx.c
> trunk/pbx/pbx_realtime.c
> trunk/res/res_features.c
>
> Modified: trunk/CHANGES
> URL: http://svn.digium.com/view/asterisk/trunk/CHANGES?view=diff&rev=97651&r1=97650&r2=97651
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/CHANGES (original)
> +++ trunk/CHANGES Wed Jan 9 18:12:35 2008
> @@ -35,6 +35,10 @@
> * Added Masquerade manager event for when a masquerade happens
> between
> two channels.
> * Added "manager reload" command for the CLI
> + * Lots of commands that only provided information are now allowed
> under the
> + Reporting privilege, instead of only under Call or System.
> + * The IAX* commands now require either System or Reporting
> privilege, to
> + mirror the privileges of the SIP* commands.
>
Since this automatically becomes part of the manager 1.1 changes,
which now are pretty dramatic,
please add to the manager_1_1 documentation in /doc so that we have
one document that
informs developers about all the changes.
Thanks,
/Olle
More information about the asterisk-dev
mailing list