[Freeswitch-users] Internal Sip profile error
Garrett Allen
garrett.allen at teotech.com
Mon Mar 5 18:23:49 UTC 2018
Make sure to check permissions/ownership on your certificates if you have TLS enabled, that can cause this error if you run the daemon as a different user than when you manually start from the terminal.
From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Jerris
Sent: Monday, March 05, 2018 10:06
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Internal Sip profile error
maybe something with permissions
On Mar 4, 2018, at 4:34 PM, Social Boh <social at bohboh.info<mailto:social at bohboh.info>> wrote:
Hello list,
I'm experimenting a "strange" issue with FreeSWITCH.
If I Start Freeswitch from command line:
freeswitch -nonat -nf
IPv4 internal profile working fine:
sofia status
Name Type Data State
=================================================================================================
external-ipv6 profile sip:mod_sofia@[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5080 RUNNING (0)
45.77.161.19 alias internal ALIASED
external profile sip:mod_sofia at 45.77.161.19:5080 RUNNING (0)
external::example.com<http://example.com> gateway sip:joeuser at example.com NOREG
internal-ipv6 profile sip:mod_sofia@[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5060 RUNNING (0)
internal profile sip:mod_sofia at 45.77.161.19:5060 RUNNING (0)
=================================================================================================
If I use script daemon
systemctl start freeswitch
with this parameters:
-nonat -nf -nc
I have this error:
Error Creating SIP UA for profile: internal (sip:mod_sofia at 45.77.161.19:5060;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
sofia status
Name Type Data State
=================================================================================================
external-ipv6 profile sip:mod_sofia@[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5080 RUNNING (0)
external profile sip:mod_sofia at 45.77.161.19:5080 RUNNING (0)
external::example.com<http://example.com> gateway sip:joeuser at example.com NOREG
internal-ipv6 profile sip:mod_sofia@[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5060 RUNNING (0)
=================================================================================================
I compiled 1.6 version from source (git) on CentOS 7.4. Remote VPS with Public and Private IPv4
Any Hint?
Thank you
Regards
--
---
I'm SoCIaL, MayBe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180305/3eddd31d/attachment.html>
More information about the FreeSWITCH-users
mailing list