Hi Giovanni,<div><br></div><div>Thanks a lot for your reply. I was using old freeswitch snapshot. I have installed freeswitch from latest Git, and now mod_skypopen is working fine.</div><div><br></div><div>Best Regards,</div>
<div>Debasish<br><br><div class="gmail_quote">On Wed, Jul 13, 2011 at 3:51 AM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
You must first use the script to start the skype clients, then start<br>
freeswitch and load the mod-skypopen.<br>
<br>
At that point, it works.<br>
<br>
Normally you use freeswitch in a server linux installation, not in a<br>
desktop installation.<br>
<br>
Anyway, also if you have a desktop installation, you will not see the<br>
skype client on the desktop (because is displayed on a hidden X<br>
screen).<br>
<br>
So, all in all, use the script to start the clients, then start fs and<br>
load mod-skypopen. It will work. :)<br>
<br>
NB: you don&#39;t want to have a skype client running on the desktop. No<br>
skype client on the desktop. Skype clients will run hidden, started by<br>
the script<br>
<br>
-giovanni<br>
<div><div></div><div class="h5"><br>
<br>
On 7/12/11, Debasish Chandra &lt;<a href="mailto:debasish.chandra@telemune.net">debasish.chandra@telemune.net</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I am trying to integrate FreeSWITCH with Skype. I have installed skype<br>
&gt; client using <a href="http://install.pl" target="_blank">install.pl</a> under mod_skypopen dir. The skype client is not able<br>
&gt; to connect when am running client using start_skype_clients.sh. However it<br>
&gt; connect when I open skype101 in skype-clients-symlinks-dir from desktop.<br>
&gt;<br>
&gt; I am using OS: Red Hat Enterprise Linux Server release 5.3 (Tikanga). Below<br>
&gt; is the start_skype_clients.sh script<br>
&gt; --------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt; #!/bin/sh<br>
&gt; #Unload possible ALSA sound modules that would conflict with our OSS fake<br>
&gt; module<br>
&gt; rmmod snd_pcm_oss<br>
&gt; rmmod snd_mixer_oss<br>
&gt; rmmod snd_seq_oss<br>
&gt; sleep 1<br>
&gt; #Create the inode our fake sound driver will use<br>
&gt; mknod /dev/dsp c 14 3<br>
&gt; #Load our OSS fake module<br>
&gt; insmod /usr/local/freeswitch/skypopen/skypopen-sound-driver-dir/skypopen.ko<br>
&gt;<br>
&gt;<br>
&gt; #start the fake X server on the given port<br>
&gt; /usr/bin/Xvfb :101 -ac -nolisten tcp -screen 0 640x480x8 &amp;<br>
&gt; sleep 3<br>
&gt; # start a Skype client instance that will connect to the X server above, and<br>
&gt; will login to the Skype network using the &#39;username password&#39; you send to it<br>
&gt; on stdin.<br>
&gt; su root -c &quot;/bin/echo &#39;username passwd&#39;| DISPLAY=:101<br>
&gt;  /usr/local/freeswitch/skypopen/skype-clients-symlinks-dir/skype101<br>
&gt; --dbpath=/usr/local/freeswitch/skypopen/skype-clients-configuration-dir/skype101<br>
&gt; --pipelogin &amp;&quot;<br>
&gt; sleep 7<br>
&gt;<br>
&gt; exit 0<br>
&gt; --------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt;<br>
&gt;<br>
&gt; Can you please help to find out where I am doing wrong?<br>
&gt;<br>
&gt;<br>
&gt; Best Regards,<br>
&gt; Debasish<br>
&gt;<br>
<br>
</div></div>--<br>
Sent from my mobile device<br>
<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : +39-347-2665618<br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>