Skip to content

Commit

Permalink
edit files in preparation for Release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMor26756 committed Sep 27, 2017
1 parent 21791ec commit 30a40dd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 112 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Saycel.Phone
_THIS IS A WORK IN PROGRESS_
_THIS IS A STABLE 1.0 branch_

_Pull Requests Welcome_

**Intro**

This is a WebApp for connecting internet enabled devices to community
cellular networks. The principle behind this docker implementation is
the ability for easy distribution and setup for users. Each docker
container is a seperate piece of the application, with each connecting
to eachother locally over the internal network of the host (localhost).

This is v1.0 of the application on the MASTER branch. This branch
allows you to make SIP calls from your domain. The principle behind
this docker implementation is the ability for easy distribution and
setup for users. Each docker container is a seperate piece of the
application, with each connecting to eachother locally over the
internal network of the host (localhost).

**Uses**

Expand Down Expand Up @@ -41,7 +41,7 @@ changed in the future once stable._

> cd Saycel.Phone/
> git checkout testing
> git checkout v1.0

You will need to modify the following files with your Domain
Expand Down
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,3 @@ services:
- "443"
environment:
- VIRTUAL_HOST=${DOMAIN}
rtpengine:
build: ./rtpengine
image: saycel/rtpengine:latest
container_name: rtpengine
hostname: rtpengine
ports:
- "2223:2223/udp"
- "30000-31000:30000-31000/udp"
Empty file removed rtpengine/.env
Empty file.
11 changes: 0 additions & 11 deletions rtpengine/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions rtpengine/ngcp-rtpengine-daemon

This file was deleted.

72 changes: 0 additions & 72 deletions rtpengine/rtpengine.conf

This file was deleted.

8 changes: 0 additions & 8 deletions rtpengine/run.sh

This file was deleted.

0 comments on commit 30a40dd

Please sign in to comment.