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 additional

[SR-Users] How to get SIP parameter values

2014-08-18 Thread Kamrul Khan
I want to send the authorization information that I received from my SIP devices to another server for authentication. How to get the values of Authorization header. I tried using hf_value and hf_value2 but for @hf_value2.Authorization.username I get "Digest" as output. Is there any other w

Re: [SR-Users] [Kamailio-4.1.5] [/etc/init.d/kamailio/start] Error

2014-08-18 Thread Djamel Bahamid
Le 18/08/2014 16:38, Olle E. Johansson a écrit : On 18 Aug 2014, at 16:26, Djamel Bahamid wrote: Hello, When I try to execute the /etc/init.d/kamailio start, I've this error : [root@gtk:~][Mon 18/08/2014 16:21:58] # /etc/init.d/kamailio start Not starting Kamailio SIP server: invalid configu

Re: [SR-Users] event_route xhttp:request

2014-08-18 Thread Kamrul Khan
Hey, thanks for your reply. Do I need additional #!define to enable event_route ? I didnt see any in my configuration. I didnt find anything like #!ifdef EVENT_ROUTE or anything slimier in my configuration aswell. Date: Mon, 18 Aug 2014 13:27:32 +0200 From: mico...@gmail.com To: sr-users@lists.si

Re: [SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread Alex Balashov
On 08/18/2014 11:17 AM, Daniel-Constantin Mierla wrote: On 18/08/14 17:08, Alex Balashov wrote: Hi Daniel, On 08/18/2014 10:55 AM, Daniel-Constantin Mierla wrote: there was some work recently on dialog module to avoid a race at dialog creation between searching if dialog exists and adding th

Re: [SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread Daniel-Constantin Mierla
On 18/08/14 17:08, Alex Balashov wrote: Hi Daniel, On 08/18/2014 10:55 AM, Daniel-Constantin Mierla wrote: there was some work recently on dialog module to avoid a race at dialog creation between searching if dialog exists and adding the new corresponding structure. Maybe you can do some test

Re: [SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread Alex Balashov
Hi Daniel, On 08/18/2014 10:55 AM, Daniel-Constantin Mierla wrote: there was some work recently on dialog module to avoid a race at dialog creation between searching if dialog exists and adding the new corresponding structure. Maybe you can do some testing with master branch and see the results

Re: [SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread Daniel-Constantin Mierla
Hello, there was some work recently on dialog module to avoid a race at dialog creation between searching if dialog exists and adding the new corresponding structure. Maybe you can do some testing with master branch and see the results. Cheers, Daniel On 18/08/14 15:49, Alex Balashov wrote:

Re: [SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread Daniel-Constantin Mierla
Hello, can you send the log message for such case with debug=3 in kamailio.cfg? Cheers, Daniel On 18/08/14 15:39, Yasin Caner wrote: Hello i realize that if two same Invite comes to kamailio sequentially for a call, dialog module cannot create hash data and dont'give any error about it. Afte

Re: [SR-Users] [Kamailio-4.1.5] [/etc/init.d/kamailio/start] Error

2014-08-18 Thread Olle E. Johansson
On 18 Aug 2014, at 16:26, Djamel Bahamid wrote: > Hello, > > When I try to execute the /etc/init.d/kamailio start, I've this error : > > [root@gtk:~][Mon 18/08/2014 16:21:58] > # /etc/init.d/kamailio start > Not starting Kamailio SIP server: invalid configuration file! failed >

Re: [SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread betul.cerit
Hello; I cant get reply on my own e mail account so i writes response on myfriend account. I ask's credits with http_query so sometimes http_query really slow so it effect dialog modules weirdly. Therefore , i add a sl_send_reply(100,trying) before http_query. it has really good affect. i try

[SR-Users] [Kamailio-4.1.5] [/etc/init.d/kamailio/start] Error

2014-08-18 Thread Djamel Bahamid
Hello, When I try to execute the /etc/init.d/kamailio start, I've this error : [root@gtk:~][Mon 18/08/2014 16:21:58] # /etc/init.d/kamailio start Not starting Kamailio SIP server: invalid configuration file! failed failed ERROR: loading config file(/usr/local/

Re: [SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread Alex Balashov
Hi, I have not debugged the problem down to this level, but have a similar issue with rapid-fire retransmitted INVITEs. The dialogs end up stuck in state 5 due to dangling reference counts. -- Alex On 08/18/2014 09:39 AM, Yasin Caner wrote: Hello i realize that if two same Invite comes to

[SR-Users] Kamailio 4.1.(5-3) Dialog Module can't create hash if 2 same Invite comes.

2014-08-18 Thread Yasin Caner
Hello i realize that if two same Invite comes to kamailio sequentially for a call, dialog module cannot create hash data and dont'give any error about it. After get ACK or BYE for this call , it gives warning like 'unable to find dialog for ACK with route param 'f3f1.0524' [7999:16976]' . So i

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

Re: [SR-Users] XMLRPC problem

2014-08-18 Thread Daniel-Constantin Mierla
Thanks. It should have been fixed a while agon with commit 67fa31e3f01c4d70ad9561949bca4aaa230d0f46 Cheers, Daniel On 16/08/14 08:53, Kelvin Chua wrote: forgot to give feedback on this issue, here's a patch. --- modules/htable/htable.c2014-08-15 23:49:34.064455715 -0700 +++ modules/htable.c 2

[SR-Users] uac module - remote registration updates

2014-08-18 Thread Daniel-Constantin Mierla
Hello, lately I pushed several commits to enhance the handling of remote registrations with uac module. Among them: - uac.reg_info - rpc command to get the details of a remote registration record using filter on uuid, local/remote/auth username - uac.reg_enable and uac.reg_disable - rpc comma