tropo / tropo-agitate

Script for Tropo that emulates the Asterisk AGI
http://tropo.com
MIT License
20 stars 15 forks source link

Allow for individual params on an outbound/Session API request #7

Open jsgoecke opened 13 years ago

jsgoecke commented 13 years ago

Right now the way you pass variables into Tropo is within the 'tropo_tag' variable. Now, you may pass in JSON and get multiple values in there. What would be nice, is if you could just take any URL encoded or POSTed variable and have it in scope. An implementation of the CHANNEL application might do the trick. Where the CHANNEL finds the values off of the session/call object rather than a stored hash.