<div dir="ltr">Today, I got Asterisk working with respoke channel code  as well but on startup Asterisk connects (register=yes) with node.js server with HTTP GET which does not have following headers...<div>Connection: Upgrade</div><div>Upgrade: websocket </div><div><br></div><div>hence http connection is not upgraded. Please suggest what to do. Attaching my respoke.conf file.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 30, 2015 at 11:55 PM, Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Jan 29, 2015 at 8:17 PM, Vipul Rastogi<br>
<<a href="mailto:vipul.rastogi@temasys.com.sg">vipul.rastogi@temasys.com.sg</a>> wrote:<br>
> Thanks Dan. Do you have any example file to suggest how to use it. I am<br>
> looking for code lines which I can use in our app to connect, send and<br>
> receive from Nodejs applications.<br>
><br>
<br>
As Dan already pointed out, it is a module in an external repo, and is<br>
not currently part of Asterisk. If you wanted to integrate a <a href="http://socket.io" target="_blank">socket.io</a><br>
transport with some API - say, for example, ARI - you'd have to do<br>
that work yourself.<br>
<br>
As it is, ARI does use WebSockets, and can be integrated quite well<br>
with node.js already. If you're interested, a client library exists<br>
for that purpose:<br>
<br>
<a href="https://github.com/asterisk/node-ari-client" target="_blank">https://github.com/asterisk/node-ari-client</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Matthew Jordan<br>
Digium, Inc. | Engineering Manager<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</font></span></blockquote></div><br></div>