<div dir="ltr"><div class="gmail_quote"><br><div dir="ltr"><p class="MsoNormal" style="margin-bottom:0.0001pt">Hi</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">I used freeswitch  on centos 6 .</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">I downloaded freeswitch from “<code><span style="font-size:10pt">git clone </span></code><a href="https://freeswitch.org/stash/scm/fs/freeswitch.git" target="_blank">https://freeswitch.org/stash/scm/fs/freeswitch.git</a><span></span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">And  configure properly without
errors</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">Then I try to configure mod_verto , </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"><a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_verto" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/mod_verto</a>  </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">First I compile the module and then I did configurations from mentioned
link below,</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">But I couldn’t create ssl certificate from that instructions</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">Then I used following command to create the certificate and key</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"> </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout
/usr/local/freeswitch/certs/wss.key -out /usr/local/freeswitch/certs/wss.crt </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"> </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">cat  wss.crt  wss.key  &gt;  /usr/local/freeswitch/certs/wss.pem</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">cat  wss.crt   &gt;  /usr/local/freeswitch/tls/dtls-srtp.crt</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">then I changed ssl.conf file (/etc/httpd/conf.d/ssl.conf) as follows</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"><br>
ServerName  myserverip:443</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"> </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">SSLEngine on</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">SSLCertificateFile 
/usr/local/freeswitch/certs/wss.crt</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">SSLCertificateKeyFile  /usr/local/freeswitch/certs/wss.key</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">Then restarted httpd server</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"> </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">Get the firefox and put https:// myserverip/verto</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">Ask certificate and after add the certificate</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">Loaded login page but can’t log in</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">freeswitch console print  following
message </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"> </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">2014-12-02 18:11:40.150201 [INFO] mod_verto.c:3688 <a href="http://192.168.1.195:4870" target="_blank">192.168.1.195:4870</a>
Client Connect.</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">2014-12-02 18:11:40.150201 [INFO] mod_verto.c:1827 <a href="http://192.168.1.195:4870" target="_blank">192.168.1.195:4870</a>
Starting client thread.</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">2014-12-02 18:11:41.169676 [DEBUG] mod_verto.c:1739 <a href="http://192.168.1.195:4870" target="_blank">192.168.1.195:4870</a>
WS SETUP FAILED []</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">2014-12-02 18:11:41.169676 [INFO] mod_verto.c:1853 <a href="http://192.168.1.195:4870" target="_blank">192.168.1.195:4870</a>
Ending client thread.</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">2014-12-02 18:11:41.169676 [INFO] mod_verto.c:1860 <a href="http://192.168.1.195:4870" target="_blank">192.168.1.195:4870</a>
Thread ended</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt"> </p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">Kindly help me to configure this</p>

<p class="MsoNormal" style="margin-bottom:0.0001pt">thankyou</p><span class="HOEnZb"><font color="#888888"><div><br></div><div>ach<br></div>
</font></span></div>
</div><div class="gmail_signature"><br></div>
</div>