Skip to content

sboily/wazo-hackathon-asterisk-stream-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket Stream audio channel module for Asterisk

This provides a websocket resource for streaming audio channel Asterisk. It works with asterisk versions 16.x or later

Requirements

Installation

$ make
$ make install

To use

Loading module

asterisk -r
CLI> module unload res_ari_stream.so
CLI> module load res_ari_stream.so

Docker

Edit the sample to have the good configuration. To build image to test with docker.

docker build -t asterisk-ari-stream .
docker run -it asterisk-ari-stream bash
asterisk

Use it

Check our example in contribs directory. You need to send the subprotocol stream-channel with a http header Channel-ID which contains the channel id you would like to stream.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages