pi@TestPI:/$ sudo systemctl status baresip
● baresip.service - SIP User-Agent with audio and video support
Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset:
Active: active (running) since Sun 2021-02-28 23:16:18 CET; 41s ago
Main PID: 2271 (baresip)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/baresip.service
└─2271 /usr/bin/baresip -v
Feb 28 23:16:18 TestPI baresip[2271]: module: loading app menu.so
Feb 28 23:16:18 TestPI baresip[2271]: module: loading app ctrl_tcp.so
Feb 28 23:16:18 TestPI baresip[2271]: ctrl_tcp: TCP socket listening on 0.0.0.0
Feb 28 23:16:18 TestPI baresip[2271]: module: loading app vidloop.so
Feb 28 23:16:18 TestPI baresip[2271]: Populated 2 audio codecs
Feb 28 23:16:18 TestPI baresip[2271]: Populated 1 audio filter
Feb 28 23:16:18 TestPI baresip[2271]: Populated 0 video codecs
Feb 28 23:16:18 TestPI baresip[2271]: Populated 0 video filters
Feb 28 23:16:18 TestPI baresip[2271]: baresip is ready.
Feb 28 23:16:18 TestPI baresip[2271]: IP-DoorPI@192.168.33.70: {0/UDP/v4} 200 O
pi@TestPI:/$ cat ~/.asoundrc
cat: /home/pi/.asoundrc: Datei oder Verzeichnis nicht gefunden
pi@TestPI:/$ cat /etc/asound.conf
pcm.pulse { type pulse }
ctl.pulse { type pulse }
pcm.!default { type pulse }
ctl.!default { type pulse }
pi@TestPI:/$