[asterisk-dev] how to get json body from client-ser

2015-02-03 Thread Vipul Rastogi
I am trying to retrieve json body from http response (below code) but ast_http_get_json method expects ast_variable which is probably list of headers. so question is how to I get this from client (or client-ser). Suggestions most welcome ! res_http_websocket.c -

Re: [asterisk-dev] AstriDevCon Follow Up - Asterisk and Kamailio - smoother integration

2015-02-03 Thread Daniel-Constantin Mierla
Thanks Matt for all the valuable details -- even quite some time since your answer, I still have to digest parts of it, given that I had some tough cold to deal with and then a bit of traveling. But that gave time to think more about and I have an idea that I will present in a near future to make

[asterisk-dev] [Code Review] 4400: Add no_answer to ARI hangup causes

2015-02-03 Thread Ben Merrills
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4400/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24745

Re: [asterisk-dev] [Code Review] 4399: HTTP: Stop accepting requests on final system shutdown.

2015-02-03 Thread rmudgett
On Feb. 3, 2015, 1:43 p.m., Matt Jordan wrote: /branches/13/main/http.c, line 1877 https://reviewboard.asterisk.org/r/4399/diff/1/?file=71251#file71251line1877 I'd change this to a 503 Service Unavailable. If you hit this, the HTTP server is unavailable (but still running), and

Re: [asterisk-dev] Asterisk with socket.io

2015-02-03 Thread Dan Jenkins
On Tue, Feb 3, 2015 at 7:40 AM, Vipul Rastogi vipul.rast...@temasys.com.sg wrote: 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... Connection: Upgrade