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

make sure bgapi can invoke callback even if not jobid parameter #47

Closed pandeng closed 9 years ago

englercj commented 9 years ago

Cool, I would also remove the if(jobid) check in the sendApiCommand function since now it is guaranteed to be defined.

Also, looks like this is to fix #46?

pandeng commented 9 years ago

Great, i agree that