Module: kamailio
Branch: master
Commit: 59354fb028ad9dbea1628e94cfbfa7c8648caa05
URL: 
https://github.com/kamailio/kamailio/commit/59354fb028ad9dbea1628e94cfbfa7c8648caa05

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-11-19T17:37:30+01:00

uac: replace INT_PARAM => PARAM_INT

---

Modified: src/modules/uac/uac.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/59354fb028ad9dbea1628e94cfbfa7c8648caa05.diff
Patch: 
https://github.com/kamailio/kamailio/commit/59354fb028ad9dbea1628e94cfbfa7c8648caa05.patch

---

diff --git a/src/modules/uac/uac.c b/src/modules/uac/uac.c
index af3dd0f368a..5c4b8fe1a3a 100644
--- a/src/modules/uac/uac.c
+++ b/src/modules/uac/uac.c
@@ -172,7 +172,7 @@ static param_export_t params[] = {
        {"rr_from_store_param", PARAM_STR, &rr_from_param},
        {"rr_to_store_param", PARAM_STR, &rr_to_param},
        {"restore_mode", PARAM_STRING, &restore_mode_str},
-       {"restore_dlg", INT_PARAM, &uac_restore_dlg},
+       {"restore_dlg", PARAM_INT, &uac_restore_dlg},
        {"restore_passwd", PARAM_STR, &uac_passwd},
        {"restore_from_avp", PARAM_STR, &restore_from_avp},
        {"restore_to_avp", PARAM_STR, &restore_to_avp},
@@ -183,17 +183,17 @@ static param_export_t params[] = {
        {"reg_db_url", PARAM_STR, &reg_db_url},
        {"reg_db_table", PARAM_STR, &reg_db_table},
        {"reg_contact_addr", PARAM_STR, &reg_contact_addr},
-       {"reg_timer_interval", INT_PARAM, &reg_timer_interval},
-       {"reg_retry_interval", INT_PARAM, &reg_retry_interval},
-       {"reg_keep_callid", INT_PARAM, &reg_keep_callid},
-       {"reg_random_delay", INT_PARAM, &reg_random_delay},
-       {"reg_active", INT_PARAM, &reg_active_param},
-       {"reg_gc_interval", INT_PARAM, &_uac_reg_gc_interval},
-       {"reg_hash_size", INT_PARAM, &reg_htable_size},
+       {"reg_timer_interval", PARAM_INT, &reg_timer_interval},
+       {"reg_retry_interval", PARAM_INT, &reg_retry_interval},
+       {"reg_keep_callid", PARAM_INT, &reg_keep_callid},
+       {"reg_random_delay", PARAM_INT, &reg_random_delay},
+       {"reg_active", PARAM_INT, &reg_active_param},
+       {"reg_gc_interval", PARAM_INT, &_uac_reg_gc_interval},
+       {"reg_hash_size", PARAM_INT, &reg_htable_size},
        {"reg_use_domain", PARAM_INT, &_uac_reg_use_domain},
        {"default_socket", PARAM_STR, &uac_default_socket},
        {"event_callback", PARAM_STR, &uac_event_callback},
-       {"reload_delta", INT_PARAM, &_uac_reg_reload_delta},
+       {"reload_delta", PARAM_INT, &_uac_reg_reload_delta},
        {0, 0, 0}
 };
 

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to