[Freeswitch-users] confusing on skypopen module

ha do haloha201 at yahoo.com
Fri Dec 3 19:01:09 MSK 2010


hi all

i try to use the skypopen and i follow on wiki page
there are some places that are very hard to understand


1/

let's edit the startskype script 
remember to add the removing of all the installed snd-* modules 
cp freeswitch/src/mod/endpoints/mod_skypopen/configs/startskype.sh ./
vi startskype.sh

start the X servers and the Skype clients 
sh ./startskype.sh


2/

on "How to prepare the configuration directory of Skype clients on Linux", see 
http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#How_to_prepare_the_configuration_directory_of_Skype_clients_on_Linux_using_ssh_-X_and_xauth
 
cp /mnt/root/configskypenew.tgz ./
tar xzf configskypenew.tgz
chown root.root .Skype

configskypenew.tgz is not a published file - you must generate it  yourself for 
your own configuration using the instructions at the above  link. This is 
because it contains your authentication details. 


3/

Copy and install the Skype clients configuration directory you previously 
prepared (see 
http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#How_to_prepare_the_configuration_directory_of_Skype_clients_on_Linux_using_ssh_-X_and_xauth
 for how to prepare it): 

cd /root
mount /dev/hda5 /mnt
cp /mnt/root/skypeconfig2.tgz ./
tar xzf skypeconfig2.tgz
chown -R root.root .Skype


4/

Install the skypopen configuration files, edit and execute the script that 
starts the Skype client instances: 

cd /usr/src
cd freeswitch/src/mod/endpoints/mod_skypopen/
cd configs/
cp skypopen.conf.xml /usr/local/freeswitch/conf/autoload_configs/ ==> copy the 
config to autoload

vi /usr/local/freeswitch/conf/autoload_configs/skypopen.conf.xml ==> what parts 
should i edit in the skypopen.conf.xml

cp startskype.sh 2startskype.sh => where do i put the 2startskype.sh
vi 2startskype.sh => what information should i input
sh ./2startskype.sh



when i start the sh ./startskype.sh i got the error
skype at skype-desktop:/$ sh ./startskype.sh
ERROR: Module snd_* does not exist in /proc/modules
ERROR: Module snd_hda_intel is in use
ERROR: Module snd_dummy is in use

Fatal server error:
Server is already active for display 101
        If this server is no longer running, remove /tmp/.X101-lock
        and start again.

Password:


what is the password i should input here


where i put the real password of skype account and the real account ID of skype 
account


please help
Thank you
Ha



      



More information about the FreeSWITCH-users mailing list