Skip to content

Commit

Permalink
Migrated Powermedia XMS example to docker compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaslis committed Dec 4, 2017
1 parent bf92035 commit b00ee28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 150 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ services:
RCADVCONF_HSQL_DIR: /var/restcomm/data # Defines path where HSQL data will be persisted.


# Powermedia XMS integration: uncomment below env vars. Also:
#
# RMSCONF_MS_COMPATIBILITY_MODE: xms
# RMSCONF_MS_ADDRESS: 127.0.0.1 # The IP of a working Powermedia XMS server.
# NOTE: In our example, we are assuming Powermedia XMS is installed on the host where Restcomm-Connect is running in a Docker container. As
# such, they can share a docker volume for storing recordings (the `recordings` volume). XMS should be configured to store files to that
# directory. For more complex examples, you'll want to set up NFS shares, etc.


# The RestComm docker image supports the same set of environment variables with RestComm, with some prefix, depending on the config file it is in.
# - Variables that are located at "restcomm.conf" need to be prefixed with "RCBCONF_"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ There is two different ways to install Restcomm Connect. Either through Docker o
=== Docker Installation and Start

* <<docker/Restcomm - Docker Quick Start Guide.adoc#restcomm-docker,Restcomm Connect Docker Quick Start Guide>>
* <<docker/Restcomm - Docker Getting started with Telestax RestComm and XMS.adoc#restcomm-docker,Restcomm Connect Docker Integration with PowerMedia XMS>>

=== Binary Installation and Start

Expand Down

0 comments on commit b00ee28

Please sign in to comment.