Hello,
I use ALSA native audio device. In the early dialogue on 180 I get SDP with sendonly and the media is updated. I get a ringback tone through RTP, but it is not heard on the audio device.
If I change manually in pjmedia_stream_start function stream->enc->paused = 0; then it works.
I see that
/* Return sound playback frame. */
if (conf->ports[0]->tx_level) {
if (conf->ports[0]->tx_level) {
is always 0.
What could be the problem?
Thank you.
Best regards,
Branko
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list -- pjsip@xxxxxxxxxxxxxxx To unsubscribe send an email to pjsip-leave@xxxxxxxxxxxxxxx