Christian Spielberger
Christian Spielberger
Suppose that `office` is a domain in the local network. It should be possible to initiate an outgoing call to domain `office`. Current behavior: Dialing e.g. `office` through module `menu`...
mentioned here: https://github.com/baresip/baresip/pull/2941 - Similar to `video_update()` - Replace `start_audio()` and `audio_start()` by `audio_update()`. - start/stop NAT pinhole for recv-only audio - start/stop audio rx/tx for re-INVITE, 183 Session Progress,...
Reproduce this with: config ``` module aufile.so file_ausrc aufile ring_aufile ring.wav ``` Trigger an incoming call.
This PR improves jbuf in order to - ensure frame completeness for video and correct order of frames, - reduce the buffered frames with return EAGAIN if it is possible,...
Idea got from: - https://github.com/baresip/baresip/pull/3011#issuecomment-2082666509 - Initially from https://github.com/baresip/baresip/pull/3011#issuecomment-2081420514 This PR involved now to a backwards compatible solution. Old and new event API exist in parallel. For now only updated...
- If the chosen audio source supports blocking mode, the result is returned now directly with the given print function. - Otherwise the result is printed to the log like...
With blocking mode the whole audio file is read as fast as possible.