Re: [OpenSIPS-Users] OpenSIPS on Amazon EC2

2016-01-25 Thread Bogdan-Andrei Iancu
In this case can you elaborate on "opensips does not process traffic" ? do you see waiting data on the listening sockets ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 26.01.2016 00:32, Jason Bedward wrote: I have the below already set.:

Re: [OpenSIPS-Users] WARNING:core:utimer_ticker: utimer task already schedualed

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Aqs, I assume after fixing your RADIUS issue the timer warnings disappeared ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 22.01.2016 23:09, Aqs Younas wrote: Sorry, I must search archive before query here. The problem is related to

Re: [OpenSIPS-Users] Opensips not processing replies from callee

2016-01-25 Thread Bogdan-Andrei Iancu
Hi, As per trace, reaching the RADIUS servers fails with timeout in OpenSIPS -> this keeps the opensips processes blocked a lot (in the IO with RADIUS), degenerating in delays at the level of internal timers. So, before doing load tests, fix the communication with the RADIUS server.

Re: [OpenSIPS-Users] opensips regster issue

2016-01-25 Thread Schneur Rosenberg
I'm having similar issue for some ACK messages, but I was wondering how come OpenSIPS does not check the domain table to know that this is a known domain and it should check upon those addresses? On Mon, Jan 25, 2016 at 1:18 PM, Bogdan-Andrei Iancu wrote: > Hi Michael, > >

Re: [OpenSIPS-Users] opensips regster issue

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Schneur, A failing ACK may indicate the problem with sequential routing -> in the route set opensips puts the real/advertise IPbasically an IP. While in domain table you usually put FQDN / domains. Of course, you could put the advertised IP in the domain table. It will do the trick

[OpenSIPS-Users] potential memory leak warning - uac_auth:build_authorization_hdr

2016-01-25 Thread Colin Martin
Hi, I’m working with OpenSIPS 2.1.2 and have started to see the following error message in the logs: WARNING:uac_auth:build_authorization_hdr: potential memory leak at addr: 0x7fc266b471f8 It seems to occur when using a TCP transport. Is this a known bug? Is there anything I can do to

Re: [OpenSIPS-Users] rabbit event not passing params 2.2

2016-01-25 Thread Tito Cumpen
Hey Razvan, This is still an issue with the latest dev build. The event is entirely empty when it is transmitted to the queue. I've tried modparam("event_rabbitmq", "sync_mode", 1) but it does not make a difference. THanks, Tito ___ Users mailing list

[OpenSIPS-Users] CRITICAL:db_mysql:db_mysql_do_prepared_query: too many mysql server reconnection failures

2016-01-25 Thread Aqs Younas
Hi. I am load testing my opensips(2.1.2) with sipp on. As soon as I send calls with 50 cps i see this in logs. Jan 25 21:00:05 66-226-76-150 ./opensips[16398]: INFO:db_mysql:switch_state_to_disconnected: disconnect event for 0x7f17b530f338 Jan 25 21:00:05 66-226-76-150 ./opensips[16398]:

Re: [OpenSIPS-Users] AVP_DB_Querry transformation question

2016-01-25 Thread jarrod
try $(fU{s.escape.common}) > On Jan 25, 2016, at 4:09 PM, Travis Manson-Drake > wrote: > > Hello everyone, > > I can’t seem to find any documentation on how to format my Query while using > the {s.escape.common} transformation. > > I tried setting it up as follows:

Re: [OpenSIPS-Users] AVP_DB_Querry transformation question

2016-01-25 Thread Travis Manson-Drake
That did it! Thank you! From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of jar...@unixc.org Sent: Monday, January 25, 2016 3:11 PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] AVP_DB_Querry transformation

[OpenSIPS-Users] AVP_DB_Querry transformation question

2016-01-25 Thread Travis Manson-Drake
Hello everyone, I can't seem to find any documentation on how to format my Query while using the {s.escape.common} transformation. I tried setting it up as follows: select MAC FROM `phone_registrations` where auth_userid = '$fU{s.escape.common}'))", "$avp(PBX)") however the query just

Re: [OpenSIPS-Users] tomcat external app listening to OpenSIPS events

2016-01-25 Thread Julian Kay
thanks, I appreciate that!!! Juls -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Bogdan-Andrei Iancu Sent: Tuesday, January 19, 2016 6:47 AM To: OpenSIPS users mailling list; juli...@vazycomm.com Subject: Re:

Re: [OpenSIPS-Users] presence xpidf

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Stas, Is this the actual draft : http://www.cs.columbia.edu/sip/drafts/impp/draft-rosenberg-impp-pidf-00.txt ? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 23.01.2016 17:12, Stas Kobzar wrote: Hi Bogdan, I can confirm that Polycom

Re: [OpenSIPS-Users] WARNING:core:utimer_ticker: utimer task already schedualed

2016-01-25 Thread Aqs Younas
On the start of test. Using top 13265 root 20 0 136m 11m 10m R57 0.0 0:02.12 opensips 13258 root 20 0 136m 11m 10m S53 0.0 0:02.03 opensips 13262 root 20 0 136m 11m 10m R 6 0.0 0:00.74 opensips 13254 root 20 0 136m 1604 184 S 0 0.0

Re: [OpenSIPS-Users] opensips regster issue

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Michael, Actually there is simpler solution, if you want to keep your listener with the IP. Just add: alias="yourdomain.com" So, even OpenSIPS is listening on IP x.y.z.w, it will know it is responsible for handling traffic for the yourdomain.com SIP domain. Regards, Bogdan-Andrei

Re: [OpenSIPS-Users] Dispatcher with multiple interface

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Satish, The dispatcher table has a "socket" field for that: http://www.opensips.org/Documentation/Install-DBSchema-1-11#GEN-DB-DISPATCHER You can configure the local interface to be used by OpenSIPS in relation to that destination. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and

Re: [OpenSIPS-Users] OpenSIPS on Amazon EC2

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Jason, If running in Amazon, what you have to do is: 1) set as listener into opensips the local/private IP of the machine 2) set as "advertise_address" and as "alias" the elastic IP/public you have. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] Tables Missing Access Permissions

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Nathaniel, When you created the tables, have you created all the "extra" tables ? I see you have the b2b related tables (part of extra), but no kind of missing privileges on other extra tables like "siptrace". Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] Tables Missing Access Permissions

2016-01-25 Thread Bogdan-Andrei Iancu
Hi (again), I pushed a fix on GIT, please update and try to re-create your DB to see if all the grants are now fine. Thanks and regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 25.01.2016 13:48, Bogdan-Andrei Iancu wrote: Hi Nathaniel, When

Re: [OpenSIPS-Users] Opensips Packet Size Issue

2016-01-25 Thread Bogdan-Andrei Iancu
Hi Jai, I came across some OSes (like RH) which do not deliver to the app level (to opensips) UDP packets with missing fragments - in other words, if the UDP packet (with the 183 reply) was fragmented into multiple IP packets (by the TCP/IP stack on FS machine) and only the first fragment

Re: [OpenSIPS-Users] Fragmentation issue

2016-01-25 Thread Bogdan-Andrei Iancu
Your original post made it to the list : http://lists.opensips.org/pipermail/users/2016-January/033542.html Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 24.01.2016 01:35, Jai Rangi wrote: My Previous message got high jacked due to Subject.