Module: kamailio
Branch: 6.0
Commit: ec164166ec1c70d85a7e979c24777541083ccba0
URL: 
https://github.com/kamailio/kamailio/commit/ec164166ec1c70d85a7e979c24777541083ccba0

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2025-11-27T17:35:13+01:00

uac: avp_flags_t for exter declaration of restore avp type vars

(cherry picked from commit 2227c53615c807d0de547b1fdcaa399ff95c890c)

---

Modified: src/modules/uac/replace.c

---

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

---

diff --git a/src/modules/uac/replace.c b/src/modules/uac/replace.c
index b7a2b8b38dd..61d57bbfd80 100644
--- a/src/modules/uac/replace.c
+++ b/src/modules/uac/replace.c
@@ -50,9 +50,9 @@ extern struct rr_binds uac_rrb;
 
 extern str restore_from_avp;
 extern str restore_to_avp;
-extern unsigned short restore_from_avp_type;
+extern avp_flags_t restore_from_avp_type;
 extern int_str restore_from_avp_name;
-extern unsigned short restore_to_avp_type;
+extern avp_flags_t restore_to_avp_type;
 extern int_str restore_to_avp_name;
 
 struct dlg_binds dlg_api;

_______________________________________________
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!

Reply via email to