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

ivr example #62

Closed byoungdale closed 7 years ago

byoungdale commented 7 years ago

I wrote this pretty basic ivr example as a way to learn more about Freeswitch ESL and node. It's simple, but shows some useful functions and events that could be worth showing as an example.

englercj commented 7 years ago

Thanks for this, very cool!