<div dir="ltr">Dear List<div><br></div><div style>I am currently using the group module to authenticate inbound calls using the From header using the below code:</div><div style><br></div><div style><div>         if (!is_user_in(&quot;From&quot;, &quot;1&quot;)) {</div>
<div>         sl_send_reply(&quot;403&quot;, &quot;NOT ALLOWED&quot;);</div><div>         exit;</div><div>         };</div><div>         };</div><div><br></div><div style>I want to now authenticate the Diversion header, when the call is diverted, the same way as above using the group module how could i proceed with this?</div>
<div style><br></div><div style>thanking you in advance</div><div style>Phillip</div><div><br></div><div><br></div></div></div>