Asterisk in Docker: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
Read the [[Docker]] page if you don't know what Docker is.
Read the [[Docker]] page if you don't know what Docker is.


Building a current executable: [[Building Asterisk]]
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
Add j2 config files that I created for [[Fogg]].
 


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

Revision as of 16:44, 24 March 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 Add j2 config files that I created for Fogg.