EvoluxBR / greenswitch

Battle proven FreeSWITCH Event Socket Protocol client implementation with Gevent
Other
126 stars 50 forks source link

How to get channel variables? #55

Closed davidcsi closed 4 years ago

davidcsi commented 4 years ago

Hello,

Great module!

How do I get a channel variable?

Thanks

David

italorossi commented 4 years ago

Outbound gives you all the channels variables at session.session_data as a dict (ex session.session_data['uuid']). Inbound you can run uuid_getvar (ex connection.send('api uuid_gervar uuid variable') )