[SR-Users] kamailio and oracle dbms/database

2013-07-22 Thread Barthel Marco (CI/AFU1)
Hello, anyone out there using kamailio and oracle database in production system? How's your experience on that? We may be forced to migrate from mysql to oracle dbms. Mit freundlichen Grüßen / Best regards Marco Barthel Robert Bosch GmbH (CI/AFU1) Postfach 30 02 20 70442 Stuttgart GERMANY www

Re: [SR-Users] Memory leak in 3.3.4

2013-07-22 Thread Daniel-Constantin Mierla
Hello, first, to clarify, is the system memory or kamailio's pkg/shm memory running out? If the operating system runs out of memory, then should be a leak in a library, because kamailio modules uses only from a pre-allocated chunk, not going over it. On 7/23/13 7:33 AM, David Cunningham wrot

[SR-Users] Trying to send kamailio to a uri derived from a database query

2013-07-22 Thread Will Ferrer
Hi I am trying to make a kamailio script which gets a uri from the database and then directs the call to that uri. Setting the uri with a string (not derived from the database) works just fine: append_branch(); seturi("sip:user@domain"); But I can not seem to pass anything to seturi other than a

[SR-Users] trouble counting dialogs

2013-07-22 Thread Gertjan Wolzak
Hello, I am trying to limit the number of concurrent calls to 1 per user.. But I can't get the dialogs to be counted. Can anybody tell me what I am doing wrong..? Kamailio version 3.2.3 # -- dialog params --- modparam("dialog", "enable_stats", 1) modparam("dialog",

[SR-Users] Memory leak in 3.3.4

2013-07-22 Thread David Cunningham
Hello, We're running a Kamailio 3.3.4 system, and Kamailio is slowly using more and more memory. Over a couple of weeks it will run out of system memory. We tried to enable memory debugging doing the following, but it resulted in Kamailio not responding to any SIP packets. Would anyone have advic

[SR-Users] Kamailio 4.0.2 as a new Port for FreeBSD

2013-07-22 Thread Oliver Mahmoudi
Hello, I am currently working on porting Kamailio 4.0.2 to the FreeBSD ports collection: /usr/ports, and I just have a few general questions regarding compilation with regard to the extra modules. There are 172 modules that come with Kamailio, and most, however not all of them are compiled by def

Re: [SR-Users] Replication problems Registration Using t_replicate ().

2013-07-22 Thread Raphael Borges
Thanks Daniel, your help was very useful. With this I created a header by append_hf () before calling the function t_replicate and standby server retrieved the value of this header and assigns this value to the parameter avp Example $avp(s:rcv) = $hdr(IP-source); Best regards Raphael Hello, >

[SR-Users] get CDR fields in DB

2013-07-22 Thread Jayesh Nambiar
Hello All, Is there no straight forward way of getting the ACC module CDR values into the DB. I mean logging the start_time, end_time and duration in DB directly using some pseudo variables from the config script !! I think, if a dialog is maintained, all the values related to that dialog is anywa

Re: [SR-Users] floating point operations in kamailio

2013-07-22 Thread Jayesh Nambiar
Hi Daniel, Thank you for the reply. One scenario was like to check if the available credit is greater than or equal to required credit, which requires comparison of float values in the script. Currently the solution is to multiply the rates by say 1000 and then compare the values in the script.

Re: [SR-Users] [sr-dev] New developer: Lucian Balaceanu

2013-07-22 Thread Marius Zbihlei
Welcome Lucian and happy coding! Marius On Mon, Jul 22, 2013 at 11:18 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > > On 7/16/13 2:45 PM, Henning Westerholt wrote: > >> Hello, >> >> I am pleased to announce a new developer for the Kamailio project: Lucian >> Balaceanu. L

Re: [SR-Users] rtimer forking error while starting Kamailio

2013-07-22 Thread Daniel-Constantin Mierla
Hello, do you have fork=yes in the config file? Cheers, Daniel On 6/27/13 1:39 PM, Krishna Kurapati wrote: Hi, After few crashes of the Kamailio during prcessing of the messages, Kamailio fails to start I see rtimer is failing. Here is the log 0(20082) DEBUG: [sr_module.c:892]: DEBUG: in

Re: [SR-Users] rtpproxy behind NAT

2013-07-22 Thread Daniel-Constantin Mierla
Hello, On 7/7/13 5:42 AM, Ovidiu Sas wrote: I've seen a lot of discussions about running rtpproxy behind NAT. The fact is that standard vanilla rtpproxy can run behind NAT without any issues (no patches required). A few things must be addressed: - the proper ports must be forwarded from the pu

Re: [SR-Users] [sr-dev] New developer: Lucian Balaceanu

2013-07-22 Thread Daniel-Constantin Mierla
Hello, On 7/16/13 2:45 PM, Henning Westerholt wrote: Hello, I am pleased to announce a new developer for the Kamailio project: Lucian Balaceanu. Lucian works in our 1&1 office in Bucharest and is for some years with us in the company. He worked on several internal projects with our Kamailio sta

Re: [SR-Users] floating point operations in kamailio

2013-07-22 Thread Daniel-Constantin Mierla
Hello, On 7/17/13 3:00 PM, Jayesh Nambiar wrote: Is there a plan to support floating point arithmetic operations in kamailio in the near future. it might happen, although is not a high priority here (and don't know about other devs), because there are ways to do it right now in many cases - if

Re: [SR-Users] RTPProxy in bridge mode with distributed kamailio (loadbalance and proxies)

2013-07-22 Thread Daniel-Constantin Mierla
Hello, On 7/17/13 1:02 PM, Nguyen Anh Tuan wrote: Hi all, I have a question about Control RTPProxy in Bridge mode with distributed Kamalio topology, including a SIP Load Balance, RTPProxies and some SIP Proxies behind. SIPProxies control RTPProxy by Route [NATMANAGE].

Re: [SR-Users] UAC module fails to refresh registrations

2013-07-22 Thread Daniel-Constantin Mierla
Hello, can you send the log messages with debug=1 when the re-registration 401 is processed? Cheers, Daniel On 7/21/13 1:35 AM, Isaac McDonald wrote: Hello, I'm using the UAC module to register to remote sip proxies. When starting Kamailio, the UAC module successfully registers with the rem