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

Dialplans

About Dialplans

Schema

Permit local dialing by converting the dialed number to a routable form

KeyDescriptionTypeDefaultRequiredSupport Level
system.[]string()false
systemList of system dial plansarray(string())false

Fetch

GET /v2/accounts/{ACCOUNT_ID}/dialplans

curl -v -X GET \
    -H "X-Auth-Token: {AUTH_TOKEN}" \
    http://{SERVER}:8000/v2/accounts/{ACCOUNT_ID}/dialplans

Also make sure the dialplans API endpoint is started: sup crossbar_maintenance start_module cb_dialplans

On this Page