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

Possible IVR #42

Closed murugan-pandian closed 9 years ago

murugan-pandian commented 9 years ago

It's Possible i can create IVR using node-esl

englercj commented 9 years ago

Yes. I've done it before. :)

murugan-pandian commented 9 years ago

Any doc or example

englercj commented 9 years ago

I do not have an example up, and I don't have time to make one. The idea though is to just use mod_esl events to listen for tone events and respond accordingly.