Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 3.12 KB

provisioning.md

File metadata and controls

67 lines (47 loc) · 3.12 KB

Provisioning

If you are from 2600hz.org please consider renting your provisioner as a monthly service.

Provisioning is the most commonly frequented page on this blog.

To the reader: you have two options to get Provisioning working ;-)

  • Buy support from 2600hz.com or move to their hosted platform ( good idea ;-) )

  • Research and rewrite the old unreliable provisioning yourself and send me (stormqloud.ca) the instructions ;-)

Kazoo-ui and Monster-ui appear to have slightly different provisioning. If you are to implement things yourself you need to pick one..

What's in the Kazoo source tree?

  • There are currently 4 versions of provisiong in the Kazoo backend. It's unclear how different or similar these are to each other. Based on the dates things were checked into the source tree, it would appear that provisioner_v5 is the newest. Newest doesn;t mean the best working however!

    • super_awesome_provisioner
    • awesome_provisioner
    • simple_provisioner
    • provisioner_v5 (Feb 2014)

Open Source Provisioning (provisioner-v5)

  • The old open source code is now know as provisioner-v5 in the source tree.
  • It's not secure, it's unreliable
  • Making a DB mistake can take out all your phones in a matter of hours.

In the meantime here are a few random things.

Do not think this is going to get provisioning installed. Provisioning is broken and undeveloped. Nobody can help you except yourself.

"ui_flags": {
               "provision_admin": true,
               "super_duper_admin": true
           }
  • there are about a billion other things that need to be done.
  • rewrite provisioner-v5 cause it's not compatable with Kazoo 3.18 !