← Volver al índice de módulos

uid_avp_db

This module contains several functions that can be used to manipulate the contents of AVPs (Attribute-Value pairs). The AVPs are variables attached to the SIP message being processed.
🛠️ Utilidades y Varios Kamailio 6.1 26 parámetros

Descripción general

This module contains several functions that can be used to manipulate the contents of AVPs (Attribute-Value pairs). The AVPs are variables attached to the SIP message being processed. Each variable has its name and value. AVPs can be used to store arbitrary data or as a means of inter-module communication. You may also want to check the avpops module which is more flexible and contains more functions. In future SER releases the avp module will be probably deprecated in favor of avpops module. Domain module operates in caching mode. Domain module reads the default values of AVPs into cache memory when the module is loaded. After that default values is re-read only when module is given avp_list_reload fifo command. Any changes in usr_preferences_types table must thus be followed by avp_list_reload command in order to reflect them in module behavior.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/uid_avp_db.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/uid_avp_db

Parámetros de configuración

ParámetroTipoDescripción
db_url string 3.2. user_attrs_table (string) 3.3. uri_attrs_table (string) 3.4. uid_column (string) 3.5. username_column (string) 3.6. did_column (string) 3.7. name_column (string) 3.8. value_column (string) 3.9. t
user_attrs_table string 3.3. uri_attrs_table (string) 3.4. uid_column (string) 3.5. username_column (string) 3.6. did_column (string) 3.7. name_column (string) 3.8. value_column (string) 3.9. type_column (string) 3.10. flags
uri_attrs_table string 3.4. uid_column (string) 3.5. username_column (string) 3.6. did_column (string) 3.7. name_column (string) 3.8. value_column (string) 3.9. type_column (string) 3.10. flags_column (string) 3.11. scheme_
uid_column string 3.5. username_column (string) 3.6. did_column (string) 3.7. name_column (string) 3.8. value_column (string) 3.9. type_column (string) 3.10. flags_column (string) 3.11. scheme_column (string) 3.12. att
username_column string 3.6. did_column (string) 3.7. name_column (string) 3.8. value_column (string) 3.9. type_column (string) 3.10. flags_column (string) 3.11. scheme_column (string) 3.12. attr_group (string) 3.13. auto_un
did_column string 3.7. name_column (string) 3.8. value_column (string) 3.9. type_column (string) 3.10. flags_column (string) 3.11. scheme_column (string) 3.12. attr_group (string) 3.13. auto_unlock_extra_attrs (string)
name_column string 3.8. value_column (string) 3.9. type_column (string) 3.10. flags_column (string) 3.11. scheme_column (string) 3.12. attr_group (string) 3.13. auto_unlock_extra_attrs (string)
value_column string 3.9. type_column (string) 3.10. flags_column (string) 3.11. scheme_column (string) 3.12. attr_group (string) 3.13. auto_unlock_extra_attrs (string)
type_column string 3.10. flags_column (string) 3.11. scheme_column (string) 3.12. attr_group (string) 3.13. auto_unlock_extra_attrs (string)
flags_column string 3.11. scheme_column (string) 3.12. attr_group (string) 3.13. auto_unlock_extra_attrs (string)
scheme_column string 3.12. attr_group (string) 3.13. auto_unlock_extra_attrs (string)
attr_group string 3.13. auto_unlock_extra_attrs (string)
auto_unlock_extra_attrs string 3.1. db_url (string)
db_url string The URL of the database to be used.
user_attrs_table string Name of the table with user attributes.
uri_attrs_table string Name of the table with uri attributes.
uid_column string Name of the column that stores UID in the user attributes table.
username_column string Name of the column containing the username of the subscriber in uri attributes table.
did_column string Name of the column in uri attributes table containing the ID of domain that the subscriber belongs to.
name_column string The name of the column containing attribute names.
value_column string The name of the column containing attribute values.
type_column string The name of the column containing attribute value type.
flags_column string The name of the column containing attribute flags.
scheme_column string The name of the column containing subscriber's scheme in uri attributes.
attr_group string 'Extra attribute' group definition. It can be repeated to define more attribute groups.
auto_unlock_extra_attrs string Determines the action when any of the 'extra attributes' lock is detected when routing script execution was finished. When the value of this parameter is zero (default) BUG level message is logged, bu

Autores y contribuidores

Jiri KuthanFhG FOKUS <jiri@iptel.org>

Copyright © 2004, 2005 FhG FOKUS

Módulos relacionados

auth_web3 auth_xkeys avp avpops benchmark blst call_control call_obj