Module: kamailio Branch: master Commit: 08ccff9107f4c1ff1f0e863967be688b6c821bb4 URL: https://github.com/kamailio/kamailio/commit/08ccff9107f4c1ff1f0e863967be688b6c821bb4
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2021-03-29T12:01:13+02:00 modules: readme files regenerated - rtpengine ... [skip ci] --- Modified: src/modules/rtpengine/README --- Diff: https://github.com/kamailio/kamailio/commit/08ccff9107f4c1ff1f0e863967be688b6c821bb4.diff Patch: https://github.com/kamailio/kamailio/commit/08ccff9107f4c1ff1f0e863967be688b6c821bb4.patch --- diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index 27c2337426..24d02d1c5d 100644 --- a/src/modules/rtpengine/README +++ b/src/modules/rtpengine/README @@ -421,7 +421,9 @@ Chapter 1. Admin Guide module parameter definition for syntax description. The balancing inside a set is done automatically by the module based on - the weight of each RTPEngine from the set. + the weight of each RTPEngine from the set. The default weight is 1, if + another RTPEngine should be used twice as often as the first one, one + would specify the weight 2 for this server, for example. The selection of the set is done from script prior using rtpengine_delete(), rtpengine_offer() or rtpengine_answer() functions - _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
