-
Notifications
You must be signed in to change notification settings - Fork 34
IP Adresse des GS5 Servers ändern
jpawlowski edited this page Mar 1, 2013
·
2 revisions
Falls man die IP-Adresse der GS5 Installation ändern muss, dann muss man das an 2 Stellen in der Datenbank machen:
mysql> update gs_nodes set ip_address='192.168.27.2' where id=1; mysql> update sip_domains set host='192.168.27.2',realm='192.168.27.2' where id=1;
In diesem Beispiel die die IP-Adresse auf 192.168.27.2 geändert. Danach ist ein Neustart von Freeswitch notwendig. Der Erfolg lässt sich mit _lsof -i -P -n|grep :5060_ überprüfen.
Der Beitrag bezieht sich auf GS 5.1beta2
Nachtrag: Mit Erscheinen von GS 5.1 sind die manuellen Anpassungen nicht mehr notwendig.
Important: The Tables of Content are generated. Any change will be overridden on the next update.
For more information: GitHub Wikifier
Proxysetting not working at all ... we could not change the Proxy by itself