Trying to debug; my sip trunk registers with provider, but when an incoming invite happens I see the following in the logs that the domain is set using the IP, not the FQDN (i.e. the "old" IP domain 192.168.0.10) :
09249af9-8e8c-401b-bbc9-815b1690a5ad Dialplan: sofia/external/+30697xxx@146.120.226.3 Action transfer(30 XML 192.168.0.10)
09249af9-8e8c-401b-bbc9-815b1690a5ad Dialplan: sofia/external/+30697xxx@146.120.226.3 Action set(continue_on_fail=true)
09249af9-8e8c-401b-bbc9-815b1690a5ad Dialplan: sofia/external/+30697xxx@146.120.226.3 Action set(hangup_after_bridge=true)
09249af9-8e8c-401b-bbc9-815b1690a5ad 2021-12-18 12:05:05.224131 [DEBUG] mod_dptools.c:1598 SET sofia/external/+30697xxx@146.120.226.3 [domain_name]=[192.168.0.10]
09249af9-8e8c-401b-bbc9-815b1690a5ad EXECUTE sofia/external/+30697xxxx@146.120.226.3 set(domain_name=192.168.0.10)
09249af9-8e8c-401b-bbc9-815b1690a5ad Dialplan: sofia/external/+30697xxx@146.120.226.3 Action set(domain_name=192.168.0.10) INLINE
09249af9-8e8c-401b-bbc9-815b1690a5ad 2021-12-18 12:05:05.224131 [DEBUG] mod_dptools.c:1598 SET sofia/external/+30697xxx@146.120.226.3 [domain_uuid]=[348e3191-851a-4e45-94cf-28f78a105be3]
I am looking at the dialplan manager, the IP domain is nowhere to be found. Any hints?