[Freeswitch-dev] mod_skypopen

Debasish Chandra debasish.chandra at telemune.net
Wed Jul 13 15:21:46 MSD 2011


Hi Giovanni,

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.

Best Regards,
Debasish

On Wed, Jul 13, 2011 at 3:51 AM, Giovanni Maruzzelli <gmaruzz at gmail.com>wrote:

> You must first use the script to start the skype clients, then start
> freeswitch and load the mod-skypopen.
>
> At that point, it works.
>
> Normally you use freeswitch in a server linux installation, not in a
> desktop installation.
>
> Anyway, also if you have a desktop installation, you will not see the
> skype client on the desktop (because is displayed on a hidden X
> screen).
>
> So, all in all, use the script to start the clients, then start fs and
> load mod-skypopen. It will work. :)
>
> NB: you don't want to have a skype client running on the desktop. No
> skype client on the desktop. Skype clients will run hidden, started by
> the script
>
> -giovanni
>
>
> On 7/12/11, Debasish Chandra <debasish.chandra at telemune.net> wrote:
> > Hi,
> >
> > I am trying to integrate FreeSWITCH with Skype. I have installed skype
> > client using install.pl 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.
> >
> > I am using OS: Red Hat Enterprise Linux Server release 5.3 (Tikanga).
> Below
> > is the start_skype_clients.sh script
> >
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> > #!/bin/sh
> > #Unload possible ALSA sound modules that would conflict with our OSS fake
> > module
> > rmmod snd_pcm_oss
> > rmmod snd_mixer_oss
> > rmmod snd_seq_oss
> > sleep 1
> > #Create the inode our fake sound driver will use
> > mknod /dev/dsp c 14 3
> > #Load our OSS fake module
> > insmod
> /usr/local/freeswitch/skypopen/skypopen-sound-driver-dir/skypopen.ko
> >
> >
> > #start the fake X server on the given port
> > /usr/bin/Xvfb :101 -ac -nolisten tcp -screen 0 640x480x8 &
> > sleep 3
> > # start a Skype client instance that will connect to the X server above,
> and
> > will login to the Skype network using the 'username password' you send to
> it
> > on stdin.
> > su root -c "/bin/echo 'username passwd'| DISPLAY=:101
> >  /usr/local/freeswitch/skypopen/skype-clients-symlinks-dir/skype101
> >
> --dbpath=/usr/local/freeswitch/skypopen/skype-clients-configuration-dir/skype101
> > --pipelogin &"
> > sleep 7
> >
> > exit 0
> >
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> >
> >
> > Can you please help to find out where I am doing wrong?
> >
> >
> > Best Regards,
> > Debasish
> >
>
> --
> Sent from my mobile device
>
> Sincerely,
>
> Giovanni Maruzzelli
> Cell : +39-347-2665618
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> FreeSWITCH-dev mailing list
> FreeSWITCH-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20110713/cfeaa115/attachment.html 


More information about the FreeSWITCH-dev mailing list