generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(trunks): allow to enable/disable TOPOS for each trunk (#341)
* feat(trunks): add switch to enable/disable TOPOS - Added a switch in the trunks interface to enable or disable TOPOS. - When the "disable TOPOS" switch is activated, an "topos=0" header is sent in INVITE requests to instruct the nethvoice-proxy Kamailio to disable the TOPOS module for that specific invite. - TOPOS configuration for trunks is now stored in the NethCTI FreePBX module's configuration key-value store. - Modified the trunk interface and dialplan using dialplan hooks to accommodate the new feature. - Automatically set the `disable_topos` value for trunks created via the wizard. - Remove the `disable_topos` value when a trunk is deleted via the wizard. - Added a new MySQL table to store default `disable_topos` values. - If no default `disable_topos` value is specified, no header will be sent and Kamailio will use TOPOS nethesis/ns8-nethvoice-proxy#51 - Add switch to control the sending of encrypted media on trunks. - Migrate existing trunks to avoid attempting encrypted media with providers where media encryption is disabled. - Removed legacy SQL tables that were used for database initialization in previous versions. - Now all database tables are initialized in mariadb container and altered in freepbx/initdb.d NethServer/dev#7183
- Loading branch information
Showing
17 changed files
with
380 additions
and
1,861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.