Module: kamailio Branch: master Commit: 5905d4139f5723dd3f8841e501e775be5b9ccb64 URL: https://github.com/kamailio/kamailio/commit/5905d4139f5723dd3f8841e501e775be5b9ccb64
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2025-12-08T11:16:10+01:00 modules: readme files regenerated - dispatcher ... [skip ci] --- Modified: src/modules/dispatcher/README Modified: src/modules/htable/README Modified: src/modules/permissions/README --- Diff: https://github.com/kamailio/kamailio/commit/5905d4139f5723dd3f8841e501e775be5b9ccb64.diff Patch: https://github.com/kamailio/kamailio/commit/5905d4139f5723dd3f8841e501e775be5b9ccb64.patch --- diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index 61822b4c20f..33ed061270c 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -32,6 +32,10 @@ Federico Cabiddu <[email protected]> +Tyler Moore + + <[email protected]> + Copyright © 2004 FhG FOKUS Copyright © 2005 Voice Sistem @@ -45,6 +49,8 @@ Federico Cabiddu Copyright © 2017, 2018 Julien chavanton, Flowroute Copyright © 2020 Federico Cabiddu, Libon + + Copyright © 2025 Tyler Moore, dOpenSource __________________________________________________________________ Table of Contents @@ -1082,7 +1088,10 @@ modparam("dispatcher", "ds_attrs_none", 1) The 'anameX' is the attribute name and 'cnameX' is column name. The additional columns must be added to database dispatcher table and their - type must be VARCHAR (string). + type must be a string type (VARCHAR, etc..) or integer type (UNSIGNED + INT, BIGINT, etc..). These fields can be a convenient way of loading + IDs, or additional related info into the 'attrs' XAVP when matching a + dispatcher set. Default value is âemptyâ. diff --git a/src/modules/htable/README b/src/modules/htable/README index 00b6a209c81..df95e493e33 100644 --- a/src/modules/htable/README +++ b/src/modules/htable/README @@ -25,7 +25,7 @@ Tyler Moore Copyright © 2008-2011 http://www.asipto.com - Copyright © 2023 Tyler Moore (devopsec), dOpenSource + Copyright © 2023-2025 Tyler Moore, dOpenSource __________________________________________________________________ Table of Contents diff --git a/src/modules/permissions/README b/src/modules/permissions/README index 9c87915607f..729b9d10203 100644 --- a/src/modules/permissions/README +++ b/src/modules/permissions/README @@ -14,9 +14,13 @@ Emmanuel Schmidbauer Donat Zenichev +Tyler Moore + Copyright © 2003 Miklos Tirpak Copyright © 2006-2008 Juha Heinanen + + Copyright © 2025 Tyler Moore, dOpenSource __________________________________________________________________ Table of Contents @@ -693,6 +697,10 @@ modparam("permissions", "ruri_col", "regexp") string that is added as value to peer_tag AVP if peer_tag AVP has been defined and if the address or peer matches. + The tag_col field will be implicitly converted to a string when the + database field is loaded into âpeer_tagâ AVP if the field type is + supported. + Default value is âtagâ. Example 1.19. Set tag_col parameter
_______________________________________________ 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!
