Skip to content

Login or Register for Member or Trade Pricing!

Actively supporting our online tech community Our customer support is personal

BNPL with 4 Easy Payments!

afterpay logo

VIP Vision Intercom Solutions

This page allows you to see all VIP Vision intercom models in one place.  Use the buttons below to view kits, door stations and monitor options – Kits are blue buttons, door stations are purple, and monitors are green.  Click on the name of each model to see more information.

VIP Vision 2 Wire Cascaded IP Intercom

Accessories

VIP Vision 4 Wire Analogue Single Button

Accessories

VIP Vision J Series

Accessories

VIP Vision G Series

Accessories

VIP Vision Residential with Keypad and RFID Reader

Accessories

VIP Vision J Series Residential Door Station

Accessories

VIP Vision G Series Residential Door Station - PoE

IP Accessories

VIP Vision 2-wire Door Station

2-wire Accessories

VIP Vision Residential Door Station with Keypad & RFID reader

IP Accessories

VIP Vision Residential IP Monitors

Associated IP Door Stations

VIP Vision Residential 2-wire Monitors

Associated 2-wire Door Stations / Switches

        
   /*form specific onload functionality*/
jQuery(document).ready(function () {
if(jQuery("#form_6_1 [name='rm_payment_method']").length>0 && jQuery("#form_6_1 [name='rm_payment_method']:checked").val()=='stripe'){jQuery('#rm_stripe_fields_container_6_1').show();}

    jQuery('[data-rm-unique="1"]').change(function(event) {
        rm_unique_field_check(jQuery(this));
    });
    
   });
                
if (typeof window['rm_multipage'] == 'undefined') {

    rm_multipage = {
        global_page_no_form_6_1: 1
    };

}
else
 rm_multipage.global_page_no_form_6_1 = 1;

function gotonext_form_6_1(){
        /* Making sure action attribute is empty */
        jQuery("form.rmagic-form").attr("action","");
        var maxpage = 1 ;
        jQuery.validator.setDefaults({errorClass: 'rm-form-field-invalid-msg',
                ignore:':hidden,.ignore,:not(:visible),.rm_untouched',wrapper:'div',
                errorPlacement: function(error, element) {
                    //error.appendTo(element.closest('.rminput'));
                    error.appendTo(element.closest('div'));
                },
                rules: {
                    email_confirmation: {
                        required: true,
                        equalTo: "#rm_reg_form_email_6_1"
                    }
                },
                messages: {
                    email_confirmation: {
                        equalTo: "Emails do not match"
                    }
                }
            });        
        
        var jq_prev_button = jQuery("#rm_prev_form_page_button_6_1");
        var jq_next_button = jQuery("#rm_next_form_page_button_6_1");
        
        var next_label = jq_next_button.data("label-next");
        var payment_method = jQuery('[name=rm_payment_method]:checked').val();
        var form_object= jQuery("#rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1).closest("form");
        var submit_btn= form_object.find("[type=submit]:not(.rm_noscript_btn)");
        var sub_label = submit_btn.data("label-sub");
        form_object.find('input.rm_price_field_quantity').each(function() {
            if(typeof jQuery(this).attr('min') == 'undefined') {
                jQuery(this).attr('min', 0);
            }
        });
        if(form_object.find('.rm_privacy_cb').is(':visible') && !form_object.find('.rm_privacy_cb').prop('checked')){
             //form_object.find('.rm_privacy_cb').trigger('change');
             form_object.find('.rm_privacy_cb').focus();
             form_object.find('.rm_privacy_cb').parent().parent().siblings('div.rm-form-error-message').show();
             return false;
        } 
        if(typeof payment_method == 'undefined' || payment_method != 'stripe')
        {            
            elements_to_validate = jQuery("#rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1+" :input").not('#rm_stripe_fields_container_6_1 :input');
        }
        else
            var elements_to_validate = jQuery("#rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1+" :input");
        
        if(elements_to_validate.length > 0)
        {
            var valid = elements_to_validate.valid();
            elements_to_validate.each(function(){
            var if_mobile= jQuery(this).attr('data-mobile-intel-field');
                if(if_mobile){
                    var tel_error = rm_toggle_tel_error(this.dataset.validnumber,jQuery(this),jQuery(this).data('error-message'));
                    if(tel_error){
                        valid= false;
                    }
                    else
                    {
                        jQuery(this).val(this.dataset.fullnumber);
                    }
                }
            });

            if(!valid)
            {   
                setTimeout(function(){ submit_btn.prop('disabled',false); }, 1000);
                var error_element= jQuery(document).find("input.rm-form-field-invalid-msg")[0];
                if(error_element){
                    error_element.focus();
                }
                return false;
            }
            else{
                if(maxpage==rm_multipage.global_page_no_form_6_1){
                    return true;
                }
            }
           
        } else{
            if(maxpage==rm_multipage.global_page_no_form_6_1){
                    return true;
            }
        }
        
        /* Server validation for Username and Email field */
        for(var i=0;i=maxpage){
            submit_btn.prop('value',sub_label);
            submit_btn.addClass('rm-submit-btn-show');
        }
        else{
            submit_btn.prop('value','Next');
            submit_btn.removeClass('rm-submit-btn-show');
        }
       
        /*skip blank form pages*/
        /*while(jQuery("#rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1+" :input").length == 0)
        {
            if(maxpage = maxpage){
            jq_next_button.attr("value", sub_label);
        }
	if(maxpage  0 && rm_multipage.global_page_no_form_6_1>=1){
            jq_prev_button.show();
        }
        
        if(rm_multipage.global_page_no_form_6_1 == maxpage){
            return false;
        }
        
        if(maxpage=='1'){
            return true;
        }
        return false;
           
}
    
function gotoprev_form_6_1(){
	
	var maxpage = 1 ;
        var jq_prev_button = jQuery("#rm_prev_form_page_button_6_1");
        var jq_next_button = jQuery("#rm_next_form_page_button_6_1");
        //var sub_label = jq_next_button.data("label-sub");
        var next_label = jq_next_button.data("label-next");
        var form_object= jQuery("#rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1).closest("form");
        var submit_btn= form_object.find("[type=submit]:not(.rm_noscript_btn)");
        var sub_label = submit_btn.data("label-sub");
        /*
        if(form_object.find('.rm_privacy_cb').is(':visible') && !form_object.find('.rm_privacy_cb').prop('checked')){
            //form_object.find('.rm_privacy_cb').trigger('change');
            form_object.find('.rm_privacy_cb').focus();
            form_object.find('.rm_privacy_cb').parent().parent().siblings('div.rm-form-error-message').show();
            return false;
        }
        */
	rm_multipage.global_page_no_form_6_1--;
        jq_next_button.attr('type','button');        
        
        if(maxpage==rm_multipage.global_page_no_form_6_1){
            submit_btn.prop('value',sub_label);
            submit_btn.addClass('rm-submit-btn-show');
        }
        else{
            submit_btn.prop('value','Next');
            submit_btn.removeClass('rm-submit-btn-show');
        }
        /*skip blank form pages*/
        while(jQuery("#rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1+" :input,.rm-total-price ").length == 0)
        {
            if(1 >= rm_multipage.global_page_no_form_6_1)
            {
                    if(jQuery("#rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1+" :input,.rm-total-price ").length == 0){
                        rm_multipage.global_page_no_form_6_1 = 1;
                        //jq_prev_button.prop('disabled',true);
                        return;
                    }        
                    else
                        break;
            }
        
            rm_multipage.global_page_no_form_6_1--;
        }
        
        if(rm_multipage.global_page_no_form_6_1 <= maxpage-1)
            jq_next_button.attr("value", next_label);
            
	jQuery(".rmformpage_form_6_1").each(function (){
		var visibledivid = "rm_form_page_form_6_1_"+rm_multipage.global_page_no_form_6_1;
		if(jQuery(this).attr('id') == visibledivid){
			jQuery(this).show();
                }
		else
			jQuery(this).hide();
	});
        jQuery('.rmformpage_form_6_1').find(':input').filter(':visible').eq(0).focus();
        if(rm_multipage.global_page_no_form_6_1 <= 1)
        {
            rm_multipage.global_page_no_form_6_1 = 1;
           // jq_prev_button.prop('disabled',true);
        }
        jQuery('#rmagic-progressbar').animate({
            scrollTop: (jQuery('.rmformpage_form_6_1').first().offset().top)
        },500);
        
        jQuery('ul#rmagic-progressbar').children('li').each(function(index) {
            if(!jQuery(this).next().hasClass('active')) {
                jQuery(this).removeClass('active');
                return false;
            }
        });
        
        if(rm_multipage.global_page_no_form_6_1==1){
            jq_prev_button.hide();
            submit_btn.prop('disabled',false);
        }
}
         

    
    
    var players = [];
    function onYouTubePlayerAPIReady() {
        // create the global player from the specific iframe (#video)
        var pre_id = '';
        jQuery(".allow-autoplay").each(function(){
            if(pre_id!=jQuery(this).attr("id")){
                players.push(new YT.Player(jQuery(this).attr("id")));
            }
            pre_id = jQuery(this).attr("id");
        });
    }
    jQuery(document).ready(function(){
        var videosArr = [];
        var pre_id = '';
        jQuery(".allow-autoplay").each(function(i){
            if(pre_id!=jQuery(this).attr("id")){
                videosArr[jQuery(this).attr("id")] = i;
            }
            pre_id = jQuery(this).attr("id");
        });
        jQuery('.buttonarea input').click(function(){
            setTimeout(function(){
                jQuery(".rmformpage_form_6_1").each(function(){
                    if(jQuery(this).css('display')=='block'){
                        var page_video_id= jQuery(this).attr("id");
                        if(jQuery('#'+page_video_id+' .allow-autoplay').length){
                            players[videosArr[jQuery('#'+page_video_id+' .allow-autoplay').attr('id')]].playVideo();
                        }
                    }
                });
            }, 300);
        });
    });
     
   

Enquiry

Please include supporting information below

I agree
if(typeof rm_captcha_site_key === "undefined")rm_captcha_site_key="6LerGwATAAAAAHaTNfn_EmcNCF0GLNvjReV5xn4X";
jQuery(document).ready(function() {		jQuery("#form_6_1").bind("submit", function(){
                        //jQuery(this).find("input[name=rm_slug]").attr("value",jQuery(this).find("input[name=submit]").attr("value"));
			jQuery(this).find("input[type=submit]").attr("disabled", "disabled"); 
		});            
                   
                   jQuery("#rm_reg_form_email_6_1").change(function(){
                   var data = {
                           'action': 'rm_user_exists',
                           'rm_sec_nonce': '4ad27040b9',
                           'rm_slug': 'rm_user_exists',
                           'email': jQuery(this).val(),
                           'attr': 'data-rm-valid-email',
                           'form_id':"6"
                   };
                   
                   rm_user_exists(this,rm_ajax_url,data);
                  
                 });
           
            var formInput = jQuery("#form_6_1-element-13");
            var form = jQuery(formInput[0].form);
            var enctype= jQuery(form).prop('enctype','multipart/form-data');
        }); 
Note: It looks like JavaScript is disabled in your browser. Some elements of this form may require JavaScript to work properly. If you have trouble submitting the form, try enabling JavaScript momentarily and resubmit. JavaScript settings are usually found in Browser Settings or Browser Developer menu.

We can assist with designing an intercom system that meets your specific requirements. We have a large range of intercom systems from 2N, Akuvox, VIP Vision, Grandstream, Fanvil, and Aristel with access to many more.  Please contact us with your requirements and we will assist you with your project or design a system for you.

×