RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
242 stars 215 forks source link

Restcomm adds multiple host entries in /etc/hosts file #1773

Open croufay opened 7 years ago

croufay commented 7 years ago

After starting start-restcomm.sh, opening the hosts file will confirm that the IP address and host name have been added to /etc/hosts.

I think the contents of the following files are involved in this problem, what do you think? Lines 17-18 of /bin/restcomm/restcomm.conf Lines 41-66 of /bin/restcomm/autoconfig.d/config-restcomm.sh

croufay commented 7 years ago

I created a patch for this for the customer and he tested and confirmed problem is solved. I will create a pull request for this fix.

charles