Type Of Change

Checklist:

Description

Previously discussed in the mailing list :

“13” - latency optimized routing mode, the lowest latency gets higher priority (serial forking ordered by priority, ds_ping_latency_stats is required).

Using this simple formula : ADJUSTED_PRIORITY = PRIORITY - (ESTIMATED_LATENCY/PRIORITY)

GATEWAY PRIORITY ESTIMATED_LATENCY ADJUSTED_PRIORITY LOAD DISTRIBUTION
1 30 21 30 33%
2 30 91 27 0%
3 30 61 28 0%
4 30 19 30 33%
5 30 32 29 0%
6 30 0 30 33%
7 30 201 24 0%

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2493

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.