jfernandz / pyst2

A fork of the famous python pyst library for Asterisk.
137 stars 105 forks source link

Return multiple variables #59

Open jersonjunior opened 3 years ago

jersonjunior commented 3 years ago

I was having trouble getting two variables or running a script, I've tried both ways below:

agi.set_variable ('name', name, 'user', user) and agi.set_variable ('name', name, 'user', user) agi.set_variable ('user', user)

Is it possible or would it have to be implemented?