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
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
@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
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] {
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;