StefanYohansson / mod_call_control

Bidirectional communication with external applications without socket through internal REST API and external webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod-call-control

The idea behind call control is to have a way to control a call without a socket. The module exposes the internal APIs via REST API and send events and async answers via webhook to a configured webhook.

Building

git submodule update --init
make build-deps
make
make install

About

Bidirectional communication with external applications without socket through internal REST API and external webhook


Languages

Language:C 97.3%Language:Makefile 2.7%