switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"Opus encoder set bitrate based on maxaveragebitrate found in SDP [%dbps]\n",opus_codec_settings.maxaveragebitrate);
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"Opus encoder: set bitrate based on maxaveragebitrate value found in SDP or local config [%dbps]\n",opus_codec_settings.maxaveragebitrate);
}else{
/* Default codec settings used, may have been modified by SDP "samplerate" */
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"Opus encoder set bandwidth based on maxplaybackrate found in SDP [%dHz]\n",opus_codec_settings.maxplaybackrate);
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"Opus encoder: set audio bandwidth to [%s] based on maxplaybackrate value found in SDP or local config [%dHz]\n",audiobandwidth_str,opus_codec_settings.maxplaybackrate);