Binaries
cipango
- The SIP server(depends jetty6)
- includes:
scripts, config files, docs, diameter, cipango-management, cipango-plus
Installing Jetty6
- Download the last version available on Jetty site. The actual latest version is Jetty-6.1.22. Here is the link http://dist.codehaus.org/jetty/jetty-6.1.22/debian/
dpkg -i libjetty6-java_6.1.22-1_all.deb dpkg -i libjetty6-extra-java_6.1.22-1_all.deb dpkg -i jetty6_6.1.22-1_all.deb
Installing
dpkg -i cipango_1.0-SNAPSHOT_all.deb
Starting
Edit /etc/default/jetty6
Set:
NO_START=0
Then do:
/etc/init.d/cipango start
Stopping
/etc/init.d/cipango stop
Installation Directories
The home directory for the debian distribution of cipango is /usr/share/jetty6. Other directories under /var and /etc are linked to from the /usr/share/jetty6 directory.
The configuration of the server is in /etc/jetty6. The configuration files listed in /etc/jetty6/cipango.conf are passed to the command line when it is started by /etc/init.d/cipango. Default configuration is set in /etc/default/cipango and /etc/default/jetty6.
Sipapps can be deployed by placing them in /var/lib/jetty6/sipapps (linked from /usr/share/jetty6/sipapps). (For Webapps and contexts see Jetty Debian packages )
