Re: [SR-Users] how to drop 200ok and survive?

2016-02-19 Thread Daniel-Constantin Mierla
Hello, On 18/02/16 20:35, Uri Shacked wrote: > Hi, > > for some strange reason, ask my regulator i need to manipulate > certain calls. > the scenario goes like this: > > 1. caller sends invite to kamailio. > 2. kamailio transfer the call to asterisk. > 3. asterisk send progress and play "hello

Re: [SR-Users] dispatcher flag

2016-02-19 Thread Daniel-Constantin Mierla
Btw, if you just want to see if it is active or inactive, it may work by ds_select_dst() and see if the $du or any of $avp(AVP_DST) is the uri, if not then is inactive. Cheers, Daniel On 18/02/16 11:59, alexandre.ancone...@orange.com wrote: > > Ok thanks i’m going to try this. > > Best regards. >

[SR-Users] ACC Module

2016-02-19 Thread Alberto Sagredo
I have a strange behaviour when configuring ACC module to put CDRs It must be as simple as this: modparam("acc", "cdr_enable", 1) But got this error: feb 19 09:26:14 kamailio /usr/local/sbin/kamailio[23712]: ERROR: acc [acc_mod.c:604]: mod_init(): failed to init cdr generation feb 19 09:26:14 k

Re: [SR-Users] ACC Module

2016-02-19 Thread Alberto Sagredo
Looking into code is related to this previously error ERROR: acc [acc_cdr.c:852]: init_cdr_generation(): can't load dialog API 2016-02-19 9:28 GMT+01:00 Alberto Sagredo : > I have a strange behaviour when configuring ACC module to put CDRs > > It must be as simple as this: > > modparam("acc",

Re: [SR-Users] ACC Module

2016-02-19 Thread Alberto Sagredo
I had to previously load dialog module :) loadmodule "dialog.so" modparam("dialog", "default_timeout", 43200 ) modparam("dialog", "db_mode", 0 ) # no database writes modparam("dialog", "dlg_flag", 3 ) modparam("dialog", "hash_size", 4096 ) Hope this would help to

Re: [SR-Users] Registration Failure - IMS

2016-02-19 Thread Cristina Caridi
Hello Franz, sorry but I missed your previuos mail. In the attach you can find the trace of the registration. Thank you, Cristina 2016-02-16 17:06 GMT+01:00 Cristina Caridi : > Hello, > do you have any suggestion on this? > > Thank You, > Cristina > > > -- Forwarded message -- >

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-19 Thread Sid Mason
That saved lives and many worried families are relieved! On Fri, Feb 19, 2016 at 3:43 PM, Daniel-Constantin Mierla wrote: > You have to put end of line \r\n at the end of the parameter for > append_hf(). > > Cheers, > Daniel > > > On 19/02/16 08:39, Sid Mason wrote: > > Yes, there is a append_h

Re: [SR-Users] how to drop 200ok and survive?

2016-02-19 Thread Uri Shacked
Hi, thanks for the quick response. regarding to the 200 drop, it is less of an issue. i actually tried t_drop_replies() on the reply_route. it works only on failure_route. but, didn't try another on_reply route and drop. i will try. thanks. still, daniel is right, the main problem is the ACK. as

Re: [SR-Users] BUG: qm_free: freeing already freed pointer

2016-02-19 Thread Rene Montilva
Hi Daniel i made the version change to 4.3.4 , but now i got this error and then the kamailio froze Feb 19 10:18:22 server6-2 /usr/sbin/kamailio[3403]: WARNING: tm [h_table.c:130]: free_cell_helper(): removed cell 0x7ff2dd63d548 is still linked in hash table (t_lookup.c:1486) Feb 19 10:18:22 ser

Re: [SR-Users] rfc: kamailio.cfg polishing for v4.4

2016-02-19 Thread Anthony Messina
On Tuesday, February 09, 2016 08:45:23 AM Daniel-Constantin Mierla wrote: > Hello, > > wondering if people feel it is need to polish the current default > kamailio.cfg, to prepare the version for next major release. It can be > browsed online at: > > - https://github.com/kamailio/kamailio/blob/

[SR-Users] DNSSRV to resolve to multiple Kamailio servers

2016-02-19 Thread Derek Bolichowski
Hello, I'm trying to create a DNSSRV record that resolves to multiple Kamailio servers for my clients to authenticate against. Before using Kamailio, we had a DNSSRV record setup that resolved to our multiple Asterisk servers via their WAN Address. I've tried to do the same with Kamailio, but

Re: [SR-Users] [SPAM]Re: Registration Failure - IMS

2016-02-19 Thread Franz Edler
Hello Cristina, > In the attach you can find the trace of the registration. I have checked your tracefile and confirm: that is a problem which needs further debugging. Up to now I did not activate "WITH_REGINFO" in my installation, therefore I cannot compare. If I find time (this weekend) I wil