<div dir="ltr">Hi,<div>I have 3 extensions (1001, 1002, 1003) and i want to limit some calls written below</div><div><br></div><div><b>Ext               Can Call                    Cant&#39;t Call</b></div><div>1001            1002,1003</div><div>1002            1001                          1003</div><div>1003            1001                          1002</div><div><br></div><div>I wrote condition below;</div><div><br></div><div><div>    &lt;extension name=&quot;Local_Extension&quot;&gt;</div><div>      &lt;condition regex=&quot;any&quot;&gt;<br></div><div>      &lt;regex field=&quot;destination_number&quot; expression=&quot;^(1001)$&quot;/&gt;</div><div>      &lt;regex field=&quot;caller_id_number&quot; expression=&quot;^(1001)$&quot;/&gt;</div></div><div>      .......</div><div>      &lt;action application=&quot;bridge&quot; data=&quot;user/${dialed_extension}@${domain_name}&quot;/&gt;</div><div>      &lt;!-- To test anti-action --&gt;<br></div><div>          &lt;anti-action application=&quot;answer&quot;/&gt;</div><div>          &lt;anti-action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;</div><div>          &lt;anti-action application=&quot;bridge&quot; data=&quot;loopback/app=voicemail:default ${domain_name} ${dialed_extension}&quot;/&gt;</div><div><br></div><div><br></div><div>In this case 1002 and 1003 can call 1001, and can&#39;t call each other, but when i want to call 1002 or 1003 from 1001, on 1001&#39;s screen i see a incoming call from others. </div><div><br></div><div><br></div><div>How can i solve this case. </div><div><br></div><div>Thanks.</div><div><br></div><div><br></div><div><br></div></div>