Hi,<div><br></div><div>I am trying to integrate FreeSWITCH with Skype. I have installed skype client using <a href="http://install.pl">install.pl</a> under mod_skypopen dir. The skype client is not able to connect when am running client using start_skype_clients.sh. However it connect when I open skype101 in skype-clients-symlinks-dir from desktop.</div>
<div><br></div><div>I am using OS: Red Hat Enterprise Linux Server release 5.3 (Tikanga). Below is the start_skype_clients.sh script</div><div>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div><div>#!/bin/sh</div><div>#Unload possible ALSA sound modules that would conflict with our OSS fake module</div><div>rmmod snd_pcm_oss</div><div>rmmod snd_mixer_oss</div><div>rmmod snd_seq_oss</div><div>sleep 1</div><div>
#Create the inode our fake sound driver will use</div><div>mknod /dev/dsp c 14 3</div><div>#Load our OSS fake module</div><div>insmod /usr/local/freeswitch/skypopen/skypopen-sound-driver-dir/skypopen.ko</div><div><br></div>
<div><br></div><div>#start the fake X server on the given port</div><div>/usr/bin/Xvfb :101 -ac -nolisten tcp -screen 0 640x480x8 &amp;</div><div>sleep 3</div><div># start a Skype client instance that will connect to the X server above, and will login to the Skype network using the &#39;username password&#39; you send to it on stdin.</div>
<div>su root -c &quot;/bin/echo &#39;username passwd&#39;| DISPLAY=:101  /usr/local/freeswitch/skypopen/skype-clients-symlinks-dir/skype101 --dbpath=/usr/local/freeswitch/skypopen/skype-clients-configuration-dir/skype101 --pipelogin &amp;&quot;</div>
<div>sleep 7</div><div><br></div><div>exit 0</div></div><div>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div><br></div><div><br></div><div>Can you please help to find out where I am doing wrong?</div><div><br></div><div><br></div><div>Best Regards,</div><div>Debasish</div><div><br></div>