Determine if a channel is inbound.
bool isInbound() => fields['Call-Direction'] == 'inbound' ? true : false;