Been using fusionpbx/freeswitch for a couple years. Installed fios with a new IP and having problems getting the new IP to be seen on a sofia profile restart. Here's what I've got.
Internal and external profile used. External profile has...
ext-rtp-ip = $${external_rtp_ip}
ext-sip-ip = $${external_sip_ip}
*Note... I have tried autonat:host:NAMEHERE.wattboxdns.com and that also didn't work.
Under advanced variables...
external_rtp_ip = 100.x.x.x
external_sip_ip = 100.x.x.x
where 100.x.x.x is the new IP
and I've checked the vars file (/etc/freeswitch/vars.xml) and the right values are there.
when I do a fs_cli and eval $${external_sip_ip} it shows the right address
freeswitch@pbx.xxxxxx> eval $${external_sip_ip}
100.x.x.x
I've restarted, reloaded, rescanned both sofia profiles, done a restart of freeswitch, flushed cache, etc. all to no avail.
When freeswitch starts or the profile reloads it is pulling the old IP still...
2022-12-28 09:32:48.706558 98.17% [DEBUG] sofia.c:4720 ext-rtp-ip [24.x.x.x]
2022-12-28 09:32:48.706558 98.17% [DEBUG] sofia.c:4720 ext-sip-ip [24.x.x.x]
and in SIP Status it shows...
Sigh.
What am I missing? Where in the world is this old IP coming from?
Thanks much.
Internal and external profile used. External profile has...
ext-rtp-ip = $${external_rtp_ip}
ext-sip-ip = $${external_sip_ip}
*Note... I have tried autonat:host:NAMEHERE.wattboxdns.com and that also didn't work.
Under advanced variables...
external_rtp_ip = 100.x.x.x
external_sip_ip = 100.x.x.x
where 100.x.x.x is the new IP
and I've checked the vars file (/etc/freeswitch/vars.xml) and the right values are there.
when I do a fs_cli and eval $${external_sip_ip} it shows the right address
freeswitch@pbx.xxxxxx> eval $${external_sip_ip}
100.x.x.x
I've restarted, reloaded, rescanned both sofia profiles, done a restart of freeswitch, flushed cache, etc. all to no avail.
When freeswitch starts or the profile reloads it is pulling the old IP still...
2022-12-28 09:32:48.706558 98.17% [DEBUG] sofia.c:4720 ext-rtp-ip [24.x.x.x]
2022-12-28 09:32:48.706558 98.17% [DEBUG] sofia.c:4720 ext-sip-ip [24.x.x.x]
and in SIP Status it shows...
Name | Type | Data | State | Action |
---|---|---|---|---|
external-pbx-used | Profile | sip:mod_sofia@24.x.x.x:5080 | RUNNING (0) |
Sigh.
What am I missing? Where in the world is this old IP coming from?
Thanks much.
Last edited: