Re: [SR-Users] CNXCC PrePaid module

2014-05-12 Thread Carlos Ruiz Díaz
Get the latest updates, by cloning the repository and recompiling/reinstalling it. $ git clone git://git.sip-router.org/kamailio kamailio Regards, Carlos On Mon, May 12, 2014 at 2:21 PM, Rene Montilva wrote: > Hi carlos, > > sorry my ignorance, where is it the master link? > > the test with on

Re: [SR-Users] CNXCC PrePaid module

2014-05-12 Thread Rene Montilva
Hi carlos, sorry my ignorance, where is it the master link? the test with only integers works perfect On Sun, May 11, 2014 at 10:48 PM, Carlos Ruiz Díaz < carlos.ruizd...@gmail.com> wrote: > Yep, assignment failed because the variables contain floating point values > and Kamailio does not hand

Re: [SR-Users] Memory issue

2014-05-12 Thread Daniel-Constantin Mierla
Hello, On 12/05/14 17:29, Igor Potjevlesch wrote: Hello Daniel, Thank you for this feedback. We are running 4.0.4 without custom module. I do a sqlops request in a very small table (40 rows) but on each REGISTER and INVITE. The bigger table is “aliases” with 154k rows. Can you highlight

Re: [SR-Users] Memory issue

2014-05-12 Thread Igor Potjevlesch
Hello Daniel, Thank you for this feedback. We are running 4.0.4 without custom module. I do a sqlops request in a very small table (40 rows) but on each REGISTER and INVITE. The bigger table is “aliases” with 154k rows. Can you highlight me the particular bug concerned and corrected?

Re: [SR-Users] Memory issue

2014-05-12 Thread Daniel-Constantin Mierla
Hello, what version are you using? Are you doing sql queries that return large number of records (e.g., via sqlops)? Are you using any custom module you developed? The crash was fixed in master branch, but somehow forgotten to be backported -- it is now in branch 4.1. Cheers, Daniel On 12

[SR-Users] Memory issue

2014-05-12 Thread Igor Potjevlesch
Hello, I had a memory issue this morning. First, I could see the following logs in /var/log/message : May 12 11:08:21 localhost /usr/local/sbin/kamailio[30268]: ERROR: [rvalue.c:2370]: rval_expr_eval(): rv eval int expression: out of memory May 12 11:08:25 localhost /usr/local/sbin/kamailio

Re: [SR-Users] reg_fetch_contacts for multiple devices registered

2014-05-12 Thread Jonathan Hunter
Hi Daniel. Hope your well? Thanks for the prompt response. The indexing works great. I can now pull the location records of multiple devices registered, however I now need to modify only particular Request URI parameters when parallel forking to the devices. Is this best done on a per branch basi

Re: [SR-Users] Version support

2014-05-12 Thread Daniel-Constantin Mierla
Hello, the last two stable branches are supported, currently being 4.1.x and 4.0.x. The very last one is the most active (4.1) and it is the recommended one if you start a new deployment now. Older versions are getting patches from time to time (e.g., 3.x), but you have to maintain the insta

[SR-Users] Version support

2014-05-12 Thread Jan Gaida
Hello, Which versions of Kamailio (OpenSER) are officially supported (e.g. actively patched) ? Is there a list of EOL dates for all versions or what is the general rule? Kind regards Jan -- *Jan **Gaida* Ingeniero Desarrollo Software C/ Marconi 3 (PTM) 28760 Tres Cantos Spain jan.ga...@

Re: [SR-Users] Problem with rtpproxy and rtpproxy_manage()

2014-05-12 Thread aft
On Mon, May 12, 2014 at 1:54 PM, Daniel-Constantin Mierla wrote: > The sdp itself is well formatted, but for repacketization I think there > should be a new attribute: > > a=ptime:NNN How can i add this attribute to the SDP from kamailio? Options for rtpproxy_offer() and rtpproxy_answer() does ha

Re: [SR-Users] Create dialog for SIP PRESENCE

2014-05-12 Thread Daniel-Constantin Mierla
Hello, dialog module is able to track only dialogs created by INVITE requests. For management of SUBSCRIBE dialogs, you have to use presence server. If you want keep some particular details on the subscribe dialogs, look at htable module, you can use a key based on call-id (and eventual from

Re: [SR-Users] Kamailio stopped, but kamctl online still get user info

2014-05-12 Thread Daniel-Constantin Mierla
Hello, maybe kamailio is started by simply executing 'kamailio' -- then the pid is not stored in pidfile and the service doens't see it running. You can do: ps auxw | grep kamailio to see if there are kamailio processes running. You can stop them with: killall kamailio Cheers, Daniel On 10

Re: [SR-Users] Problem with rtpproxy and rtpproxy_manage()

2014-05-12 Thread Daniel-Constantin Mierla
The sdp itself is well formatted, but for repacketization I think there should be a new attribute: a=ptime:NNN Can you compare the sdp from a case when audio works ok agaist when it is one way audio? Also, you can look at rtp traffic -- rtpproxy can be started with min and max port to use f

Re: [SR-Users] Kamailio Logged in users

2014-05-12 Thread Daniel-Constantin Mierla
Hello, if you look to remove the users from location, then you can use: kamctl ul rm USERID Cheers, Daniel On 12/05/14 08:26, Neville D'Souza wrote: Hi, I am having a slight issue with Kamilio server. How do I disconnect users without restarting the server. When I run the command kamctl ul

[SR-Users] One way audio

2014-05-12 Thread aft
Hi, The network topology is : SipSoftphone(caller)->kamailio/rtpproxy>Softswitch>sipGateway-->mobile phone(callee) The rtpproxy is managed in kamailio script by : if (is_request()) { if(has_totag()) { if(check_route_param("nat=yes")) {