Module: kamailio Branch: 5.8 Commit: fbc1d543511598e53b94c7465904a07417c14fd7 URL: https://github.com/kamailio/kamailio/commit/fbc1d543511598e53b94c7465904a07417c14fd7
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-01T13:48:50+01:00 uac: avp_flags_t for exter declaration of restore avp type vars (cherry picked from commit 2227c53615c807d0de547b1fdcaa399ff95c890c) (cherry picked from commit ec164166ec1c70d85a7e979c24777541083ccba0) --- Modified: src/modules/uac/replace.c --- Diff: https://github.com/kamailio/kamailio/commit/fbc1d543511598e53b94c7465904a07417c14fd7.diff Patch: https://github.com/kamailio/kamailio/commit/fbc1d543511598e53b94c7465904a07417c14fd7.patch --- diff --git a/src/modules/uac/replace.c b/src/modules/uac/replace.c index f13a661ca95..f0c5a2544da 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!
