This repository has been archived by the owner on May 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Hey, could not run this in ubutu as it was, now it builds and runs. I also created an build script #6
Open
gabrielsallum
wants to merge
8
commits into
lucaspiller:master
Choose a base branch
from
gabrielsallum:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-p 16384:16384/udp -p 16385:16385/udp -p 16386:16386/udp -p 16387:16387/udp -p 16388:16388/udp -p 16389:16389/udp -p 16390:16390/udp -p 16391:16391/udp -p 16392:16392/udp -p 16393:16393/udp gps:docker-freeswitch /opt/freeswitch/bin/freeswitch
Even though its a hack, it can't have spelling errors...
RUN cd /usr/local/src/freeswitch; ./configure --prefix=/opt/freeswitch | ||
RUN cd /usr/local/src/freeswitch; make; make install | ||
RUN cd /usr/local/src/freeswitch; make all cd-sounds-install cd-moh-install | ||
RUN wget -O - http://files.freeswitch.org/repo/deb/debian/key.gpg |apt-key add - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pointless. See jchaney/owncloud#12
Hi Looks good. I have not tested your changes but I was playing with this image once and might set it up when I find the time. I appreciate your switch to a Debian base image 👍 |
RUN git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git | ||
RUN cd freeswitch.git; ./bootstrap.sh -j; perl -i -pe 's/#applications\/mod_av/applications\/mod_av/g' modules.conf | ||
RUN cd freeswitch.git; ./configure --prefix=/opt/freeswitch ; make; make install cd-sounds-install cd-moh-install samples; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use &&
instead of ;
to fail early when failing.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I don't know if anyone still using this repo but, who kows. I just got it to work on ubuntu 14.10 but the image is based on debian 8 freeswitch is 1.7
it build fine and I did play around with the demos in the default configuration
Thanks
Gabe.