Skip to content

CallHandling/captagent-docker-tls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

captagent

CAPTAGENT 6 Docker

http://sipcapture.org

Status:

  • Build Status

Pull latest

docker pull qxip/captagent-docker

Run latest using --net=host

docker run -tid --name captagent6 --net=host qxip/captagent-docker

Local Build & Test

git clone https://github.com/qxip/captagent-docker; cd captagent-docker
docker build --tag="qxip/captagent-docker:local" ./
docker run --net=host -t -i qxip/captagent-docker:local

Example docker-compose content

captagent:
  container_name: captagent
  image: qxip/captagent-docker
  restart: always
  net: host
  environment:
    - TERM=xterm
    - ETHERNET_DEV=any
    - CAPTURE_HOST=homer.domain.com
    - CAPTURE_PORT=9060
    - CAPTURE_PASSWORD=myHep
    - RTCP_ENABLE=true
    - LOG_LEVEL=3
    - CAPTURE_ID=1234
    - NAT_SUPPORT=true

About

CaptAgent 6 Docker With TLS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.1%
  • Dockerfile 14.2%
  • Makefile 1.7%