BelledonneCommunications / linphone-sdk

Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git)
GNU Affero General Public License v3.0
107 stars 82 forks source link

RTCP Feedback Report Not Working #284

Open disolaterX opened 1 year ago

disolaterX commented 1 year ago

Hello @Viish

I have implemented VOIP monitor on PBX but the issue is linphone is not sending RTCP feedback reports I tried this on zoiper was able to get the data but not with linphone any spedical config I need to do for this ?

We have done this core.avpfMode = AVPFMode.Enabled

During registration of new account also

Viish commented 1 year ago

Try setting it on the account params directly:

val params = account.params.clone()
params.avpfMode = AVPFMode.Enabled
account.params = params
disolaterX commented 1 year ago

So I tried something I disabled stun server then tried it went through the RTCP reports

disolaterX commented 1 year ago

Why this may be happening ? and another issue is rtcp leg a is there but leg B data is having issues