+fix memory leaks, thanks Sharath from packetizer forum.
fix stale calls then fax send/recv in some circumstance
remove SWITCH_RTP_FLAG_AUTO_CNG - works incorrectly.
moves the switch_rtp_request_port() call from the contructor to FSH323Connection::CreateRealTimeLogicalChannel() - fix
switch_safe_free(mod_h323_globals.context);
switch_safe_free(mod_h323_globals.dialplan);
switch_safe_free(mod_h323_globals.codec_string);
+ switch_safe_free(mod_h323_globals.rtp_timer_name);
delete h323_process;
h323_process = NULL;
tech_pvt->active_connection = false;
// switch_mutex_unlock(tech_pvt->h323_mutex);
// switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"------------->h323_mutex_unlock\n");
+ switch_safe_free(tech_pvt->token);
}
void FSH323Connection::AttachSignalChannel(const PString & token,