[Freeswitch-dev] mod_skypopen
Debasish Chandra
debasish.chandra at telemune.net
Tue Jul 12 17:02:18 MSD 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20110712/3ff1f410/attachment.html
More information about the FreeSWITCH-dev
mailing list