Skip to content

DEPRECATED: Dockerfile for building pjsip as a base for asterisk & chan_respoke

License

Notifications You must be signed in to change notification settings

respoke/pjsip-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Asterisk 13.8 introduced the --with-pjproject-bundled flag to the ./configure script, which greatly simplifies the process of installing pjsip and configuring it correctly. For more details, see the article "Asterisk 13.8.0: Now With Easier PJSIP Install Method!".


pjsip-docker

Dockerfile for building pjsip as a base for asterisk & chan_respoke.

This Dockerfile currently builds Debian "jessie" release with pjsip pre-compiled. We apply a slight customization to the pjsip build to better support chan_respoke and WebRTC in general by increasing the maximum number of ice candidates that pjsip allows.

usage

To build this image, just clone this repo and build using docker:

git clone https://github.com/respoke/pjsip-docker.git
cd pjsip-docker
docker build -t pjsip .

More often though, you'll want to use the image built by this repo as a base for your own image that needs pjsip. This repo is linked to the Docker hub at respoke/pjsip, so you can simply add this to the top of your own Dockerfile:

FROM respoke/pjsip:2

license

MIT

About

DEPRECATED: Dockerfile for building pjsip as a base for asterisk & chan_respoke

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages