Capacity based routing

Hi,
I have one provider that offers two different rates for the same prefix. Each rate is terminated on a different IP address, using different tech prefixes.

For this specific provider, I’d like to send calls only to the first dialpeer, and not reroute them to the second one in case of connection issues or call failures.

The second dialpeer from this same provider should only become active when the capacity limit of the first one is reached (for example, when all available channels on the first dialpeer are in use).

This behavior should apply only to this provider, rerouting between other providers in the LCR should continue to work as normal.
In other words, there should be no failover between the two dialpeers of the same provider, but the second one should handle traffic only when the first dialpeer’s capacity is full, not when it fails.

Is it possible to configure it this way?
Thank you

no, currently it is not possible. You can disable rerouting completely by applying disconnect policy on gateway, but it will affect whole call (all other routes).

ok I will find another solution then.
Thank you very much