Thanks for this hints as well!
Would it be possible to combine like playing a file first, then do echo mode? What I could figure out from your examples, it is mainly about what modules and module_app's are loaded in baresip config. The config for playing an audio file has:
audio_source gst,file:///tmp/file_to_play.wav
and the one for echo:
audio_source aubridge,pseudo0
So it looks like a conflict to be able to have both.
Having two independent accounts that one plays file and one does echo is enough for what I wanted to find, I am asking more for curiosity.
Cheers, Daniel
On 27.03.20 12:05, Juha Heinanen wrote:
Regarding echo, one can use same kind of baresip accounts file as with play, such as
sip:echo@test.tutpro.com;auth_user=echo;auth_pass=xxxxxx;outbound="sip:192.168.43.82:5060;transport=tcp";ptime=20;audio_codecs=OPUS/48000/2,PCMU,PCMA;regint=600;pubint=0;regq=0.5;sipnat=outbound;answermode=auto
The difference is that in config file, these lines are needed:
audio_player aubridge,pseudo0 audio_source aubridge,pseudo0 module aubridge.so module_app echo.so
-- Juha