phonebox_plugin icon indicating copy to clipboard operation
phonebox_plugin copied to clipboard

Able to assing numbers to devices.

Open joaolucasmacedo opened this issue 3 years ago • 1 comments

It would be nice to be able to associate numbers with devices on Netbox. I have several IP phones and it would be nice have a unique association for each one with its number as we do with IP addresses.

joaolucasmacedo avatar Jul 28 '21 13:07 joaolucasmacedo

I am planning to implement such bindings. However, this requires some careful architectural planning to provide more flexibility and assignment options. Generally, a Number can be assigned to different object types, such as Devices (e.g. hardware phone or SBC), Virtual Machines (e.g. CUCM or Asterisk), voice circuits. Inside Devices and VMs the Number can be attached to a Line, an IVR/AA, VoiceMail, and so on. This all requires some additional NumberTermination object type to be created to tie all the pieces together.

iDebugAll avatar Aug 21 '21 10:08 iDebugAll