<div dir="ltr">I have two freeswitch servers that I am linking together, so that I need to add the IP of each box to the ACL of the other box.<div><br></div><div>However, one of these servers has a dynamic IP from the internet service provider.</div>
<div><br></div><div>I have a cron job running that determines the IP address of the dynamic box, every 5 minutes, and if it changes, writes that IP address to the domain name server, so that registration, etc. to the domain name always works, since the domain name always points to the current IP address..</div>
<div><br></div><div>However, Freeswitch does not accept domain names in the ACL.  It only accepts IP addresses.  That means I need to change  acl.conf.xml, every time the ip address changes.</div><div><br></div><div>I would rather just execute a command using fscli to add the IP address do the ACL.  Is this possible?</div>
</div>