Module: kamailio Branch: 6.0 Commit: aacea30d56b50b32097e584f44e7cca46bef7b6a URL: https://github.com/kamailio/kamailio/commit/aacea30d56b50b32097e584f44e7cca46bef7b6a
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-27T17:34:42+01:00 uac: update cfg framework before sending the first uac registrations - GH #4356 (cherry picked from commit 270a57b4e605ce9a2734108f0244993ada774829) --- Modified: src/modules/uac/uac.c --- Diff: https://github.com/kamailio/kamailio/commit/aacea30d56b50b32097e584f44e7cca46bef7b6a.diff Patch: https://github.com/kamailio/kamailio/commit/aacea30d56b50b32097e584f44e7cca46bef7b6a.patch --- diff --git a/src/modules/uac/uac.c b/src/modules/uac/uac.c index 456781eae0f..9d2773e05e7 100644 --- a/src/modules/uac/uac.c +++ b/src/modules/uac/uac.c @@ -439,6 +439,7 @@ static int child_init(int rank) if(cfg_child_init()) return -1; + cfg_update(); uac_reg_load_db(); LM_DBG("run initial uac registration routine\n"); uac_reg_timer(0); _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
