Sign inSign up

cnsoluciones/asterisk16testing

By cnsoluciones

Updated about 5 years ago

Asterisk 16 Testing - Demo

Image
0

3.5K

cnsoluciones/asterisk16testing repository overview

Docker-Compose

vim docker-compose.yml

version: '3'

services:

  voip:
    container_name: voip
    image: cnsoluciones/asterisk16testing:latest
    restart: always
    network_mode: host
    volumes:
        - /etc/localtime:/etc/localtime:ro
        - ./user-data/etc/asterisk:/etc/asterisk

PJSIP

  • user: 2323
  • pass: 2324

vim pjsip_template_aor.conf

[2324](template-aor)
pjsip_template_auth.conf

vim pjsip_template_auth.conf

[2324-auth](template-auth)
username=2324
password=2324
pjsip_template_endpoint.conf

vim pjsip_template_endpoint.conf

[2324](template-endpoint)
aors=2324
auth=2324-auth
callerid=2324 <2324>

Tag summary

Content type

Image

Digest

Size

547.1 MB

Last updated

about 5 years ago

docker pull cnsoluciones/asterisk16testing