public boolean isValid() {
   return _call.isValid();
 }
 public Channel getChannel() {
   return _call.getChannel();
 }