switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "AUDIO RTP REPORTS ERROR: [%s]\n", err);
switch_channel_hangup(session->channel, SWITCH_CAUSE_INCOMPATIBLE_DESTINATION);
}
+ switch_channel_execute_on(session->channel, "execute_on_audio_change");
}
switch_core_media_copy_t38_options(t38_options, other_session);
}
switch_core_media_check_autoadj(session);
+ switch_channel_execute_on(session->channel, "execute_on_audio_change");
}
switch_snprintf(tmp, sizeof(tmp), "%d", a_engine->cur_payload_map->remote_sdp_port);
switch_channel_set_variable(session->channel, SWITCH_REMOTE_MEDIA_IP_VARIABLE, a_engine->cur_payload_map->remote_sdp_ip);
switch_channel_set_variable(session->channel, SWITCH_REMOTE_MEDIA_PORT_VARIABLE, tmp);
+ switch_channel_execute_on(session->channel, "execute_on_audio_change");
}
}