I am working on installing Node.js and have it configured. When I use the phoneconfig get and put in my credentials the process crashes and I get the following:
I am simply putting in the following : http://IP of Node:1789/phoneconfig/devices?ccmcip={IP of CCM}
I get an authentication request page, put in credentials then the following happens on the node server.
events.js:72
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer [as oncomplete] (dns.js:124:16)
The Hello works with out issue
Thanks,
Joe