Hello, Liviu!
 
"So you want to check the time of the last fraud detection attempt for a user?"
 
Yes, but not for store this time to anywhere.
I want to detect the time of the first fraud call, and if this time, for example, between 19:00 and 09:00, make some actions.
 
Can i do it with Opensips?
 
Thank you.
 
-- 
С уважением, Денис.
Best regards, Denis
 
 
 
 
 
10.04.2018, 12:28, "Liviu Chircu" <li...@opensips.org>:

Hi Denis,

Yes, the "sequential calls" holds the size of the last batch of calls
sent to the same number. For example, if a user were to dial 44 and 45
prefixes in a round-robin manner, his "sequential calls" value would
never exceed 1.

So you want to check the time of the last fraud detection attempt for a
user? You can use "cachedb_local", for example, and hold the last fraud
detection timestamp for each user. Also, note that check_fraud() [1] has
some useful return codes (-1 and -2), in case you don't want to use the
E_FRD_ events.

Cheers,

[1]:
http://www.opensips.org/html/docs/modules/2.4.x/fraud_detection.html#func_check_fraud

Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com

On 09.04.2018 09:12, Denis via Users wrote:

 Hello, Liviu!
 Thank you very much!
 I will try your fix.
 And, What does "Sequential calls" mean? These are calls to one number?
 So, if we have situation dealing with reset counters, i want to make
 one thing.
 I want to check the time when fraud has been detected and if this
 time, say, after 19:00 make some actions. How can i check time of the
 call processing?
 Thank you.



_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to