Hello Robbie,
My media config is the following:
/* Media config */
{
pjsua_media_config_default(&(media_cfg));
media_cfg.clock_rate = 8000;
media_cfg.snd_clock_rate = 8000;
//media_cfg.clock_rate = 44100;
//media_cfg.snd_clock_rate = 44100;
//media_cfg.ec_options = 0;//0=default,1=speex, 2=suppressor
media_cfg.ec_tail_len = 0;
// Enable/Disable VAD/silence detector
media_cfg.no_vad = 1;
media_cfg.snd_auto_close_time = 0;
//media_cfg.quality = 2;
//media_cfg.channel_count = 2;
media_cfg.enable_ice = 0;
}
I assume that the config disable any echo cancellation build-in into pjsip.
BTW: I've also checked with gdb that echo cancellation code was not enabled
--
Best regards,
Ivan
--
Best regards,
Ivan