Akuvox R27A LED display keypad SIP Video Door phone

The Akuvox R27A offers premium audio and video quality, Aluminum panel, 116° wide-angle 2MP camera with automatic lighting, Support multiple access control methods

Login to view prices

Description

Install a simple video door phone with a keypad and a card reader for your apartment building.

Premium audio and video quality, Aluminum panel, 116° wide-angle 2MP camera with automatic lighting, Support multiple access control methods: NFC, 13.56MHz, and 125kHz access cards, Anti-cold version (-40 °C to 55 °C) available.

Why should you choose the Akuvox R27A?

How can you secure your apartment building?
Just install an Akuvox R27A. It includes;

  1. Vandal-resistant body, with numeric keypad
  2. Wide-angle camera: 116° (H), 60° (V)
  3. PoE (IEEE802.3af, Power-over-Ethernet)
  4. Two-way audio communication over IP networks with Echo Cancel feature
  5. Complies with SIP standard for easy integration in every SIP capable PBXes
  6. Complies with ONVIF standard for easy integration with any network surveillance system

What do the specifications included in the door phone mean?

LED display

The LED display is meant to display one-line information for the apartment number and the name of the occupant.

Keypad

The keypad is used to select and call an occupant, and to enter a pin.

Card reader

The card reader will allow a user to unlock the door or gate by using a keyfob or access control card.

SIP Protocol

The SIP protocol is a well-known protocol to transport audio and video streams over a network or Internet between different devices or applications.

Video door phone

The video door phone is a device to identify somebody willing to enter a property, like an apartment building.

Power over Ethernet / PoE

Some routers, switches, or stand-alone devices can deliver electricity over the network cable. That avoids the necessity to run electrical wiring and brings money and time savings.

How can you live without a LED display keypad SIP Video Door phone?

How do you secure your apartment building?

You aren’t always available. You could be working, doing groceries, sleeping, having fun, relaxing, or anything else. You would need a concierge to identify and evaluate every single person willing to enter your building. That could prevent burglars, muggers, door-to-door salesmen, or any other unsolicited person.

How do you get to know who is really in front of the door?

Sometimes you just don’t want to wake up, get out of your place, or just meet anyone. But how do you avoid unsolicited persons if you don’t go and see them by yourself?

How to answer someone ringing at your door if you are out for groceries or at work?

With a traditional intercom, it is difficult to know who is speaking effectively. Is he a real UPS delivery man? It would be nice to see him.

What happens when you forget your keys? Or if you invited someone but you’re not available?

You or your guests get stuck outside, waiting for somebody to open the door. You can also bother different neighbors to help you and open the door.

What happens when you forget your code and keys?

Sometimes things can get tricky. And don’t you worry about inserting your keys or typing in your code? It is without thinking about the sanitary precautions to take and avoiding touching surfaces.

What are the options for analog door phones?

Do you remember how life was before smartphones? A mix of mechanics and electrical interaction to be able to communicate with a single person on the other side. Today installed door phones are still the same technologies for decades, making them difficult or impossible to connect to smartphones, computers, or the cloud.

Did you know how many property crime violations occurred in Canada in 2017?

  1. Breaking and entering 438.51
  2. Theft of motor vehicle 231.61
  3. Theft over $5,000 47.01
  4. Theft under $5,000 570.17
  5. Mischief 713.84
  6. Total property crime violations 3244.76

Notes
*Number of reported crimes per 100,000 population.
Census population: 35,151,728
Source: Incident-based crime statistics, by detailed violations // Statistics Canada

Why do you need a LED display keypad SIP Video Door phone R27A?

Whatever you type on the keypad is displayed on the LED display

How convenient it is to be able to see what you typed? This Akuvox R27A door phone helps you to read instructions and keystrokes. You can also read a list of property occupants to select the one you are searching for.

A keypad is available to type your code or select the desired occupant to talk to

Even if you forgot your keys, or you invited somebody, just type a code to unlock the door. The keypad is also used to navigate in a basic menu.

The card reader will identify the user and open the door in a microsecond

With a key fob, an RFID access control card, or even a Smartphone with NFC, you can identify any registered occupant of the building. The system will then automatically unlock the strike of the door to let the user come in.

Connected to the Cloud, the R27A door phone makes it easy to manage and communicate

Thanks to the SIP protocol and the computer-style technology, this door intercom can communicate on a computer network and enjoy all the digital options. The Cloud centralizes all the different door phones and door stations in one place so the manager can monitor, set up, and operate from anywhere.

Have a video call with your guests

What seems like a standard and simple feature is still quite new to the intercom market. However, a video call is much more convenient for identifying your guests and for sharing any visual communication than a simple audio call. Depending on your station, the guests could see you too or not. And thanks to computer technology, as new individual video doorbells, you will be able to perform this live video call from anywhere, as far as you are connected on the Internet.

Automatically recognize the user

Artificial intelligence is part of the door phone. This will help the system to provide you with new functionality; facial recognition, or reading body temperature. The latter is now becoming an important addition in health security and could thus prevent if you or your guest could be sick and therefore possibly carry a pathogen

Additional information

Color

Black & Silver

Manufacturer

Akuvox

Wireless technologies

RFID 125 kHz, RFID 13.56 Mhz

Material

Aluminum, Zinc

Mounting

In-wall mounting, On-wall mounting

Rain cover

Included, No

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Akuvox Canada - Official Canadian distributor for all Akuvox products

Leave a review

Did you have a good experience with Akuvox Canada? Let the public know about it and write a review.
Click here to write a review on Google.

Contact Akuvox Canada

An agent will contact you shortly.

Leave a review

Did you have a good experience with Akuvox Canada? Let the public know about it and write a review.
Click here to write a review on Google.

if (class_exists('acf') && class_exists('WooCommerce')) { add_filter('woocommerce_product_tabs', function($tabs) { global $post, $product; // Access to the current product or post $custom_tab_title = get_field('tab_title', $post->ID); if (!empty($custom_tab_title)) { $tabs['awp-' . sanitize_title($custom_tab_title)] = [ 'title' => $custom_tab_title, 'callback' => 'awp_custom_woocommerce_tabs', 'priority' => 10 ]; } return $tabs; }); function awp_custom_woocommerce_tabs($key, $tab) { global $post; ?>

ID); echo $custom_tab_contents; } add_filter( 'woocommerce_product_tabs', 'woo_customize_tabs', 98 ); function woo_customize_tabs( $tabs ) { $tabs['additional_information']['title'] = __( 'Technical specifications' ); $id = get_the_ID(); $ftab = get_post_meta($id,'faq',true); if(!empty($ftab)) { $tabs['test_tab'] = array( 'title' => 'FAQ', 'priority' => 20, 'callback' => 'extra_faq_field' ); } return $tabs; } add_action( 'woocommerce_product_additional_information', 'print_custom_html',15 ); function print_custom_html(){ $id = get_the_ID(); $ttab = get_post_meta($id,'technical_specifications',true); if(!empty($ttab)) { echo '

Technical specifications

'; echo '
'; echo $ttab; echo '
'; ?>