Details
-
Type:
New Feature
-
Status: To Do
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Edition:Community
Description
Hi,
I'm on ASTPP v6 Communiti Edition
In the TrunkForm there are :
gateway_id
failover_gateway_id
failover_gateway_id1
And the two failover gateways are used if the main gateway fail ... ok nice.
But often a (serious) provider gives you two or more gateways, and you could use then in a loadbalance mode instead of simple failover.
So, it would be nice to select more than one gateways (a checkbox list?) and decide if consider a failover mode or loadbalance (roundrobin) mode
Or better, implement use of the freeswitch mod_distributor module
https://freeswitch-users.freeswitch.narkive.com/7poDLaYZ/mod-distributor-question
and then allow to select a distributor ad a gateway, so
For ex. I could
set gateway1
set gateway2
set gateway3
set gateway4
set gateway5
set distributor1 as : gateway1(weigth 6) + gateway2(weigth 3) + gateway2(weigth 1)
set trunk to use : distributor1 as default gateway + gateway4 as FailOverGW1 + gateway5 as FailOverGW2