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

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


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

(Updated 2010-06-16 10:43:59.477486)


Review request for Asterisk Developers and bklang.


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