Create new VoiceRules account


By clicking Create My Account, you agree to our Terms and Conditions and Privacy Policy

Why should I join VoiceRules?

VoiceRules provides your team members an anytime, anywhere, any device phone system to make or receive business calls. It takes seconds to setup & gets started.

Get phone numbers in 100+ regions, instantly!

Get started now, backed by a 30-day money-back 100% guarantee

Make calls from computer or mobile phone

Forward calls to your phone

No International calling or SMS Fees

Free SIP forwarding

Get your own virtual receptionist (IVR)

Distribute calls among team members

TRUSTED BY OVER 7000+ BIG OR SMALL COMPANIES

VoiceRules Customers
function isValidNumber(number) { try { console.log(number); return new libphonenumber.parsePhoneNumber(number).isValid(); } catch ( err ) { return false; } } $("#new_user").on("submit", function (e) { return ValidateUserNumber(); // return isCaptchaChecked(); }) // function isCaptchaChecked() { // if(grecaptcha && grecaptcha.getResponse().length <= 0){ // $(".show-recapcha-div").show(); // return false; // }else{ // $(".show-recapcha-div").hide(); // return true; // } // } $(".check_input_data").keyup(function(e) { var regex = /^[a-zA-Z]+$/; if (regex.test(this.value) !== true){ this.value = this.value.replace(/[^a-zA-Z]+/, ''); } });