Returns state which matches specified int value
static CallState from(int val) { return CallState.values.where((e) => e.id == val).first; }