This documentation relates to an earlier version of Cipango.
visit the current release documentation home.

How can I change the SIP port ?

Command Line

To set SIP port to 5070, start Cipango with

java -Dsip.port=5070 -jar start.jar etc/cipango.xml

Unix daemon

Add in
/etc/default/jetty
the lines

JAVA_HOME=${JAVA_HOME} -Dsip.port=5070