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
171 stars 109 forks source link

not responding #21

Closed macpie closed 11 years ago

macpie commented 11 years ago

Hello,

I am running the example code, the simple connect and send status and nothing happens.

It runs all the way without outputting anything ...

I am running FreeSWITCH (Version 1.2.10 ). I checked the port and password and everything seems fine.

my code: http://pastebin.com/QMeZSAyD (in case I made a mistake)

Thank you in advance for your help!

macpie commented 11 years ago

My bad found the issue when no password is set on freeswitch and node, it does not do anything.