Basic application to create bridge statements for registered endpoints.

FusionPBX 731507dcd7 Update README.md hai 3 meses
LICENSE b84265efb4 Initial commit %!s(int64=3) %!d(string=hai) anos
README.md 731507dcd7 Update README.md hai 3 meses
app_config.php 9a813ff8d1 Update app_config.php hai 7 meses
app_languages.php 8137b6dcd3 Update app_languages.php %!s(int64=2) %!d(string=hai) anos

README.md

SIP Trunks

Basic application to create bridge statements for registered endpoints. The SIP trunks are used for inbound calls. It removes the extension from the contact string and passes the original number that was called. This is useful for a PBX that is registered to the extension. When using an ATA FXO, this may not matter if you don't need the extension number removed; in that case, you can skip the SIP Trunks feature and send calls direct to the extension

Install

cd /var/www/fusionpbx/app
git clone https://github.com/fusionpbx/fusionpbx-app-sip_trunks.git sip_trunks
php /var/www/fusionpbx/core/upgrade/upgrade.php
php /var/www/fusionpbx/core/upgrade/upgrade.php --permissions

Permission

  • sip_trunk_destinations
    • superadmin
    • admin

This will be accessible in the Destination Select list under Category SIP Trunks. You will see one for every extension.