iDebugAll / phonebox_plugin

A Telephone Number Management Plugin for Netbox and more
MIT License
89 stars 27 forks source link

Add support for NAT-like translations #14

Closed collinmoerman closed 1 year ago

collinmoerman commented 3 years ago

Add support for a NAT-like mechanism to map a PSTN accessible number to an internal PBX number.

Great work on this plugin so far!

iDebugAll commented 3 years ago

Hi @collinmoerman. This can already be modelled in the plugin by setting forward_to pointing to an internal number for a PSTN number. For example:

This relation will represent number +12345678900 being mapped to 1000.

Number and/or SIP manipulations are good idea too. But it is quite not straightforward task to generalise and represent them as a vendor independent model.