Skip to content

A project that uses Node.js and Asterisk to handle calls

License

Notifications You must be signed in to change notification settings

uchkunrakhimow/callback

Repository files navigation

Callback

Integrating Asterisk and Node.js

Configuring docker on centos

yum install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
systemctl start docker
docker compose up -d

Run the server

npm install
docker compose up -d