<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I want to use fraud detection to check sequential_call by profile
    id.<br>
    <br>
    In my configuration, each client is equal to a profileid. So I want
    to check how many sequential call this client do.<br>
    I check fraud_detection.c (opensips 2.2) and I saw "<i>last_called_prefix.len
      == matched_len && memcmp(last_called_prefix.s, number.s,
      matched_len)</i>".<br>
    So it seems not possible to do it natively... Is it possible to
    modify simply fraud_detection to compare not the<i>
      last_called_prefix</i> but something like <i>last_called_prefix_of_this_profileid</i><br>
    <br>
    Thanks a lot,<br>
    <br>
    Guillaume
  </body>
</html>