freebsd-ports/net-mgmt/py-phonebox-plugin/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

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.