This document is for an older version of Kazoo (version 4.3) that is no longer supported. You should upgrade and read the Kazoo documentation for the current stable release.

European Union-based Numbers

Configuring the system_config/number_manager document for European Union-based installations.

Reconcile Regex

{
    "reconcile_regex": "^\\+?[1-9]\\d{5,}$|^0\\d{5,}$|^00\\d{5,}$"
}

E164 Converters

{
    "e164_converters": {
        "^00(\\d*)$": {
            "prefix": "+"
        },
        "^([1-9]\\d{7,})$": {
            "prefix": "+"
        }
    }
}