Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 988 Bytes

README.md

File metadata and controls

46 lines (37 loc) · 988 Bytes

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