SELECT i.[CallId]  FROM [OFFLINECALLINFO_140408] i  inner join OfflineCard c on i.CardID = c.CardID  inner join OfflinePath p on i.LocationID=p.TF_Id  inner join OfflineChannel ch on i.ChannelId = ch.ChannelId   inner join OfflineRecordServers rs on   i.[RecordServerID] = rs.[ServerId]   Where  (( i.CallNumbers NOT Like '%##2%' or i.CallNumbers IS NULL)  and (i.OfflineTone  NOT Like '%##2%' or i.OfflineTone IS NULL))