<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Joel,<br>
      <br>
      On 21/09/16 00:37, Joel Serrano | VOZELIA wrote:<br>
    </div>
    <blockquote
      cite="mid:1047218747.84815.1474411073916.JavaMail.zimbra@vozelia.com"
      type="cite">
      <pre wrap="">I managed to solve this problem using ds_is_from_list in failure_route like this:

ds_is_from_list("8201", "3", <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="sip:$T_rpl%28$si%29:$T_rpl%28$sp%29">"sip:$T_rpl($si):$T_rpl($sp)"</a>))

But I don't understand why I needed to do it that way.

I would still like anyone to explain if they know the reason!</pre>
    </blockquote>
    <p>per my understanding in the failure route you are in the context
      of the original INVITE message, so without explicitly telling
      ds_is_from_list the IP address it is checking based on the source
      IP of INVITE.</p>
    <p>Andrew<br>
    </p>
  </body>
</html>