Add iphone style toggle to enable/disable ring groups destinations #6394 (#6395)

* Add iphone style toggle for destinations in ring groups

* Add iphone style toggle for destinations in ring groups

* only select enabled destination when make ring group calls

* add destination_enable filed in table v_ring_group_destinations schema

* Change destination_enabled value on to true.

* Update app_config.php

* Change destination_enabled from on to true

* Change destination_enabled to boolean

* Delete fix.css

* Will style this

* Update template.php

Co-authored-by: flagman <flagman@flagman.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
Co-authored-by: K-flagman <43560934+kapetrosyan@users.noreply.github.com>
This commit is contained in:
K-Flagman
2023-01-20 17:25:13 -08:00
committed by GitHub
parent 7d22b514a4
commit 581c919132
4 changed files with 24 additions and 2 deletions

View File

@@ -489,6 +489,7 @@
AND d.ring_group_uuid = :ring_group_uuid
AND r.domain_uuid = :domain_uuid
AND r.ring_group_enabled = 'true'
AND d.destination_enabled = 'true'
ORDER BY
]]..sql_order..[[
]];