fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
21 lines
672 B
Plaintext
21 lines
672 B
Plaintext
This NetBox plugin is intented for Telephone Number Management. It currently
|
|
implements a Number abstraction representing a single telephone number of an
|
|
arbitrary format. A Number can consist of valid DTMF characters and leading
|
|
plus sign for E.164 support:
|
|
|
|
* Leading Plus ("+") sign (optional)
|
|
* Digits 0-9
|
|
* Characters A, B, C, D
|
|
* Pound sign ("#")
|
|
* Asterisk sign ("*")
|
|
|
|
Support for Bulk Edit/Delete operations for Numbers and the following voice
|
|
circuit types is included as well:
|
|
|
|
* SIP Trunk.
|
|
* Digital Voice Circuit (PRI/BRI/etc).
|
|
* Analog Voice Circuit (CO lines/etc).
|
|
|
|
The plugin also introduces a NetBox REST API extension which is compatible
|
|
with pynetbox.
|