/* log warning if part of ongoing session, as we'll block the session */
if(session){
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),SWITCH_LOG_NOTICE,"Originate can take 60 seconds to complete, and blocks the existing session. Do not confuse with a lockup.\n");