
user@host:~/rhino$ ./client/bin/rhino-console
Interactive Rhino Management Shell
Rhino management console, enter ’help’ for a list of commands
[Rhino@localhost (#0)] state
SLEE is in the Running state
The Registrar and Proxy services are now deployed and ready to use. See Section 22.6 for details on using SIP user agents to
test the example services.
22.4.3 Configuring the Services
Configuring the services is done by editing the
sip.properties
file.
These properties are substituted into the deployment descriptors of the example services when they are built. The main proper-
ties in this file are shown in Table 22.4.3.
Name Description
PROXY_HOSTNAMES
Comma-separated list of hostnames that the proxy is known by.
The first name is used as the proxy’s canonical hostname, and will be
used in Via and Record-Route headers inserted by the proxy.
PROXY_DOMAINS
Comma-separated list of domains that the proxy is authoritative for.
If the proxy receives a request addressed to a user in one of these domains,
then the proxy will attempt to find that user in the Location Service.
This means that the user must have previously registered with the Registrar service.
Requests addressed to users in other domains will be forwarded according
to normal SIP routing rules.
PROXY_SIP_PORT
This port number will be included in Via and Record-Route headers
inserted by the proxy.
PROXY_SIPS_PORT
This port number will be included in Via and Record-Route headers
inserted by the proxy, when sending to secure (
sips:
) addresses.
PROXY_LOOP_DETECTION
If enabled, the proxy will be able to detect routing loops, as described
in RFC 3261 section 16. It is recommended that loop detection is enabled,
which is the default setting.
Table 22.2: The sip.properties file
22.4.4 Installing the Services
Restrictions
Not all of the example SIP services should be installed at the same time. The restrictions on which services can be deployed are
as follows:
• Registrar Service: This service can be installed independently of other services.
• Proxy, FMFM and B2BUA Services: Only one of these services may be installed at a time. It is possible to customise the
SBB initial event selection code so that they can all be deployed, however this is not done by default.
JDBC Location Datasource
If the JDBC Location Service is being used without using the default PostgreSQL database for persistence, then the JDBC
Location SBB extension deployment descriptor
oc-sbb-jar.xml
must be edited to refer to the correct JDBC data source. By
default this will point to the PostgreSQL database installed with the Rhino SLEE.
Open Cloud Rhino 1.4.3 Administration Manual v1.1 134
Comentarios a estos manuales