Asterisk in Docker: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
Line 15: Line 15:
== Configuration ==
== Configuration ==


Put environment settings into Dockerfile
Put environment settings into Dockerfile and
Add j2 config files that I created for [[Fogg]].
add j2 config files that I created for [[Fogg]].




[[Category: VOIP]]
[[Category: VOIP]]

Revision as of 01:55, 5 April 2018

Read the Docker page if you don't know what Docker is.

Notes on building a current executable, the old way: Building Asterisk

Building a docker container

I cloned the github respoke asterisk image as my starting point.

git clone [email protected]:respoke/asterisk-docker.git

I turned off the line to not BUILD_NATIVE in build-asterisk.sh

I commented out the line that deletes the source files, so I can look at them.

Configuration

Put environment settings into Dockerfile and add j2 config files that I created for Fogg.