<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">No, he has the dir specified, so it won't use the default.<div><br><div><div>On May 27, 2014, at 2:37 PM, Oleg Stolyar &lt;<a href="mailto:olegstolyar@gmail.com">olegstolyar@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Jamie,<div>I believe you need to have the wss.pem file in /usr/loca/freeswitch/certs/ directory to avoid this problem.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 27, 2014 at 6:56 AM, Jamie McClelland <span dir="ltr">&lt;<a href="mailto:jm@mayfirst.org" target="_blank">jm@mayfirst.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;">Hi all - I'm very excited to see support for websockets in 1.4.4!<br>
<br>
However, I'm having trouble getting wss working.<br>
<br>
When I enable it, by adding the following to internal.xml:<br>
<br>
&lt;param name="wss-binding" value=":7443"/&gt;<br>
<br>
I get the following error when I reload mod_sofia:<br>
<br>
2014-05-27 09:24:47.910948 [ERR] sofia.c:2778 Error Creating SIP UA for<br>
profile: internal (<a href="sip:mod_sofia@209.234.253.18:5060;transport=udp,tcp">sip:mod_sofia@209.234.253.18:5060;transport=udp,tcp</a>)<br>
The likely causes for this are:<br>
1) Another application is already listening on the specified address.<br>
2) The IP the profile is attempting to bind to is not local to this<br>
system.<br>
<br>
When I comment out the wss line, the error goes away.<br>
<br>
Strange... 209.234.253.18 is local to the machine, and I'm specifying<br>
7443 as the wss bind IP, not 5060 (which is specified as the "sip_port"<br>
in the internal.xml file). If I change the sip_port to a different<br>
number, I get the error, but it specifies the new sip_port.<br>
<br>
Also, accordig to lsof, port 7443 is not in use.<br>
<br>
I have ws enabled without problems.<br>
<br>
Here are the only differences between my sip_profile directory and the<br>
vanilla conf one:<br>
<br>
0 paul:/etc/freeswitch# diff -ur /usr/share/freeswitch/conf/vanilla/sip_profiles/ /etc/freeswitch/sip_profiles/|less<br>
Only in /etc/freeswitch/sip_profiles/external: mfpl-voicepulse.xml<br>
diff -ur /usr/share/freeswitch/conf/vanilla/sip_profiles/internal.xml /etc/freeswitch/sip_profiles/internal.xml<br>
--- /usr/share/freeswitch/conf/vanilla/sip_profiles/internal.xml &nbsp; &nbsp; &nbsp; &nbsp;2014-05-22 14:39:26.000000000 -0400<br>
+++ /etc/freeswitch/sip_profiles/internal.xml &nbsp; 2014-05-27 09:29:29.000000000 -0400<br>
@@ -196,7 +196,7 @@<br>
&nbsp; &nbsp; &nbsp;&lt;!-- Port to listen on for TLS requests. (5061 will be used if unspecified) --&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;param name="tls-sip-port" value="$${internal_tls_port}"/&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) --&gt;<br>
- &nbsp; &nbsp;&lt;!--&lt;param name="tls-cert-dir" value=""/&gt;--&gt;<br>
+ &nbsp; &nbsp;&lt;param name="tls-cert-dir" value="/etc/freeswitch/certs"/&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files --&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;param name="tls-passphrase" value=""/&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;!-- Verify the date on TLS certificates --&gt;<br>
@@ -304,7 +304,7 @@<br>
<br>
<br>
&nbsp; &nbsp; &nbsp;&lt;!-- uncomment for sip over websocket support --&gt;<br>
- &nbsp; &nbsp;&lt;!--&lt;param name="ws-binding" &nbsp;value=":5066"/&gt;--&gt;<br>
+ &nbsp; &nbsp;&lt;param name="ws-binding" &nbsp;value=":5066"/&gt;<br>
<br>
&nbsp; &nbsp; &nbsp;&lt;!-- uncomment for sip over secure websocket support --&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;!-- You need wss.pem in /usr/local/freeswitch/certs for wss --&gt;<br>
<br>
Any suggestions?<br>
<br>
jamie<br>
<br>
p.s. I do have wss.pem in /etc/freeswitch/certs<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote></div></div></blockquote></div><br></div></body></html>