[asterisk-dev] [Code Review] Add new AGI command: PARK

paul.belanger at polybeacon.com paul.belanger at polybeacon.com
Wed Jun 16 10:43:28 CDT 2010


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/681/#review2210
-----------------------------------------------------------



/trunk/main/features.c
<https://reviewboard.asterisk.org/r/681/#comment4713>

    Minor, but missing doxygen comments.



/trunk/res/res_agi.c
<https://reviewboard.asterisk.org/r/681/#comment4714>

    Same as above


- pabelanger


On 2010-06-16 10:37:37, pabelanger wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/681/
> -----------------------------------------------------------
> 
> (Updated 2010-06-16 10:37:37)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Summary
> -------
> 
> bklang has submitted this patch to the issue tracker, it is now flagged ready for review.
> ---
> I needed a way to programmatically park calls via AGI and return the parking slot to the script for further processing. Since the generic EXEC AGI command does not allow returning information, I created this patch which adds the PARK command to AGI. On success, the parking lot space is returned. The PARK command accepts the same arguments as the dialplan function PARK and in fact uses the same parsing code. 
> 
> 
> This addresses bug 17046.
>     https://issues.asterisk.org/view.php?id=17046
> 
> 
> Diffs
> -----
> 
>   /trunk/CHANGES 270257 
>   /trunk/include/asterisk/features.h 270257 
>   /trunk/main/features.c 270257 
>   /trunk/res/res_agi.c 270257 
> 
> Diff: https://reviewboard.asterisk.org/r/681/diff
> 
> 
> Testing
> -------
> 
> Reporter only.
> 
> 
> Thanks,
> 
> pabelanger
> 
>




More information about the asterisk-dev mailing list