PTRACE(1,"mod_h323\tRemoving capability '"<<fname<<"' ("<<format<<") not in remote '"<<m_globalcodec<<"'");
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_NOTICE,"Removing capability '%s' (%s) not in remote %s",(constchar*)fname,format,(constchar*)m_globalcodec);
PTRACE(4,"mod_h323\t======>FSH323Connection::OnReceivedReleaseComplete cause = "<<pdu.GetQ931().GetCause()<<" value = "<<(switch_call_cause_t)pdu.GetQ931().GetCause());
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"======>FSH323Connection::OnReceivedReleaseComplete value = %d\n",(switch_call_cause_t)pdu.GetQ931().GetCause());
PTRACE(4,"mod_h323\t======>FSH323Connection::OnSendReleaseComplete cause = "<<pdu.GetQ931().GetCause()<<" value = "<<(switch_call_cause_t)pdu.GetQ931().GetCause());
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"======>FSH323Connection::OnSendReleaseComplete cause = %u\n",(switch_call_cause_t)pdu.GetQ931().GetCause());
PTRACE(2,"mod_h323\t"<<switch_channel_get_name(m_fsChannel)<<" Unsupported ptime of "<<m_codec_ms<<" on "<<((GetDirection()==IsReceiver)?" read":" write")<<' '
<<m_capability->GetMainType()<<" codec "<<m_capability<<" for connection "<<*this);
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_ERROR,"%s Unsupported ptime of %u on %s %s codec %s for connection [%p]\n",switch_channel_get_name(m_fsChannel),m_codec_ms,((GetDirection()==IsReceiver)?" read":" write")
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"------------------->old remot port = %d new remote port = %d\n",switch_rtp_get_remote_port(tech_pvt->rtp_session),m_RTPremotePort);