It seems like it happened after latest pipewire update (3.77), on pmos edge. calls are unusable, with a strange twist. Steps to reproduce:
-> a new call is placed to the requested number, and this time things work!
(variations of this scenario occur... very mysterious)
I reproduced and reported this here: https://gitlab.com/mobian1/callaudiod/-/issues/30
mitigation for pmos:
add http://dl-cdn.alpinelinux.org/alpine/v3.18/community to
/etc/apk/repositories
doas apk add pipewire=0.3.70-r1
reap the stability of alpine releases
change back with
doas apk add pipewire>0.3.70-r1
Pipewire 0.3.78 solve this: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3414
Wait for this to land: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/50389
Then you can upgrade Pipewire using the tip from ~noneofyourbusiness
doas apk add pipewire>0.3.70-r1
, or removing thepipewire=
line from/etc/apk/world
.I also applied a patch on sxmo-utils master to fix the speaker mode being disabled after a call (I hope).
I mark this as resolved, let's keep an eye on call audio issue and re-open if something still looks wrong.