Pricing (2024)

Bitte kontaktieren Sie uns unter [emailprotected]

'); }); $(".xcx-pr-mode-selector-wrapper-smb").each(function(){ $(this).html('

'); }); $(".user-mode-pro").each(function(){ $(this).html('

Users

-+

'); }); $(".user-mode-ent").each(function(){ $(this).html('

Users

-+

'); }); var sticky_header = 0; var maxScroll = 0; var stickyElement = $('.xcx_table_header'); var maxScrollElement = $('.pricing-support'); $(window).scroll(function() { if ($(".xcx-full-feature-list .fusion-builder-row").is(":visible")){ let currentScroll = $(window).scrollTop(); if ( stickyElement.hasClass('xcx_sticky')) { if( currentScroll < sticky_header || currentScroll > maxScroll ){ stickyElement.removeClass('xcx_sticky'); } }else{ if (currentScroll >= sticky_header && currentScroll <= maxScroll) { stickyElement.addClass('xcx_sticky'); } } } }); $(".xcx-expand-full-feature-list").click(function(){ let feature_list_button = $(this); let feature_list_container = $(".xcx-full-feature-list .fusion-row"); if (feature_list_container.is(":visible")){ feature_list_button.addClass('plus'); feature_list_button.removeClass('minus'); feature_list_container.fadeOut(400); }else{ feature_list_button.removeClass('plus'); feature_list_button.addClass('minus'); feature_list_container.fadeIn(600); let screenWidth = screen.width; if (screenWidth <= 800){ stickyElement = $('.pricing-table-mobile-header'); maxScrollElement = $('.pricing-support-small'); } sticky_header = stickyElement.offset().top; maxScroll = maxScrollElement.offset().top; } }); $(".xcx-expand-hosted-explained").click(function(){ let hosted_explained_button = $(this); let hosted_explained_container = $(".xcx-hosted-explained .fusion-row"); if (hosted_explained_container.is(":visible")){ hosted_explained_button.addClass('plus'); hosted_explained_button.removeClass('minus'); hosted_explained_container.fadeOut(400); }else{ hosted_explained_button.removeClass('plus'); hosted_explained_button.addClass('minus'); hosted_explained_container.fadeIn(600); let screenWidth = screen.width; if (screenWidth <= 800){ stickyElement = $('.pricing-table-mobile-header'); maxScrollElement = $('.pricing-support-small'); } sticky_header = stickyElement.offset().top; maxScroll = maxScrollElement.offset().top; } }); var cnt = 0; var defheight = []; $(".table-2:not(.pricing-support-heading)").each(function() { defheight.push($(this).height()); $(this).css('height', ''); // To be removed once all initial heights are removed from Avada elements. $(this).addClass("xtoggle toggle-" + cnt); $(this).find(".xpricing-head-feature").each(function() { var nc = "xpricing-head-feature-" + cnt; $(this).addClass(nc); }); cnt++; }); $(".xtogglez").each(function(e) { $(this).click(function() { // On click toggle class active for parent div table let parent_table = $(this).closest('.table-2.xtoggle'); parent_table.toggleClass('active-toggle'); let elemn = $(this).attr("id"); if (parent_table.hasClass('active-toggle')) { $(".pricing-icon-" + elemn).removeClass("pricing-more-btn-icon"); $(".pricing-icon-" + elemn).addClass("pricing-less-btn-icon"); } else { $(".pricing-icon-" + elemn).removeClass("pricing-less-btn-icon"); $(".pricing-icon-" + elemn).addClass("pricing-more-btn-icon"); } }); }); $('.xpricing-buttons td').click(function(e) { let link = $(this).find('a').attr('href'); if (link) { window.location = link; } }); var mode_radio = $('input[name="pricing_mode"]'); mode_radio.change(function(){ calculatePricing(); }); var mode_radio_smb = $('input[name="pricing_mode_smb"]'); mode_radio_smb.change(function(){ calculatePricing(); }); "use strict"; var ucurrency = "usd"; if (typeof geoplugin_currencyCode !== 'undefined' && $.isFunction(geoplugin_currencyCode)) { ucurrency = geoplugin_currencyCode().toLowerCase(); if (ucurrency != 'usd' && ucurrency != 'gbp' && ucurrency != 'eur' && ucurrency != 'cad' && ucurrency != 'aud' && ucurrency != 'chf') { var ucurrency = "usd"; } } $('.pricing-number-of-users').each(function() { var spinner = jQuery(this), input = spinner.find('input[type="number"]'), btnUp = spinner.find('.quantity-up'), btnDown = spinner.find('.quantity-down'), min = input.attr('min'), max = input.attr('max'); btnUp.click(function() { var oldValue = parseFloat(input.val()); if (oldValue >= max) { var newVal = oldValue; } else { var newVal = oldValue + 1; } spinner.find("input").val(newVal); spinner.find("input").trigger("change"); $('.users-input-pro, .users-input-ent').val(newVal); $('.users-input-pro, .users-input-ent').trigger("change"); }); btnDown.click(function() { var oldValue = parseFloat(input.val()); if (oldValue <= min) { var newVal = oldValue; } else { var newVal = oldValue - 1; } spinner.find("input").val(newVal); spinner.find("input").trigger("change"); $('.users-input-pro, .users-input-ent').val(newVal); $('.users-input-pro, .users-input-ent').trigger("change"); }); }); var tldom = window.location.hostname; var tldom = "https://www.3cx.com"; var tldoms = tldom.split("."); var xpricing = { std: { eur: { 4:115, 8:210, 16:475, 24:715, 32:955, 48:1435, 64:1915, 96:3235, 128:3955, 192:6300, 256:8395, 512:13195, 1024:23995 }, usd: { 4:115, 8:210, 16:475, 24:715, 32:955, 48:1435, 64:1915, 96:3235, 128:3955, 192:6300, 256:8395, 512:13195, 1024:23995 }, gbp: { 4:105, 8:190, 16:425, 24:640, 32:855, 48:1285, 64:1710, 96:2890, 128:3530, 192:5625, 256:7495, 512:11780, 1024:21420 }, aud: { 4:200, 8:360, 16:815, 24:1230, 32:1640, 48:2460, 64:3285, 96:5545, 128:6780, 192:10800, 256:14385, 512:22610, 1024:41120 }, cad: { 4:170, 8:305, 16:685, 24:1035, 32:1380, 48:2070, 64:2760, 96:4665, 128:5700, 192:9080, 256:12100, 512:19015, 1024:34580 }, chf: { 4:130, 8:240, 16:540, 24:810, 32:1080, 48:1620, 64:2160, 96:3650, 128:4460, 192:7105, 256:9465, 512:14875, 1024:27045 } }, pro: { eur: { 4:145, 8:265, 16:595, 24:895, 32:1195, 48:1795, 64:2395, 96:4045, 128:4945, 192:7875, 256:10495, 512:16495, 1024:29995 }, usd: { 4:145, 8:265, 16:595, 24:895, 32:1195, 48:1795, 64:2395, 96:4045, 128:4945, 192:7875, 256:10495, 512:16495, 1024:29995 }, gbp: { 4:130, 8:235, 16:530, 24:800, 32:1070, 48:1605, 64:2140, 96:3610, 128:4415, 192:7030, 256:9370, 512:14725, 1024:26770 }, aud: { 4:250, 8:450, 16:1020, 24:1535, 32:2050, 48:3075, 64:4105, 96:6930, 128:8475, 192:13495, 256:17985, 512:28265, 1024:51395 }, cad: { 4:210, 8:380, 16:860, 24:1290, 32:1725, 48:2585, 64:3450, 96:5830, 128:7125, 192:11350, 256:15125, 512:23770, 1024:43225 }, chf: { 4:165, 8:300, 16:670, 24:1010, 32:1350, 48:2025, 64:2700, 96:4560, 128:5575, 192:8880, 256:11830, 512:18590, 1024:33805 } }, ent: { eur: { 4:180, 8:325, 16:735, 24:1105, 32:1475, 48:2215, 64:2955, 96:4990, 128:6100, 192:9710, 256:12940, 512:20340, 1024:36985 }, usd: { 4:180, 8:325, 16:735, 24:1105, 32:1475, 48:2215, 64:2955, 96:4990, 128:6100, 192:9710, 256:12940, 512:20340, 1024:36985 }, gbp: { 4:160, 8:290, 16:655, 24:985, 32:1315, 48:1975, 64:2635, 96:4450, 128:5445, 192:8670, 256:11550, 512:18150, 1024:33010 }, aud: { 4:305, 8:555, 16:1255, 24:1890, 32:2525, 48:3790, 64:5060, 96:8545, 128:10445, 192:16640, 256:22170, 512:34850, 1024:63370 }, cad: { 4:260, 8:470, 16:1055, 24:1590, 32:2125, 48:3190, 64:4255, 96:7185, 128:8785, 192:13995, 256:18645, 512:29305, 1024:53290 }, chf: { 4:200, 8:365, 16:830, 24:1245, 32:1660, 48:2495, 64:3330, 96:5620, 128:6870, 192:10945, 256:14585, 512:22920, 1024:41680 } } } function calculatePricing() { var inputVal = $(".users-input-pro"); if (inputVal.val().length > inputVal.attr("maxlength")) { inputVal.val(inputVal.val().slice(0, inputVal.attr("maxlength"))); } if (inputVal.val() === "" || inputVal.val() <= 0 ) { $(".users-input-pro,.users-input-ent").val(""); return false; } if (inputVal.val() > 3999) { $(".recommended-license-size").text("1024SC"); $(".xpricing-contact-us").fadeIn(); $('input[name="pricing_mode"]').each(function(){ $(this).prop('checked', false); }); return; } else { $(".xpricing-contact-us").hide(); } inputVal.val(inputVal.val().replace(/[^0-9]/g, "")); var totalUsers = inputVal.val(); if ($.isNumeric(totalUsers)) { let selected_mode_value = $('input[name="pricing_mode"]').is(':checked'); let selected_mode_value_smb = $('input[name="pricing_mode_smb"]').is(':checked'); var recomm_size = 0; let hosting_price = 750; if (totalUsers <= 10) { recomm_size = 4; hosting_price = 150; } else if (totalUsers > 10 && totalUsers <= 25) { recomm_size = 8; hosting_price = 250; } else if (totalUsers > 25 && totalUsers <= 50) { recomm_size = 16; hosting_price = 400; } else if (totalUsers > 50 && totalUsers <= 70) { recomm_size = 24; hosting_price = 400; } else if (totalUsers > 70 && totalUsers <= 120) { recomm_size = 32; hosting_price = 750; } else if (totalUsers > 120 && totalUsers <= 160) { recomm_size = 48; } else if (totalUsers > 160 && totalUsers <= 200) { recomm_size = 64; } else if (totalUsers > 200 && totalUsers <= 300) { recomm_size = 96; } else if (totalUsers > 300 && totalUsers <= 400) { recomm_size = 128; } else if (totalUsers > 400 && totalUsers <= 600) { recomm_size = 192; } else if (totalUsers > 600 && totalUsers <= 750) { recomm_size = 256; } else if (totalUsers > 750 && totalUsers <= 1550) { recomm_size = 512; $('input[name="pricing_mode"]').each(function(){ $(this).prop('checked', false); }); } else if (totalUsers > 1500) { recomm_size = 1024; $('input[name="pricing_mode"]').each(function(){ $(this).prop('checked', false); }); } let currency_symbol_after = true; // SUPPORT PRICES hide/show if ( !selected_mode_value && totalUsers <= 10 ){ $(".pricing-support-sup").text(75); $(".pricing-support-sup-hide").css("opacity",1); $(".pricing-support-sup-find-a-partner").css("opacity",1); $(".xcx-pricing-box:first-child,.xcx-pricing-box:nth-child(2)").css("opacity",1); }else if ( !selected_mode_value && totalUsers <= 20 ){ $(".pricing-support-sup").text(75); $(".pricing-support-sup-hide").css("opacity",1); $(".pricing-support-sup-find-a-partner").css("opacity",1); }else{ $(".pricing-support-sup-hide").css("opacity",0); $(".pricing-support-sup-find-a-partner").css("opacity",0); } var pro_column = false; var ent_column = false; $('input[name="pricing_mode"]').each(function(){ if($(this).is(':checked')){ if($(this).parent().parent().parent().hasClass("pr-mode-pro")){ pro_column = true; }else if($(this).parent().parent().parent().hasClass("pr-mode-ent")){ ent_column = true; } } }); if (currency_symbol_after){ $('.price-startup-free .price-value').text("0 $"); $('.price-startup-free .price-value-year').text("0 $"); }else{ $('.price-startup-free .price-value').text("$ 0 "); $('.price-startup-free .price-value-year').text("$ 0 "); } // STARTUP PRICES let licence_price_startup_pro = "175"; if (!selected_mode_value_smb) { $('.price-startup-pro .startup-pro-users').text("10"); }else{ licence_price_startup_pro = "275"; $('.price-startup-pro .startup-pro-users').text("20"); } if (currency_symbol_after){ $('.price-startup-pro .price-value').text(licence_price_startup_pro + " $"); }else{ $('.price-startup-pro .price-value').text("$ " + licence_price_startup_pro); } // STANDARD PRICES let license_price_standard = "$" + xpricing.std[ucurrency][recomm_size]; let license_price_standard_hosted = "$" + (xpricing.std[ucurrency][recomm_size] + hosting_price); if(selected_mode_value && recomm_size == 4){ $('.xcx-pricing-scenario-c .pricing-col-heading-standard h2').html("3CX
FREE"); $('.xcx-pricing-scenario-c .pricing-text-standard').html("3CX Free"); $('.price-standard').hide(); $('.price-standard-free').show(); $('.price-standard-free .price-value-year').text("$0"); $('.price-sm-first-year').text("Free forever"); }else{ $('.xcx-pricing-scenario-c .pricing-col-heading-standard h2').html("DEDICATED
STANDARD"); $('.xcx-pricing-scenario-c .pricing-text-standard').html("Standard"); $('.price-standard').show(); $('.price-standard-free').hide(); $('.price-standard .price-first').text("$0 "); $('.price-standard .price-value-year').text(license_price_standard); $('.price-standard-hosted .price-value').text(license_price_standard_hosted); $('.price-sm-first-year').text("Free for 3 months"); } // PRO PRICES let license_price_pro = xpricing.pro[ucurrency][recomm_size] ; let license_price_pro_hosted = license_price_pro; let license_price_pro_monthly = license_price_pro; let license_price_pro_monthly_hosted = license_price_pro; if(pro_column){ license_price_pro_hosted = (xpricing.pro[ucurrency][recomm_size] + hosting_price); license_price_pro_monthly_hosted = (xpricing.pro[ucurrency][recomm_size] + hosting_price); } if (currency_symbol_after){ license_price_pro = license_price_pro + " $"; license_price_pro_hosted = license_price_pro_hosted + " $"; license_price_pro_monthly_hosted = license_price_pro_monthly_hosted + " $"; }else{ license_price_pro = "$ " + license_price_pro ; license_price_pro_hosted = "$ " + license_price_pro_hosted ; license_price_pro_monthly_hosted = " $" + license_price_pro_monthly_hosted; } $('.price-pro .price-value-year').text(license_price_pro); $('.price-pro-hosted .price-value').text(license_price_pro_monthly_hosted); $('.price-pro .price-value').text(license_price_pro_monthly_hosted); $('.price-pro-hosted .price-value-year').text(license_price_pro_hosted); // ENTERPRISE PRICES let license_price_ent = xpricing.ent[ucurrency][recomm_size] ; let license_price_ent_hosted = license_price_ent; let license_price_ent_monthly = license_price_ent; let license_price_ent_monthly_hosted = license_price_ent; if(ent_column){ license_price_ent_hosted = (xpricing.ent[ucurrency][recomm_size] + hosting_price); license_price_ent_monthly_hosted = (xpricing.ent[ucurrency][recomm_size] + hosting_price); } if (currency_symbol_after){ license_price_ent = license_price_ent + " $"; license_price_ent_hosted = license_price_ent_hosted + " $"; license_price_ent_monthly_hosted = license_price_ent_monthly_hosted + " $"; }else{ license_price_ent = "$ " + license_price_ent ; license_price_ent_hosted = "$ " + license_price_ent_hosted ; license_price_ent_monthly_hosted = " $" + license_price_ent_monthly_hosted; } $('.price-enterprise .price-value-year').text(license_price_ent); $('.price-enterprise-hosted .price-value').text(license_price_ent_monthly_hosted); $('.price-enterprise .price-value').text(license_price_ent_monthly_hosted); $('.price-enterprise-hosted .price-value-year').text(license_price_ent_hosted); // SIMULTANEOUS CALLS $(".recommended-license-size").text(recomm_size+"SC"); // Hide 3CX Free over 25 users if (totalUsers > 25) { $(".xcx-pricing-xcx-free").hide(); }else{ $(".xcx-pricing-xcx-free").show(); } } } function resetPricing() { let currency_symbol_after = true; // START UP FREE & 3CX FREE if (currency_symbol_after){ $('.price-startup-free .price-value').text("0 $"); $('.price-startup-free .price-value-year').text("0 $"); $('.price-xcx-free .price-value').text("0 $"); }else{ $('.price-startup-free .price-value').text("$ 0 "); $('.price-xcx-free .price-value').text("$ 0 "); } // STARTUP PRICES if (currency_symbol_after){ $('.price-startup-pro .price-value').text("175 $"); $('.price-startup-pro .price-value-year').text("175 $"); }else{ $('.price-startup-pro .price-value').text("$ 175"); $('.price-startup-pro .price-value-year').text("$ 175"); } $(".pricing-support-sup").text(75); // DEDICATED PRO let license_price_pro = xpricing.pro[ucurrency][4] ; let license_price_pro_hosted = license_price_pro; let license_price_pro_monthly = license_price_pro; let license_price_pro_monthly_hosted = license_price_pro; if (currency_symbol_after){ license_price_pro = license_price_pro + " $"; license_price_pro_hosted = license_price_pro_hosted + " $"; license_price_pro_monthly_hosted = license_price_pro_monthly_hosted + " $"; }else{ license_price_pro = "$ " + license_price_pro ; license_price_pro_hosted = "$ " + license_price_pro_hosted ; license_price_pro_monthly_hosted = " $" + license_price_pro_monthly_hosted; } $('.price-pro .price-value-year').text(license_price_pro); $('.price-pro-hosted .price-value').text(license_price_pro_monthly_hosted); $('.price-pro .price-value').text(license_price_pro_monthly_hosted); $('.price-pro-hosted .price-value-year').text(license_price_pro_hosted); // DEDICATED ENTERPRISE let license_price_ent = xpricing.ent[ucurrency][4] ; let license_price_ent_hosted = license_price_ent; let license_price_ent_monthly = license_price_ent; let license_price_ent_monthly_hosted = license_price_ent; if (currency_symbol_after){ license_price_ent = license_price_ent + " $"; license_price_ent_hosted = license_price_ent_hosted + " $"; license_price_ent_monthly_hosted = license_price_ent_monthly_hosted + " $"; }else{ license_price_ent = "$ " + license_price_ent ; license_price_ent_hosted = "$ " + license_price_ent_hosted ; license_price_ent_monthly_hosted = " $" + license_price_ent_monthly_hosted; } $('.price-enterprise .price-value-year').text(license_price_ent); $('.price-enterprise-hosted .price-value').text(license_price_ent_monthly_hosted); $('.price-enterprise .price-value').text(license_price_ent_monthly_hosted); $('.price-enterprise-hosted .price-value-year').text(license_price_ent_hosted); $(".recommended-license-size").text("4SC"); $(".xpricing-contact-us").fadeOut(); } resetPricing(); $(".quantity-button").click(function() { calculatePricing(); }); $(".users-input-pro, .users-input-ent").keyup(function() { let users_value = $(this).val(); if(users_value === 0 ){ users_value = 10; } if (users_value > 3999) { $(".recommended-license-size").text("1024SC"); $(".xpricing-contact-us").fadeIn(); return; } else { $(".xpricing-contact-us").hide(); } let mode_value = $('input[name="pricing_mode"]').is(':checked'); if( !mode_value && users_value > 3999){ $("#input_range_number_of_users_hosted").val(50); } $(".users-input-pro, .users-input-ent").val(users_value); calculatePricing(users_value); }); });

3CX FREE

FREE

€ 0 forever

up to 10 users €0

3CX FREE

  • Next-gen phone system
  • Bring your own SIP Trunk
  • WFH: remote-enable teams
  • Live Chat
  • Team Messaging
  • WhatsApp
  • Video Conferencing
  • Holiday & Business Hours Routing
  • 3CX Talk Links
  • Mobile & Desktop Apps
  • Ring Group & Welcome Message
  • Max 3 Deskphones

3CX SMB

Small Business

$14 billed annually

per system NOT user! $175

Plus

  • Call Queues
  • Multi-level IVR
  • Deskphone support
  • Call & Chat Reporting
  • Listen Whisper Barge In
  • SMS/MMS Support
  • Any number of Deskphones

3CX PRO

Professional

$12 billed annually

per system NOT user! $145

Plus

  • Option to install on premise or self-host
  • Dedicated Installation
  • Call Recording
  • CRM Integration
  • Hot Desking
  • Microsoft 365 Integration
  • SMS & MMS

3CX ENT

Enterprise

$15 billed annually

per system NOT user! $180

Plus

  • Custom IP Phone Logo
  • MS Teams
  • Skill-based Routing
  • Start / Stop Call Recording

View full price list and feature list

Get 3CX - Absolutely Free!

Link up your team and customers Pricing (1) Phone System Pricing (2) Live Chat Pricing (3) Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

Pricing (4)

Pricing (2024)
Top Articles
Latest Posts
Article information

Author: Golda Nolan II

Last Updated:

Views: 5529

Rating: 4.8 / 5 (58 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Golda Nolan II

Birthday: 1998-05-14

Address: Suite 369 9754 Roberts Pines, West Benitaburgh, NM 69180-7958

Phone: +522993866487

Job: Sales Executive

Hobby: Worldbuilding, Shopping, Quilting, Cooking, Homebrewing, Leather crafting, Pet

Introduction: My name is Golda Nolan II, I am a thoughtful, clever, cute, jolly, brave, powerful, splendid person who loves writing and wants to share my knowledge and understanding with you.