Cosip on Ubuntu 9.04
Downloading Cosip
First you have to download CoSIP sources from Downloads area.
After downloading extract CoSIP sources on your PC.
Preparing system for CoSIP
On deb based distributions like Ubuntu and debian you only have to install python-twisted :
apt-get install python-twisted
Configuring Cosip:
1. Enter cosip_proxy directory
2. Modify config.ini file: For most users this parameters are interesting:
cosipproxy_host=xxx.xxx.xxx.xxx <Your IP> cosipproxy_port=5080
All other parameters can be left with default values
Starting Cosip Usually CoSIP is started as daemon(background process) this is done using command:
python cosip_proxy_daemon.py
Output/Log can be found in /tmp directory. You can use this command to read logs:
tail -f /tmp/cosip_events.log
