Status: Accepted Owner: vladimir.ralev Labels: Type-Defect Priority-Medium
New issue 1709 by vladimir.ralev: Use variable substitution in server.xml to allow command line variables
http://code.google.com/p/mobicents/issues/detail?id=1709 For example the ports <Connector port="${mss.port:5080}" and then specify run.sh -Dmss.port=5180 5080 stand for default value and 5180 will override it if specified.
