/* this function MUST be called with the channel lock held. If waitrq == 1, the channel will be unlocked/locked (never call it with waitrq == 1 with an lock recursivity > 1) */
ftdm_log_chan(ftdmchan,FTDM_LOG_DEBUG,"Sending incoming call from %s to %s to FTDM core\n",ftdmchan->caller_data.ani.digits,ftdmchan->caller_data.dnis.digits);
/* we have enough information to inform FTDM of the call*/
ftdm_log_chan(ftdmchan,FTDM_LOG_DEBUG,"Sending Status ENQ on suId:%d suInstId:%u spInstId:%d dchan:%d ces:%d\n",signal_data->cc_id,sngisdn_info->suInstId,sngisdn_info->spInstId,signal_data->dchan_id,sngisdn_info->ces);