Thank you for your response.
/opt/freeswitch/bin/freeswitch -u freeswitch
ERROR: Failed to set SCHED_FIFO scheduler (Operation not permitted)
ERROR: Could not set nice level
2021-08-10 09:33:15.359126 [INFO] switch_event.c:712 Activate Eventing Engine.
2021-08-10 09:33:15.370879 [WARNING] switch_event.c:682 Create additional event dispatch thread 0
2021-08-10 09:33:15.471031 [INFO] switch_nat.c:417 Scanning for NAT
2021-08-10 09:33:15.473730 [DEBUG] switch_nat.c:170 Checking for PMP 1/5
2021-08-10 09:33:15.473828 [ERR] switch_nat.c:199 Error checking for PMP [wait s ock failed]
2021-08-10 09:33:15.473845 [DEBUG] switch_nat.c:422 Checking for UPnP
setsockopt: Cannot assign requested address
2021-08-10 09:33:27.487827 [INFO] switch_nat.c:438 No PMP or UPnP NAT devices de tected!
2021-08-10 09:33:28.714820 [NOTICE] switch_scheduler.c:186 Starting task thread
2021-08-10 09:33:28.724563 [DEBUG] switch_scheduler.c:263 Added task 1 heartbeat (core) to run at 1628588008
2021-08-10 09:33:28.724664 [DEBUG] switch_scheduler.c:263 Added task 2 check_ip (core) to run at 1628588008
2021-08-10 09:33:28.725094 [NOTICE] switch_core.c:1467 Created ip list rfc6598.a uto default (deny)
2021-08-10 09:33:28.725139 [NOTICE] switch_utils.c:658 Adding
100.64.0.0/10 (all ow) [] to list rfc6598.auto
2021-08-10 09:33:28.725161 [NOTICE] switch_core.c:1473 Created ip list rfc1918.a uto default (deny)
2021-08-10 09:33:28.725179 [NOTICE] switch_utils.c:658 Adding
10.0.0.0/8 (allow) [] to list rfc1918.auto
2021-08-10 09:33:28.725209 [NOTICE] switch_utils.c:658 Adding
172.16.0.0/12 (all ow) [] to list rfc1918.auto
2021-08-10 09:33:28.725225 [NOTICE] switch_utils.c:658 Adding
192.168.0.0/16 (al low) [] to list rfc1918.auto
2021-08-10 09:33:28.725248 [NOTICE] switch_utils.c:658 Adding fe80::/10 (allow) [] to list rfc1918.auto
2021-08-10 09:33:28.725266 [NOTICE] switch_core.c:1482 Created ip list wan.auto default (allow)
2021-08-10 09:33:28.725282 [NOTICE] switch_utils.c:658 Adding
0.0.0.0/8 (deny) [ ] to list wan.auto
2021-08-10 09:33:28.725298 [NOTICE] switch_utils.c:658 Adding
10.0.0.0/8 (deny) [] to list wan.auto
2021-08-10 09:33:28.725313 [NOTICE] switch_utils.c:658 Adding
172.16.0.0/12 (den y) [] to list wan.auto
2021-08-10 09:33:28.725328 [NOTICE] switch_utils.c:658 Adding
192.168.0.0/16 (de ny) [] to list wan.auto
2021-08-10 09:33:28.725352 [NOTICE] switch_utils.c:658 Adding
169.254.0.0/16 (de ny) [] to list wan.auto
2021-08-10 09:33:28.725370 [NOTICE] switch_utils.c:658 Adding
100.64.0.0/10 (den y) [] to list wan.auto
2021-08-10 09:33:28.725385 [NOTICE] switch_utils.c:658 Adding fe80::/10 (deny) [ ] to list wan.auto
2021-08-10 09:33:28.725401 [NOTICE] switch_core.c:1494 Created ip list wan_v6.au to default (allow)
2021-08-10 09:33:28.725416 [NOTICE] switch_utils.c:658 Adding
0.0.0.0/0 (deny) [ ] to list wan_v6.auto
2021-08-10 09:33:28.725432 [NOTICE] switch_utils.c:658 Adding fe80::/10 (deny) [ ] to list wan_v6.auto
...
...
frees...@live.mydomain.com> 2021-08-10 09:33:37.706858 [ERR] sofia.c:3322 Error Creating SIP UA for profile: external (sip:mod_...@xxx.xxx.xxx.60:5060;maddr=inet;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC)
2021-08-10 09:33:38.246800 [ERR] sofia.c:3322 Error Creating SIP UA for profile: internal (sip:mod_sofia@inet:5090;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC)
2021-08-10 09:33:43.046787 [ERR] sofia.c:3322 Error Creating SIP UA for profile: external (sip:mod_...@xxx.xxx.xxx.60:5060;maddr=inet;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC)
2021-08-10 09:33:43.046787 [ERR] sofia.c:3333 Error Creating SIP UA for profile: external (sip:mod_...@xxx.xxx.xxx.60:5060;maddr=inet;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.
2021-08-10 09:33:43.607618 [ERR] sofia.c:3322 Error Creating SIP UA for profile: internal (sip:mod_sofia@inet:5090;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC)
2021-08-10 09:33:43.607618 [ERR] sofia.c:3333 Error Creating SIP UA for profile: internal (sip:mod_sofia@inet:5090;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.