protected override void handle_result(bool new_value)
        {
            IncomingCallPendingJSON result = new IncomingCallPendingJSON();

            result.setValue(new_value);
            handle_result(result);
        }