No voice after public ip is refreshed. RTP packets problems?
- get yout new public IP adress
- Update freepbx with new ip address
- fwconsole chown
- rm -f /tmp/cron.error
- fwconsole reload
/usr/local/bin/freepbx_refreship
#!/bin/sh
mysql --user="root" --password="538548" --database="asterisk" --execute="update kvstore_Sipsettings SET val='$(curl -s ifconfig.me)' WHERE \`key\` ='externip';"
fwconsole chown
rm -f /tmp/cron.error
fwconsole reload