Re: [SR-Users] event_route xhttp:request

2014-08-19 Thread Daniel-Constantin Mierla
t: Re: [SR-Users] event_route xhttp:request Hello, can you check to be sure that event_route is not in a disable part of config by #!ifdef conditions? Cheers, Daniel On 16/08/14 02:33, Kamrul Khan wrote: i am trying to connect to my kamailio through websocket. I added the below code

Re: [SR-Users] event_route xhttp:request

2014-08-18 Thread Kamrul Khan
Hi, Found the issue. I needed to configure, tcp_accept_no_cl=yes. Working fine now. From: do...@live.com To: mico...@gmail.com; sr-users@lists.sip-router.org Subject: RE: [SR-Users] event_route xhttp:request Date: Mon, 18 Aug 2014 21:38:18 +0600 Hey, thanks for your reply. Do I need

Re: [SR-Users] event_route xhttp:request

2014-08-18 Thread Kamrul Khan
@lists.sip-router.org Subject: Re: [SR-Users] event_route xhttp:request Hello, can you check to be sure that event_route is not in a disable part of config by #!ifdef conditions? Cheers, Daniel On 16/08/14 02:33, Kamrul Khan wrote

Re: [SR-Users] event_route xhttp:request

2014-08-18 Thread Daniel-Constantin Mierla
Hello, can you check to be sure that event_route is not in a disable part of config by #!ifdef conditions? Cheers, Daniel On 16/08/14 02:33, Kamrul Khan wrote: i am trying to connect to my kamailio through websocket. I added the below code in my config file: event_route[xhttp:request] {

[SR-Users] event_route xhttp:request

2014-08-15 Thread Kamrul Khan
i am trying to connect to my kamailio through websocket. I added the below code in my config file: event_route[xhttp:request] { xlog("websocket connection request"); set_reply_close(); set_reply_no_connect(); if (ws_handle_handshake()) { exit;