[Home]

Summary:ASTERISK-21868: Asterisk REST API - Implement channel variables/global variables
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-06-06 09:44:11Date Closed:2013-07-08 09:46:29
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Stasis Resources/res_ari
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:We're going to need the ability to get/set global variables as well as channel variables. While channel variables are a bit more obvious, there may also be a need to get at global information set in a diaplan from a specific Stasis application as well - since the two are going to be rather similar, we may as well add both.

* Global variables should probably be added to the Asterisk namespace.
* Getting/setting variables should allow for functions to be specified as well - so the REST API should allow for someone to get ${CALLERID(foo)} as well as channel variable ${bar}.
Comments: