/** Enters a call. */
 private void enter() {
   if (gate != null) gate.enter();
 }