Openhab 3 - pulsaudio and bluetooth speaker

Hi, everybody!
I’m trying to setup a “bluetooth doorbell”. Openhab is running in docker.
:~$ play .mp3
from the host system works fine.
I’ve installed pulseaudio binding and it have found an audiosink item
pulseaudio:sink:d4206f53c0:bluez_sink_5C_FB_7C_7F_4F_AC_a2dp_sink
where “5C_FB_7C_7F_4F_AC” is valid MAC of my audio device.
But trying to play
openhab> openhab:audio play doorbell.mp3
openhab> openhab:audio stream https://bigsoundbank.com/UPLOAD/mp3/0002.mp3
I hear only the silence.
What am I doing wrong?