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

Parsing sofia api command results #20

Closed clintberry closed 10 years ago

clintberry commented 10 years ago

I just wanted to check so I don't reinvent the wheel. Is there anything in this library that parses through sofia api command results like sofia status profile internal reg which returns all the phones that are registered on internal profile.

englercj commented 10 years ago

No it doesn't parse through the results of any events (excluding auth, and bgapi). All it does is ease communication between node and the freeswitch ESL TCP socket. You can run the api and get the results, but they will just be whatever freeswitch spits out :)

clintberry commented 10 years ago

Sounds good. I will add some parsing and a little more abstraction in this library: https://github.com/clintberry/phony

Your library is awesome. Thank you for your work.

englercj commented 10 years ago

Awesome! Glad to be of help, if you need anything just let me know!