Baresip docker container
docker pull qxip/baresip-docker
docker run -name baresip -ti --device=/dev/snd:/dev/snd qxip/baresip-docker
This module implements an HTTPD server for connecting to Baresip using HTTP Protocol. You can use programs like CURL to connect to the command-line interface.
# curl http://127.0.0.1:8000/?l
<html>
<head>
<title>Baresip v0.4.11</title>
</head>
<body>
<pre>
--- List of active calls (0): ---
</pre>
</body>
</html>
This module implements a simple console for connecting to Baresip via UDP or TCP-based sockets. You can use programs like telnet or netcat to connect to the command-line interface.
Example, with the cons-module listening on default port 5555:
# netcat -u 127.0.0.1 5555
l
--- List of active calls (0): ---
Content type
Image
Digest
sha256:875146a25…
Size
117.8 MB
Last updated
about 6 years ago
docker pull qxip/baresip-docker