<div>Hi chad,</div><div><br></div><div>Output of telnet localhost 8022</div><div><br></div><div>Trying 127.0.0.1...</div><div>Connected to localhost.</div><div>Escape character is &#39;^]&#39;.</div><div>connect</div><div>
<br></div><div>Connection closed by foreign host.</div><div><br></div><div>On my application side I got this error:</div><div><br></div><div><div>/home/abdlquadri/node_modules/modesl/lib/esl/connection.js:386</div><div><span class="" style="white-space:pre">        </span>uuid = self.getInfo().getHeader(&#39;unique-id&#39;);</div>
<div><span class="" style="white-space:pre">        </span>                      ^</div><div>TypeError: Cannot call method &#39;getHeader&#39; of null</div><div>    at Connection.execute (/home/abdlquadri/node_modules/modesl/lib/esl/connection.js:386:24)</div>
<div>    at null.&lt;anonymous&gt; (/home/abdlquadri/public_html/coWork_nodeServer/server.js:9:15)</div><div>    at EventEmitter.emit (/home/abdlquadri/node_modules/modesl/node_modules/eventemitter2/lib/eventemitter2.js:313:21)</div>
<div>    at Server._onConnection (/home/abdlquadri/node_modules/modesl/lib/esl/server.js:46:10)</div><div>    at Server.EventEmitter.emit (events.js:96:17)</div><div>    at TCP.onconnection (net.js:1038:8)</div></div><div>
<br></div><div><br></div><div>I guess it connected that is why the application can crash. Probably becuase telnet did not send an esl connection object.</div><div><br></div><div>Regards.</div>