Re: [SR-Users] Enabling accounting module

2016-10-11 Thread ycaner
hey; of course you can do it . diameter and radius are different modules that uses acc module. to enable acc_cdr , you should enable dialog module. there are so many explaniation and tuts on kamailio wiki page. -- View this message in context:

[SR-Users] Enabling accounting module

2016-10-11 Thread Diogenes Marcano
Can I enable accounting modules acc and acc_cdrs with out diameter? Best regard ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] HOMER / HEP support in SEMS?

2016-10-11 Thread Daniel Pocock
Does anybody know if SEMS has HOMER / HEP support like Kamailio, or if it is under development? It would be useful to extract RTCP stats from SRTP streams, the standalone HOMER captagent can't see inside them when they are encrypted (SRTCP) Regards, Daniel

[SR-Users] Reload PIPILIMIT table from DB

2016-10-11 Thread Grant Bagdasarian
Hello, Is it possible to live reload the pipelimit module so it gets new values from the DB without a restart of Kamailio? I couldn't find a command to do this. Regards, Grant Bagdasarian CM ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] Out of memory in UB 210: OOM killed process 12261 (kamailio) score 0 vm:1614768kB, rss:280200kB, swap:131408kB

2016-10-11 Thread Jurijs Ivolga
Hi Daniel, You are correct we are using heavily http_query. I found following bug report: https://bugs.centos.org/view.php?id=9391 I will try to update to libcurl 7.44 and check if this help. Thank you a lot Daniel! With kind regards, Jurijs On Tue, Oct 11, 2016 at 10:55 AM,

[SR-Users] Accounting CDR generation

2016-10-11 Thread Ivan Dudko
Hello! I am setting this in kamailio.cfg #!ifdef WITH_ACCDB modparam("acc", "db_flag", FLT_ACC) modparam("acc", "db_missed_flag", FLT_ACCMISSED) modparam("acc", "db_url", DBURL) modparam("acc", "db_extra", "src_user=$fU;src_domain=$fd;src_ip=$si;dst_ouser=$tU;dst_user=$rU;dst_domain=$rd")

Re: [SR-Users] Permissions module question

2016-10-11 Thread Ivan Dudko
Daniel, Thank you. It works. чт, 15 сент. 2016 г. в 15:07, Daniel-Constantin Mierla : > Hello, > > On 14/09/16 09:49, Ivan Dudko wrote: > > Hello! > > I am new to kamailio and trying to use it vanilla config. > Now main question is how to use ip based auth. > I found recent

Re: [SR-Users] Kamailio - DMQ dns srv Question

2016-10-11 Thread Charles Chance
Hey Olle, On 11 Oct 2016 10:54, "Olle E. Johansson" wrote: > > >> On 11 Oct 2016, at 09:46, José Seabra wrote: >> >> Hi Charles, >> Sorry for my late reply. >> I have tried that parameter but seems that for the dmq FQDN kamailio doesn't send a NAPTR

Re: [SR-Users] Kamailio - DMQ dns srv Question

2016-10-11 Thread Olle E. Johansson
> On 11 Oct 2016, at 09:46, José Seabra wrote: > > Hi Charles, > Sorry for my late reply. > I have tried that parameter but seems that for the dmq FQDN kamailio doesn't > send a NAPTR query. > Even for the SRV query, the kamailio makes it without service >

Re: [SR-Users] Kamailio - DMQ dns srv Question

2016-10-11 Thread José Seabra
Hi Charles, Sorry for my late reply. I have tried that parameter but seems that for the dmq FQDN kamailio doesn't send a NAPTR query. Even for the SRV query, the kamailio makes it without service associated(_sip._udp). Thank you. Best regards José Seabra 2016-09-26 13:07 GMT+01:00 Charles

Re: [SR-Users] transaction is not suspended ERROR

2016-10-11 Thread Daniel-Constantin Mierla
Hello, On 07/10/16 11:06, david wrote: > hello Daniel > > thanks for the response > we are using 4.4.1. > i will try to use async_route instead > > i found making some tests that the error seems to happen when there is > some delay in the connection with the FSW and we have a timeout, so it >

Re: [SR-Users] Out of memory in UB 210: OOM killed process 12261 (kamailio) score 0 vm:1614768kB, rss:280200kB, swap:131408kB

2016-10-11 Thread Daniel-Constantin Mierla
Hello, from the logs, it seems to be related to curl library, I see many reports like: ==16459== 189,318 bytes in 167 blocks are possibly lost in loss record 681 of 683 ==16459==at 0x4C26FEF: calloc (vg_replace_malloc.c:711) ==16459==by 0x104BB699: ??? (in /usr/lib64/libnsspem.so)

Re: [SR-Users] 420 Bad Extension error

2016-10-11 Thread Daniel-Constantin Mierla
Hello, this is typically because the address in r-uri (or outbound proxy $du) cannot be resolved with the DNS server. Try to run with debug=3 in kamailio.cfg and look at the logs for hints about what happens. Cheers, Daniel On 07/10/16 10:48, Infinicalls Infinicalls wrote: > Hi Daniel, > By

Re: [SR-Users] 420 Bad Extension error

2016-10-11 Thread Daniel-Constantin Mierla
Hello, the REGISTER has a PATH header, the path extension has to be enabled in registrar module -- perhaps we should make this default, given that it is a common scenario out there to have an edge proxy/load balancer in front of registrar. Cheers, Daniel On 07/10/16 10:42, Infinicalls

Re: [SR-Users] Kamailio on Redhat 7.2

2016-10-11 Thread Daniel-Constantin Mierla
Hello, On 08/10/16 12:31, kamailio noob wrote: > Hi All, > > Can anyone please provide me the details that how to install kamailio > on Redhat 7.2. > > I am following the below url guide for installation of Kamailio. > > https://www.kamailio.org/wiki/install/4.4.x/git > > when i compile kamailio