Re: [OpenSIPS-Users] Return body/string from Perl library

2017-01-18 Thread David Cunningham
Ah, thank you. On 18 January 2017 at 19:43, Bogdan-Andrei Iancu wrote: > Hi David, > > You are on the wrong mailing list :) > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 01/18/2017 02:43 AM, David Cunningham wrote: > > Hello, > > W

Re: [OpenSIPS-Users] OpenSIPs 2.2.2 warnings during start service

2017-01-18 Thread Ramachandran, Agalya (Contractor)
Same with my case too. Regards, Agalya From: Users [mailto:users-boun...@lists.opensips.org] On Behalf Of Ahmed Munir Sent: Wednesday, January 18, 2017 1:31 PM To: OpenSIPs Users Subject: [OpenSIPS-Users] OpenSIPs 2.2.2 warnings during start service Hi, I'm currently seeing the warnings when I

[OpenSIPS-Users] OpenSIPs 2.2.2 warnings during start service

2017-01-18 Thread Ahmed Munir
Hi, I'm currently seeing the warnings when I start opensips service; Jan 18 13:04:35 qorblpsisprxyd1 /usr/sbin/opensips[3089]: WARNING:core:handle_timer_job: timer job has a 150 us delay in execution Jan 18 13:04:35 qorblpsisprxyd1 /usr/sbin/opensips[3089]: WARNING:core:handle_timer_job: tim

Re: [OpenSIPS-Users] async- issues- 2.2.2

2017-01-18 Thread Ramachandran, Agalya (Contractor)
Hi Razvan, Got your point. I tried to increase the MAX_CONTENT_TYPE_LEN and tested async call and it is working fine without crash. But one more question. The same piece of code am using for sync REST_API query too in rest_put() method. There also print_buff is only being used. It is working a

Re: [OpenSIPS-Users] different data from MI and fifo [Solved Kinda]

2017-01-18 Thread Richard Robson
It looks like the Ruby is not parsing the returned data array correctly. I found out how to access MI datagrams directly from the command line and this is showing the correct information. R On 18/01/2017 13:28, Richard Robson wrote: Hi, I'm using ruby to pull profile counts from opensips

Re: [OpenSIPS-Users] How to parse XML Body?

2017-01-18 Thread xaled
Hi Bogdan, works like a charm, thanks! As an additional bonus now I know how to work with the perl module ;) $rb(mime)[idx] is even more flexible. From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] Sent: Dienstag, 17. Januar 2017 15:12 To: xaled ; 'OpenSIPS users mailling li

[OpenSIPS-Users] async radius problem

2017-01-18 Thread Dragomir Haralambiev
Hello, I have problem with async radius implementation. OS - CEntOs 7 Opensips 2.2.2 - git hub from 15.01.2017 Here pasrt of srcipt: onreply_route[outgoing] { . if (t_check_status("200")) { async( radius_send_auth("prepayout","prepayin"), return_prepay ); } } route[return_prepay] { xlog("L

Re: [OpenSIPS-Users] Introducing OpenSIPS 2.3

2017-01-18 Thread Bogdan-Andrei Iancu
Reminder : one day left to the audio conference - 19th of January, 4pm GMT, https://www.uberconference.com/opensips Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/12/2017 06:39 PM, Bogdan-Andrei Iancu wrote: A new year has arrived, so it is the tim

[OpenSIPS-Users] tcp with opensips .

2017-01-18 Thread Sasmita Panda
HI All, Earlier there is problem with running tcp with saving data in database at the same time . Is the problem get solved . If yes then in which version of opensips . I think , there was problem with openisps -1.6 . In heavy load it was not recomended to run tcp in same instance whi

[OpenSIPS-Users] different data from MI and fifo

2017-01-18 Thread Richard Robson
Hi, I'm using ruby to pull profile counts from opensips datagrams to push into influxdb (adapted from Rik Broers presentation at the sumit) If I run the fifo command at the command line I get different data than running the ruby script via the datagram interface influxdb = InfluxDB::Client

Re: [OpenSIPS-Users] async- issues- 2.2.2

2017-01-18 Thread Răzvan Crainea
Hi, Ramachandran! The print_buff buffer is declared with length MAX_CONTENT_TYPE_LEN -> 64. Writing more than 64 bytes will lead to a buffer overflow, probably followed by a crash. If you want to suppor longer CallIDs, just increase the size of the buffer, or allocate the buffer with a size la

Re: [OpenSIPS-Users] does OpenSIPS Control Panel work?

2017-01-18 Thread Răzvan Crainea
Hi, Robert! Yes, OpenSIPS Control Panel should work without problems. I double checked the line you get that error[1], but it doesn't seem anything wrong over there. Can you post your file on pastebin so I can check your version? [1] https://github.com/OpenSIPS/opensips-cp/blob/6.2/web/tools

Re: [OpenSIPS-Users] Return body/string from Perl library

2017-01-18 Thread Bogdan-Andrei Iancu
Hi David, You are on the wrong mailing list :) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/18/2017 02:43 AM, David Cunningham wrote: Hello, We are using Kamailio's perl module and want our custom library to set the body on a SIP messag

[OpenSIPS-Users] How to transplant OpenSIPS to the Android platform

2017-01-18 Thread ??
hello, I want to transplant OpenSIPS to my Android device.How to compile the OpenSIPS source code for Android? Thankyou very much.___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] does OpenSIPS Control Panel work?

2017-01-18 Thread robert mundkowsky via Users
I installed https://github.com/OpenSIPS/opensips-cp/archive/6.2.zip And I am getting a parse errors for list_admins.main.php which I assume means there is an error in the php code. Below is the error log, but note the line number might be a little different from source code because I tried addi

Re: [OpenSIPS-Users] Registrar with IP authentication - selecting variables from DB

2017-01-18 Thread Răzvan Crainea
You are probably using an old version of OpenSIPS, that's why you are not seeing negative return values. Checking if the IP might still be ok, if your database is consistent and has an IP for every user. So for now I would go with this solution. Best regards, Răzvan Crainea OpenSIPS Solution