Daniel-Constantin Mierla writes:
Here is an example configuration of a SIP UA that plays a file when it receives a call:
.baresip/config: ... audio_source gst,file:///tmp/file_to_play.wav ... module gst1.so
gst1 module was recently renamed to gst. So the last line may need to be replaced by
module gst.so
-- Juha