Module: kamailio Branch: master Commit: 270a57b4e605ce9a2734108f0244993ada774829 URL: https://github.com/kamailio/kamailio/commit/270a57b4e605ce9a2734108f0244993ada774829
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-12T16:47:55+01:00 uac: update cfg framework before sending the first uac registrations - GH #4356 --- Modified: src/modules/uac/uac.c --- Diff: https://github.com/kamailio/kamailio/commit/270a57b4e605ce9a2734108f0244993ada774829.diff Patch: https://github.com/kamailio/kamailio/commit/270a57b4e605ce9a2734108f0244993ada774829.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!
