englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl

Home Page:http://englercj.github.com/node-esl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting variables on connection

dgershman opened this issue · comments

Is it possible to get channel variables on initial connection?

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