<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">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.</span><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">However, one of these servers has a dynamic IP from the internet service provider.</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">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 style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">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 style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">I would rather just execute a command using fscli to add the IP address do the ACL.  Is this possible?</div>
</div>