[asterisk-dev] [Code Review] Add new AGI command: PARK
paul.belanger at polybeacon.com
paul.belanger at polybeacon.com
Tue Jun 1 14:11:56 CDT 2010
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/681/
-----------------------------------------------------------
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/include/asterisk/features.h 264538
/trunk/main/features.c 264538
/trunk/res/res_agi.c 264538
Diff: https://reviewboard.asterisk.org/r/681/diff
Testing
-------
Reporter only.
Thanks,
pabelanger
More information about the asterisk-dev
mailing list