[asterisk-dev] [Code Review] 3650: pbx_config: Add manager command equivalents to 'dialplan add extension' and 'dialplan remove extension' CLI commands
opticron
reviewboard at asterisk.org
Thu Jun 19 12:08:39 CDT 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3650/#review12200
-----------------------------------------------------------
/trunk/main/pbx.c
<https://reviewboard.asterisk.org/r/3650/#comment22252>
I see no mention of this change in the description.
/trunk/pbx/pbx_config.c
<https://reviewboard.asterisk.org/r/3650/#comment22254>
No support for named priorities?
/trunk/pbx/pbx_config.c
<https://reviewboard.asterisk.org/r/3650/#comment22253>
s/N/n/
/trunk/pbx/pbx_config.c
<https://reviewboard.asterisk.org/r/3650/#comment22257>
Use sscanf like in the other manager action handler.
/trunk/pbx/pbx_config.c
<https://reviewboard.asterisk.org/r/3650/#comment22260>
Set these strings to #defines or const char* that can be used in registration as well.
- opticron
On June 19, 2014, 11:41 a.m., Jonathan Rose wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/3650/
> -----------------------------------------------------------
>
> (Updated June 19, 2014, 11:41 a.m.)
>
>
> Review request for Asterisk Developers, Matt Jordan and Mark Michelson.
>
>
> Repository: Asterisk
>
>
> Description
> -------
>
> Adds 'DialplanAddExtension' and 'DialplanRemoveExtension' manager commands that work in mostly the same way as their CLI command equivalents. The following header arguments are used for each:
>
> Action: DialplanAddExtension
> Context - which context should be used
> Extension - name of the extension being created, if '/' is included, the portion after the '/' is a CID match for that extension.
> Priority - priority being added
> Application - name of the application to be used at this priority
> ApplicationData - not required (if not included results in no args), forms the arguments to the application
> Replace - not required (if not included, same as 'no'). If set to a truth value, replace existing extensions/priorities rather than failing if one exists where we are adding already.
>
> Action: DialplanRemoveExtension
> Context - which context is being removed from
> Extension - Which extension is being removed or having a priority removed from, if '/' is included, the portion after the '/' is a CID match for that extension.
> Priority - not required, if included then just a single priority is removed from the extension instead of the whole extension.
>
>
> Diffs
> -----
>
> /trunk/pbx/pbx_config.c 416234
> /trunk/main/pbx.c 416234
> /trunk/CHANGES 416234
>
> Diff: https://reviewboard.asterisk.org/r/3650/diff/
>
>
> Testing
> -------
>
> Tested add extension with/without appdata
> Tested add extension with/without '/' in extension and made sure the rest of the field was used as a CID value and that it worked the same as the CLI command equivalent
> Tested remove extension with/without priority
> Tested remove extension with/without '/' in extension and made sure that if CID was included that it deleted the CID including extension.
>
>
> Thanks,
>
> Jonathan Rose
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140619/f4717b1a/attachment-0001.html>
More information about the asterisk-dev
mailing list