Skip to content

dwilkie/linphone-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

linphone-docker

Run linphone in Docker.

Examples

Run interactively

$ sudo docker run -it --rm dwilkie/linphone-docker

Enable sound (ALSA)

Adapted from here

$ sudo docker run -it --rm -v /dev/snd:/dev/snd --privileged dwilkie/linphone-docker

Auto Answer

Adapted from here

$ sudo docker run -it --rm dwilkie/linphone-docker /bin/bash -c 'linphonec -a'

Run daemonized (with remote control)

$ sudo docker run --rm -d --name linphone dwilkie/linphone-docker /bin/bash -c 'linphonecsh init && tail -f /dev/null'

Remotely answer a call

$ sudo docker exec linphone /bin/bash -c 'linphonecsh generic answer'

Remotely hangup a call

$ sudo docker exec linphone /bin/bash -c 'linphonecsh generic terminate'

About

Run Linphone in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published