Micro PBX SIP to landline

Login to view prices

Description

Connect your door phone to a regular analogue phone line

Whenever you need to connect a regular phone line to a door phone the JBRB Micro PBX will connect you.

Why do you need a micro PBX?

This IP PBX series allows businesses to unify multiple communication technologies, such as voice, video calling, video conferencing, video surveillance, data tools, mobility options, and facility access management onto one common network that can be managed and/or accessed remotely.

Designed to provide a centralized solution for the communication needs of businesses, the IP PBX appliance combines enterprise-grade voice, video, data, and mobility features in an easy-to-manage solution. This IP PBX series allows businesses to unify multiple communication technologies, such as voice, video calling, video conferencing, video surveillance, data tools, mobility options, and facility access management onto one common network that can be managed and/or accessed remotely. The secure and reliable micro PBX delivers enterprise-grade features without any licensing fees, costs-per-feature, or recurring fees.

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 '
'; ?>