englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
http://englercj.github.com/node-esl/
MIT License
170 stars 111 forks source link

Getting variables on connection #32

Closed dgershman closed 9 years ago

dgershman commented 10 years ago

Is it possible to get channel variables on initial connection?

englercj commented 10 years ago

I think you may be looking for .getInfo(). Note this only makes sense on Outbound connections, it is null for Inbound connections.