Published on iptel.org (http://www.iptel.org)

avp_db

By greger
Created 2006-11-26 09:13

Standard-dep

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 comminication.


Jiri Kuthan


jiri@iptel.org [1]>

Revision History
Revision $Revision: 1.3 $ $Date: 2005/08/24 22:26:17 $

i [2] 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.

i [3]:heslo@localhost/ser".

i [4] of the caller (From). All AVP names will have "caller_" prefix.

  • callee - Load AVPs for callee based on the URI of the callee (Request-URIi [5]). All AVP names will have "callee_" prefix.

  • 1.5. FIFO Interface

    Revision History
    Revision $Revision: 1.2 $ $Date: 2005/08/24 13:24:30 $

    1.5.1. avp_list_reload

    Causes avp_db module to re-read the contents of pref_list_table table into cache memory.