← Volver al índice de módulos

call_obj

This module provides a way to identify calls using an increasing sequence of integers. It starts assigning an integer to a call.
🛠️ Utilidades y Varios Kamailio 6.1 4 parámetros 4 funciones

Descripción general

This module provides a way to identify calls using an increasing sequence of integers. It starts assigning an integer to a call. Next call gets next free integer in a ring. When a call finishes its assigned number shall be freed.

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

Parámetros de configuración

ParámetroTipoDescripción
start integer 3.2. end (integer)
end integer 3.1. start (integer)
start integer First number to assign when no number has been assigned yet.
end integer Last number to assign when all other numbers have been already assigned.

Funciones exportadas

call_obj_get(reply_number)

4.2. call_obj_free(object_number)

call_obj_free(object_number)

4.1. call_obj_get(reply_number)

call_obj_get(reply_number)

Get next free number. reply_number parameter is a variable where function will store result in string format.

call_obj_free(object_number)

Mark an object_number as free, so it can be assigned again. This number will not be readily assigned until a loop in the ring has completed. object_number shall be provided in string format.

Autores y contribuidores

Vicente Hernando <vhernando@systemonenoc.com>Javier Gallart <jgallart@systemonenoc.com>

Copyright © 2016 www.systemonenoc.com

Módulos relacionados

auth_web3 auth_xkeys avp avpops benchmark blst call_control cfg_db