Module: kamailio Branch: 5.8 Commit: ef570208cfc14fdbdac851013debf3597f512b4c URL: https://github.com/kamailio/kamailio/commit/ef570208cfc14fdbdac851013debf3597f512b4c
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-01T13:48:43+01:00 uac: update cfg framework before sending the first uac registrations - GH #4356 (cherry picked from commit 270a57b4e605ce9a2734108f0244993ada774829) (cherry picked from commit aacea30d56b50b32097e584f44e7cca46bef7b6a) --- Modified: src/modules/uac/uac.c --- Diff: https://github.com/kamailio/kamailio/commit/ef570208cfc14fdbdac851013debf3597f512b4c.diff Patch: https://github.com/kamailio/kamailio/commit/ef570208cfc14fdbdac851013debf3597f512b4c.patch --- diff --git a/src/modules/uac/uac.c b/src/modules/uac/uac.c index 1a87c51f94e..cbfd7c41783 100644 --- a/src/modules/uac/uac.c +++ b/src/modules/uac/uac.c @@ -420,6 +420,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!
