Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Hey, could not run this in ubutu as it was, now it builds and runs. I also created an build script #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

gabrielsallum
Copy link

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.

Gabriel Sallum - AsusI7 and others added 7 commits August 23, 2015 00:09
…-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 -
Copy link

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

@ypid
Copy link

ypid commented Aug 23, 2015

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;

Copy link

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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants