Re: [OpenSIPS-Users] Fwd: 2.2.1 crashing

2016-09-20 Thread Bogdan-Andrei Iancu
Zupperrr...I remember I saw this backtrace before, but without the ability to reproduce it. Do you have OpenSIPS locally compiled or installed from packages ? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 20.09.2016 20:22, Richard

Re: [OpenSIPS-Users] drouting

2016-09-20 Thread Bogdan-Andrei Iancu
Hi Kirill, The logs says that a rule was found, but now GW (destination) was selected to be used. I see you checked the status of the GWs, but please check the status of the carriers also: http://www.opensips.org/html/docs/modules/2.2.x/drouting.html#id296588 Regards, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] Load testing in opensips with async in 2.1 version

2016-09-20 Thread Ramachandran, Agalya (Contractor)
Thanks for the clarification Bogdan. Regards, Agalya From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Bogdan-Andrei Iancu Sent: Tuesday, September 20, 2016 7:06 AM To: Ramachandran, Agalya (Contractor) ; Liviu Chircu

Re: [OpenSIPS-Users] FW: Asynchronous operation for REST queries

2016-09-20 Thread Ramachandran, Agalya (Contractor)
Ok Liviu. I will update my code base and will do test. Thank you so much for the update. Regards, Agalya From: Liviu Chircu [mailto:li...@opensips.org] Sent: Tuesday, September 20, 2016 12:24 PM To: Ramachandran, Agalya (Contractor) ; OpenSIPS users mailling

Re: [OpenSIPS-Users] Fwd: 2.2.1 crashing

2016-09-20 Thread Richard Robson
just made one for you. http://pastebin.com/HJkwuTDc I'd ramped this up to 800cps and the recieving asterisk was struggling crashed 5 times and autorestarted before i could ramp down the sipp On 20/09/2016 08:51,

Re: [OpenSIPS-Users] Fwd: 2.2.1 crashing

2016-09-20 Thread Richard Robson
Hi Bogdan, I'll try and get that for you tomorrow. Regards, Richard On 20/09/2016 08:51, Bogdan-Andrei Iancu wrote: Hi Richard, If not too much for you, I would really like to see the

Re: [OpenSIPS-Users] FW: Asynchronous operation for REST queries

2016-09-20 Thread Liviu Chircu
Hi Agalya, 2) has been pushed to master. Assoon as we test it up a bit, I will have it backported, as it's the complete fix. Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 20.09.2016 16:57, Ramachandran, Agalya (Contractor) wrote: Hi Liviu, It would be great if we

Re: [OpenSIPS-Users] drouting

2016-09-20 Thread Jeff Wilkie
Sorry ...do_routing(1) Thanks Jeff Wilkie USIP Communications On Sep 20, 2016 8:45 AM, "Kirill Galinurov" wrote: > Hello Bogdan. I try drouting() without any parameters. > > 2016-09-20 14:20 GMT+03:00 Bogdan-Andrei Iancu : > > Hello Kirill, > > > >

Re: [OpenSIPS-Users] drouting

2016-09-20 Thread Jeff Wilkie
Use the group 1 you created in the command drouting(1) to send out using group 1. Thanks Jeff Wilkie USIP Communications On Sep 20, 2016 8:45 AM, "Kirill Galinurov" wrote: > Hello Bogdan. I try drouting() without any parameters. > > 2016-09-20 14:20 GMT+03:00

[OpenSIPS-Users] Dispatcher issues.

2016-09-20 Thread Ahmed Munir
Hi, I've currently migrated from opensips 1.6.3 to 1.8.9 and upgraded the routing script and DB attributes. The issue currently I'm facing on 1.8.9 is the dispatcher module i.e. showing most of the nodes in passive mode rather than active. However, the nodes are showing passive mode in 1.8.9 were

Re: [OpenSIPS-Users] FW: Asynchronous operation for REST queries

2016-09-20 Thread Ramachandran, Agalya (Contractor)
Hi Liviu, It would be great if we know tentative time for the below one's. 1) Fix that you have committed in dev branch with regard to the 10sec delay to 2.1.4 or to any stable release? 2) Feature addition for "connect_polling_interval" ? Regards, Agalya From: Liviu Chircu

Re: [OpenSIPS-Users] drouting

2016-09-20 Thread Kirill Galinurov
Hello Bogdan. I try drouting() without any parameters. 2016-09-20 14:20 GMT+03:00 Bogdan-Andrei Iancu : > Hello Kirill, > > I see the MI command succeeded, right? but the scrip do_routing() fails ? > what are the parameters you pass to do_routing() ? > > Best regards, > >

Re: [OpenSIPS-Users] Routing in opensips

2016-09-20 Thread Bogdan-Andrei Iancu
He Eric, In the script (generated by menuconfig), you have an IF block with : append_hf("P-hint: outbound\r\n"); That block is executed if one of your users is dialing an external SIP domain. So, that is the place where the calls will break out to public internet. As your OpenSIPS has a

Re: [OpenSIPS-Users] How to save avp-values to singal attribute name in cache_store?

2016-09-20 Thread Bogdan-Andrei Iancu
Hello, The avp_db_query() stores the DB result (multiple rows with multiple columns) into a set of AVPs (kind of an array). See http://www.opensips.org/html/docs/modules/2.2.x/avpops.html#id293973 Using a while loop (see http://www.opensips.org/Documentation/Script-Statements-2-2#toc3), you

Re: [OpenSIPS-Users] drouting

2016-09-20 Thread Bogdan-Andrei Iancu
Hello Kirill, I see the MI command succeeded, right? but the scrip do_routing() fails ? what are the parameters you pass to do_routing() ? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 19.09.2016 15:50, Kirill Galinurov wrote: Hi all

Re: [OpenSIPS-Users] Load testing in opensips with async in 2.1 version

2016-09-20 Thread Bogdan-Andrei Iancu
Hi Agalya, With rest_client in async mode, you should see ~ cps rate as without having it (considering that the HTTP queries are finishing) - of course, this is valid for longer test intervals (much longer than the maximum time to reply for the HTTP queries). In async, the time to query

Re: [OpenSIPS-Users] Fwd: 2.2.1 crashing

2016-09-20 Thread Bogdan-Andrei Iancu
Hi Richard, If not too much for you, I would really like to see the backtrace - even under OS stress conditions, OpenSIPS should NOT crash. Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 16.09.2016 13:15, Richard Robson wrote: Hi

Re: [OpenSIPS-Users] Oopensips 2.2.1 wss Crash

2016-09-20 Thread Răzvan Crainea
Hi, Kirill! My assumption is that this is something related to this bug[1], reported by Tito Cumpen. Could you please update your sources to the latest 2.2 version and let us know if this is still happening? [1]