<div dir="ltr"><div>Suppose I have a switch with DNS hostname of &quot;<a href="http://myswitch.company.com">myswitch.company.com</a>&quot; and an IP address of 10.11.12.13.</div><div><br></div><div>If I want to allow this switch&#39;s phones to call FreeSwitch, I have to update the acl.conf.xml file with an entry that looks like this:</div><div><br></div><div><div>    &lt;list name=&quot;domains&quot; default=&quot;deny&quot;&gt;</div></div><div><br></div><div><div>      &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://10.11.12.13/32">10.11.12.13/32</a>&quot; /&gt;</div></div><div><br></div><div><div>    &lt;/list&gt;</div></div><div><br></div><div><br></div><div>What I would like to do is use the DNS hostname of the switch instead. So the above entry should look something like this:</div><div><br></div><div><div>    &lt;list name=&quot;domains&quot; default=&quot;deny&quot;&gt;</div><div><br></div><div>      &lt;node type=&quot;allow&quot; host=&quot;<a href="http://myswitch.company.com">myswitch.company.com</a>&quot; /&gt;</div><div><br></div><div>    &lt;/list&gt;</div></div><div><br></div><div>When I try the above, the calls are rejected by FreeSwitch.</div><div><br></div><div>When creating its Access Control List, is there a way to tell FreeSwitch to do a hostname lookup when hosts are specified?</div><div><br></div><div>Regards,</div><div>Steve </div></div>

<br>
<font size="1">This e-mail (including any attachments) is for the sole use of the intended recipient(s) and may contain information that is confidential and/or protected by legal privilege. Any unauthorized review, use, copy, disclosure or distribution of this e-mail is strictly prohibited. If you are not the intended recipient, please notify Mitel immediately and destroy all copies of this e-mail.  Mitel does not accept any liability for breach of security, error or virus that may result from the transmission of this message.</font>