Re: [OpenSIPS-Users] Fraud_detection module

2016-11-10 Thread Denis
Liviu i forgot about the size of the massage. All attachment you can find here https://cloud.mail.ru/public/LGq2/EuAroXoFq mailto:denis7...@mail.ru Hello, Liviu! OK, thank you. Additionally i will ask you to analyze one case. In attachment you can find a log of calls, which were made by one

Re: [OpenSIPS-Users] usage of setdsturi

2016-11-10 Thread Newlin, Ben
I would recommend just using $du. [1] $du = “sip:” + $var(Fqdn) + “:5060”; [1] http://www.opensips.org/Documentation/Script-CoreVar-2-2#toc35 Ben Newlin From: on behalf of "Ramachandran, Agalya (Contractor)" Reply-To:

Re: [OpenSIPS-Users] Pickup group help

2016-11-10 Thread Schneur Rosenberg
No, I mean where a phone or group of phones ring, and you are at another extension that does not ring, you dial a code and grab the ringing extension. On Wed, Nov 9, 2016 at 5:40 PM, Bogdan-Andrei Iancu wrote: > Hi, > > You mean parallel calling groups, where a call to the

Re: [OpenSIPS-Users] Fraud_detection module

2016-11-10 Thread Liviu Chircu
Upon looking through the source code, it seems that calls_per_min / total_calls / concurrent_calls are also reset to 0 every time a new rule is matched, or if the day has changed since we last matched the current rule. I will make sure this info ^ is more easily accessible: either in a new

Re: [OpenSIPS-Users] Fraud_detection module

2016-11-10 Thread Denis
Hello, Liviu! Thank you for your answer. About 2) "Calls per minute" - ok, but what about other parameters? For example, "total calls"? Suppose we have 09:00 - 17:00, Mon-Fri, and "total calls" = 30. If in Mon user makes 25 calls, on Tue since 09:00 counts of "total calls" begin from 0 or

Re: [OpenSIPS-Users] Fraud_detection module

2016-11-10 Thread Denis
In additional. My script logging says, that if critical event has been triggered email should be sent to some email. I received email where Opensips told me that "call_duration" critical event has been triggered with 1314 value for some user. The Profile has a value of 60. In documentation

[OpenSIPS-Users] Fraud_detection module

2016-11-10 Thread Denis
Hello! Opensips 2.2.1 A couple of questions about fraud_detection: 1) In documentation says "consecutive calls to the same destination ". Same destination = same number, or prefix? 2) At the beginning of the next period, a counts of events begin 0? 3) is there any method to reset counts of

Re: [OpenSIPS-Users] CACHEDB_MEMCACHED Module - libmemcached undefined symbol issue

2016-11-10 Thread Bogdan-Andrei Iancu
Hi Maciej, As I see, you are manually compiling and installing the memcached stuff - any special reason for doing that ? (versus using packages) As the problem seems to be in the lib, not in the OpenSIPS module. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] Common points in B2B top hiding

2016-11-10 Thread Răzvan Crainea
Yes, it will, if you are using OpenSIPS 2.1 or 2.2 and pass the "C" flag to topology_hiding() function[1]. [1] http://www.opensips.org/html/docs/modules/2.2.x/topology_hiding.html#id293540 Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 11/10/2016 11:14 AM,

Re: [OpenSIPS-Users] Common points in B2B top hiding

2016-11-10 Thread Денис Путято
Hello, Razvan! Does "topology hiding" make full top hiding? For example, if callid will include SIP UA IP address, will "topology hiding" hide it? Thank you. mailto:denis7...@mail.ru Hi, Denis! Take a look at the "a" flag used by the b2b_init_request()[1] function. This might help you

Re: [OpenSIPS-Users] opensips 2.1 call_center queue position

2016-11-10 Thread Jonathan Hunter
Hi Bogdan, Yes I will test with a real queue and let you know, hopefully I will have a test scenario up and running this week. In terms of your questions; For 1) For my needs I think I only require it for the MOH/queue announcement, however if its simple to add, I can test it out for sure,