Copyright © 2003 FhG FOKUS
Copyright © 2005 Voice Sistem SRL
Copyright © 2015 ng-voice GmbH
Table of Contents
nat_bflag
(int)
user_column
(string)
domain_column
(string)
contact_column
(string)
expires_column
(string)
q_column
(string)
callid_column
(string)
cseq_column
(string)
methods_column
(string)
flags_column
(string)
cflags_column
(string)
user_agent_column
(string)
received_column
(string)
socket_column
(string)
path_column
(string)
ruid_column
(string)
instance_column
(string)
reg_id_column
(string)
server_id_column
(string)
connection_id_column
(string)
keepalive_column
(string)
partition_column
(string)
use_domain
(int)
desc_time_order
(int)
timer_interval
(int)
db_url
(string)
db_mode
(int)
db_load
(int)
db_insert_update
(int)
matching_mode
(int)
cseq_delay
(int)
fetch_rows
(int)
hash_size
(int)
preload
(string)
db_update_as_insert
(int)
db_check_update
(int)
timer_procs
(int)
xavp_contact
(string)
db_ops_ruid
(int)
handle_lost_tcp
(int)
close_expired_tcp
(int)
expires_type
(int)
db_raw_fetch_type
(int)
db_insert_null
(int)
skip_remote_socket
(int)
db_timer_clean
(int)
rm_expired_delay
(int)
server_id_filter
(int)
version_table
(int)
ka_mode
(int)
ka_method
(str)
ka_from
(str)
ka_domain
(str)
ka_filter
(int)
ka_timeout
(int)
ka_loglevel
(int)
ka_logmsg
(str)
load_rank
(int)
ul_register_domain(name)
ul_insert_urecord(domain, aor, rec)
ul_delete_urecord(domain, aor)
ul_delete_urecord_by_ruid(domain, ruid)
ul_get_urecord(domain, aor)
ul_lock_udomain(domain)
ul_unlock_udomain(domain)
ul_release_urecord(record)
ul_insert_ucontact(record, contact,
expires, q, callid, cseq, flags, cont, ua, sock)
ul_delete_ucontact
(record, contact)
ul_get_ucontact(record, contact)
ul_get_all_ucontacts
(buf, len, flags)
ul_update_ucontact(contact, expires, q,
callid, cseq, set, res, ua, sock)
ul_bind_ursloc( api )
ul_register_ulcb(type ,callback, param)
ul_get_num_users()
List of Examples
nat_bflag
parameteruser_column
parameteruser_column
parametercontact_column
parameterexpires_column
parameterq_column
parametercallid_column
parametercseq_column
parametermethods_column
parameterflags_column
parametercflags_column
parameteruser_agent_column
parameterreceived_column
parametersocket_column
parameterpath_column
parameterruid_column
parameterinstance_column
parameterreg_id_column
parameterserver_id_column
parameterconnection_id_column
parameterkeepalive_column
parameterpartition_column
parameteruse_domain
parameterdesc_time_order
parametertimer_interval
parameterdb_url
parameterdb_mode
parameterdb_load
parameterdb_insert_update
parametermatching_mode
parametercseq_delay
parameterfetch_rows
parameterhash_size
parameterpreload
parameterdb_update_as_insert
parameterdb_check_update
parametertimer_procs
parameterxavp_contact
parameterdb_ops_ruid
parameterhandle_lost_tcp
parameterclose_expired_tcp
parameterexpires_type
parameterdb_raw_fetch_type
parameterdb_insert_null
parameterskip_remote_socket
parameterdb_timer_clean
parameterrm_expired_delay
parameterserver_id_filter
parameterversion_table
parameter usageka_mode
parameter usageka_method
parameter usageka_from
parameter usageka_domain
parameter usageka_filter
parameter usageka_timeout
parameterka_loglevel
parameter usageka_logmsg
parameter usageload_rank
parameter usageTable of Contents
nat_bflag
(int)
user_column
(string)
domain_column
(string)
contact_column
(string)
expires_column
(string)
q_column
(string)
callid_column
(string)
cseq_column
(string)
methods_column
(string)
flags_column
(string)
cflags_column
(string)
user_agent_column
(string)
received_column
(string)
socket_column
(string)
path_column
(string)
ruid_column
(string)
instance_column
(string)
reg_id_column
(string)
server_id_column
(string)
connection_id_column
(string)
keepalive_column
(string)
partition_column
(string)
use_domain
(int)
desc_time_order
(int)
timer_interval
(int)
db_url
(string)
db_mode
(int)
db_load
(int)
db_insert_update
(int)
matching_mode
(int)
cseq_delay
(int)
fetch_rows
(int)
hash_size
(int)
preload
(string)
db_update_as_insert
(int)
db_check_update
(int)
timer_procs
(int)
xavp_contact
(string)
db_ops_ruid
(int)
handle_lost_tcp
(int)
close_expired_tcp
(int)
expires_type
(int)
db_raw_fetch_type
(int)
db_insert_null
(int)
skip_remote_socket
(int)
db_timer_clean
(int)
rm_expired_delay
(int)
server_id_filter
(int)
version_table
(int)
ka_mode
(int)
ka_method
(str)
ka_from
(str)
ka_domain
(str)
ka_filter
(int)
ka_timeout
(int)
ka_loglevel
(int)
ka_logmsg
(str)
load_rank
(int)
The User location module keeps a user location table and provides access to the table for other modules. The module exports no functions that can be used directly from routing scripts.
How the contacts are matched (for the same AOR - Address of Record) is an important aspect of the usrloc module, especially in the context of NAT traversal - this raises more problems since contacts from different phones of the same user may overlap (if both are behind NATs with the same configuration) or the re-register contact of the same phone may be seen as a new one (due different binding via NAT).
The SIP RFC 3261 publishes a matching algorithm based only on the contact string with Call-id and Cseq extra checking (if the Call-ID is the same, it must have a higher Cseq number, otherwise it is invalid). But as argued above, this is not enough in NAT traversal context, so the Kamailio implementation of contact matching offers more algorithms:
Contact based only - it is strict RFC 3261 compliancy - the Contact URI is matched as string and extra checked via Call-ID and cseq (if Call-ID is the same, it must have a higher cseq number, otherwise it is invalid).
Contact and Call-id based - it is an extension of the first case - the contact and Call-ID must be matched as string; the cseq must be higher than the previous one - so be careful how you deal with REGISTER retransmissions in this case.
contact and path based - it is an extension of the first case - the contact and path must be matched as string; the cseq must be higher than the previous one - so be careful how you deal with REGISTER retransmissions in this case.
Call-id only based - it is not according to RFC3261, as it will check the Call-ID only (independent of the Contact-Header or Path).
To find out how to control/select the contact matching algorithm, please see the
module parameter matching_mode - Section 3.30, “matching_mode
(int)”.
The following modules must be loaded before this module:
Optionally a database module.
The index of the branch flag to be used as NAT marker (if the contact is or not natted). This is a branch flag and it will be imported and used by all other modules depending of usrloc module.
Default value is “not set”.
Name of database column containing usernames.
Default value is “username”.
Name of database column containing domains.
Default value is “domain”.
Name of database column containing contacts.
Default value is “contact”.
Name of database column containing expires value.
Default value is “expires”.
Name of database column containing q values.
Default value is “q”.
Name of database column containing Call-ID values.
Default value is “callid”.
Name of database column containing Cseq.
Default value is “cseq”.
Name of database column containing supported methods.
Default value is “methods”.
Name of database column to save the internal flags of the record.
Default value is “flags”.
Name of database column to save the branch/contact flags of the record.
Default value is “cflags”.
Name of database column containing user-agent values.
Default value is “user_agent”.
Example 1.12. Set user_agent_column
parameter
... modparam("usrloc", "user_agent_column", "user_agent") ...
Name of database column containing the source IP, port, and protocol from the REGISTER message.
Default value is “received”.
Example 1.13. Set received_column
parameter
... modparam("usrloc", "received_column", "received") ...
Name of database column containing the received socket information (IP:port) for the REGISTER message.
Default value is “socket”.
Name of database column containing the Path header.
Default value is “path”.
Name of database column containing the Kamailio record unique id.
Default value is “ruid”.
Name of database column containing the SIP instance ID (GRUU - RFC5627). This is a unique device identifier - UUID.
Default value is “instance”.
Example 1.17. Set instance_column
parameter
... modparam("usrloc", "instance_column", "myinstance") ...
Name of database table column containing the value for reg-id.
Default value is “reg_id”.
Name of database table column containing the value for server id.
Default value is “server_id”.
Example 1.19. Set server_id_column
parameter
... modparam("usrloc", "server_id_column", "srv_id") ...
Name of database table column containing the value for connection id.
Default value is “connection_id”.
Example 1.20. Set connection_id_column
parameter
... modparam("usrloc", "connection_id_column", "con_id") ...
Name of database table column containing the value for keepalive status.
Default value is “keepalive”.
Example 1.21. Set keepalive_column
parameter
... modparam("usrloc", "keepalive_column", "kalive") ...
Name of database table column containing the value for partition id.
Default value is “partition”.
If the domain part of the user should be also saved and used for identifying the user (along with the username part). Useful in multi domain scenarios. Non 0 value means true.
Default value is “0 (false)”.
If the user's contacts should be kept timestamp ordered; otherwise the contact will be ordered based on q value. Non 0 value means true.
Default value is “0 (false)”.
Number of seconds between two timer runs. The module uses a timer to delete expired contacts, synchronize with database, send keepalives and other tasks, that need to be run periodically.
Default value is 60.
URL of the database that should be used.
Default value is “mysql://kamailio:kamailiorw@localhost/kamailio”.
Example 1.26. Set db_url
parameter
... modparam("usrloc", "db_url", "dbdriver://username:password@dbhost/dbname") ...
The usrloc module can utilize a database for persistent contact storage. If a database is used, the location database (contacts) will survive machine restarts or software crashes. The disadvantage is that accessing a database can be very time consuming. Therefore, usrloc module implements four database accessing modes:
0 - This disables database completely. Only memory will be used. Contacts will not survive restart. Use this value if you need a really fast usrloc and contact persistence is not necessary or is provided by other means.
1 - Write-Through scheme. All changes to usrloc are immediately reflected in database too. This is very slow, but very reliable. Use this scheme if speed is not your priority but need to make sure that no registered contacts will be lost during crash or reboot.
2 - Write-Back scheme. This is a combination of previous two schemes. All changes are made to memory and database synchronization is done in the timer. The timer deletes all expired contacts and flushes all modified or new contacts to database. Use this scheme if you encounter high-load peaks and want them to process as fast as possible. The mode will not help at all if the load is high all the time. Also, latency of this mode is much lower than latency of mode 1, but slightly higher than latency of mode 0.
3 - DB-Only scheme. No memory cache is kept, all operations being directly performed with the database. The timer deletes all expired contacts from database - cleans after clients that didn't un-register or re-register. The mode is useful if you configure more servers sharing the same DB without any replication at SIP level. The mode may be slower due the high number of DB operation. For example NAT pinging is a killer since during each ping cycle all natted contact are loaded from the DB; The lack of memory caching also disable the statistics exports.
4 - This uses database to load records at startup but uses only memory during the runtime. Records are not written back at all, not even at shutdown. Useful for scenarios when registrations are replicated to a node that does the storage in database during runtime.
In case of crash or restart contacts that are in memory only and haven't been flushed yet will get lost. If you want minimize the risk, use shorter timer interval.
Default value is 0.
Determine if the usrloc module should load contacts from the database storage during module initialization A value of 0 disable the loading from the database, this parameter is ignored if db_mode 4 is set
Default value is 1.
Determine if the usrloc module should do an update when a duplicate key is found while inserting A value of 1 will activate update on duplicate key
Default value is 0.
What contact matching algorithm to be used. Refer to section ??? for the description of the algorithms.
The parameter may take the following values:
0 - CONTACT ONLY based matching algorithm.
1 - CONTACT and CALLID based matching algorithm.
2 - CONTACT and PATH based matching algorithm. This mode is like mode 0 but allows for duplicate contacts from differing paths. If no path is available, it defaults to mode 0.
3 - CALLID only based matching algorithm. This mode will discard any duplicate registration coming through different paths.
Default value is 0 (CONTACT_ONLY).
Delay (in seconds) for accepting as retransmissions register requests with same Call-ID and Cseq. The delay is calculated starting from the receiving time of the first register with that Call-ID and Cseq.
Retransmissions within this delay interval will be accepted and replied as the original request, but no update will be done in location. If the delay is exceeded, error is reported.
A value of 0 disable the retransmission detection.
Default value is “20 seconds”.
The number of the rows to be fetched at once from database when loading the location records. This value can be used to tune the load time at startup. For 1MB of private memory (default) it should be below 4000. The database driver must support fetch_result() capability.
Default value is “2000”.
The number of entries of the hash table used by usrloc to store the location records is 2^hash_size. For hash_size=4, the number of slots of the hash table is 16.
Default value is “10” (1024 slots).
Preload location table given as value. A location table is loaded based on fixup of registrar functions, therefore you need to use this parameter only to load tables that are not used by registrar module directly in configuration file.
Default value is “NULL”.
Set this parameter if you want to do INSERT DB operations instead of UPDATE DB operations. It is recommended to set this parameter if you use Cassandra as a DB backend.
Default value is “0”.
Example 1.35. Set db_update_as_insert
parameter
... modparam("usrloc", "db_update_as_insert", 1) ...
Set this parameter to 1 if you want to do DB INSERT if the number of affected rows by contact DB UPDATE operation is 0. The database module driver has to implement affected_rows() DB API function, otherwise this parameter is ignored - e.g., MySQL and Postgres DB connectors offer affected_rows().
Default value is “0” (no DB INSERT).
Number of timer processes to be started by module. Timer processes take care of checking expired records and synchronization with database. If set to 0, no dedicated timer is started, the one from core will be used.
If the number of timer processes is greater than 1, the workload of synchronization and record expiration is split up among the multiple processes. (Each process is assigned a range of slots from the internal hash table, and is responsible for cleanup and storage on those slots.)
Default value is “0”.
The name of XAVP storing the attributes per contact. They are saved
in location record and restored at lookup. The tm module parameter
xavp_contact
must also be set to the same value to use the
t_load_contacts
and t_next_contacts
functions.
Default value is “NULL”.
If set to 1, database queries for update or delete are done using ruid value. If it is set to 0, the old style using aor, contact and call-id is done.
Default value is “1”.
If set to 1, Kamailio will remove location records made via TCP/TLS/WS/WSS transports when it looses corresponding tcp connections. Does not currently work in DB-Only scheme.
Default value is “0”.
If set to 1, Kamailio will close the TCP connection when a contact has expired, if the corresponding transport is TCP/TLS/WS/WSS.
Default value is “0”.
If set to 1, Kamailio expects to deal with BIGINT type on database columns for expires and last modified values. It allows to handle better the daylight time adjustments. If set to 0, those columns are expected to be on default type 'DATETIME'. When it is 1, the database columns types have to be changed manually to 'BIGINT'.
Default value is “0”.
This affect DB-only mode and controls what kind of raw query is used to fetch the contacts from database for specific needs (e.g., sending NAT keepalives). If it is set to 0, then the common SQL query is used (working for MySQL, PostgreSQL, ...). If it is set to 1, the query required by Oracle is used.
Default value is “0”.
If set to 1, the insert operation to database will add null values in the statement. It has to be set to 1 for the database systems that do not have table definitions that create automatically the null fields (e.g., db_mongodb) for each stored record.
When set to 0, the fields that default to null are not added to the DB insert statement if they don't have a different value, making the query smaller.
Default value is “0” (don't add null fields in insert statement).
If set to 1, Kamailio will skip location record when loading from database, if socket value of the record does not in kamailio listening socket list.
Default value is “0”.
Enable (1) or disable (0) cleaning of expired db records on timer basis for db_mode WRITE-BACK and WRITE-THROUGH. It uses the secondary timer process.
Default value is “0”.
Specify the number of seconds to delay the removal of expired records. For now it works for DB_ONLY mode (db_mode=3).
Default value is “0”.
Enable (1) or disable (0) filter records by server_id on load and during cleaning of expired db records. It could be useful when you want to use the same location table for several kamailio instances which are configured to work in db_mode=1 or db_mode=2 (cache modes). Otherwise one instance of proxy cleans records made by another proxy and that breaks its cache.
Default value is “0”.
If set to 0, the module will skip checking the version for location table.
Default value is “1 (check for table version)”.
Keepalive mode - control the internal keepalive mechanism. With this feature enabled, the module sends periodically (based on timer interval) SIP requests to location contacts and measures the round trip in microseconds (the round trip value can be seen in the response of the RPC command 'ul.dump').
Its value is a set of flags:
0 - if the value is zero, no keepalive is sent
1 (bit 1 set) - if set to 1, the keepalive is enabled for all contacts
2 (bit 2 set) - the keepalive is sent only for natted contacts (nat_bflag set)
4 (bit 3 set) - the keepalive is sent only for UDP contacts
For example, if set to 6, then keepalive is sent only natted UDP contacs.
Note: the internal keepalive of usrloc module conflicts in some way with the keepalive done by nathelper module. It is recommended to enable only one.
Note: the internal keepalive is for the moment implemented only for contact records stored in memory.
Note: it is recommeder to set 'timer_procs' parameter in order to have dedicated timer processes for usrloc module and off-load the keepalive sending process from the core timers.
Default value is “0 (keepalive disabled)”.
The SIP method type for keepalive requests.
Default value is “OPTIONS”.
The SIP URI to be set in the From header of the keepalive requests.
Default value is “sip:server@kamailio.org”.
Example 1.52. ka_from
parameter usage
... modparam("usrloc", "ka_from", "sip:server@mydomain.com") ...
The domain to be set in To header URI if the multi-domain is not enabled. If multi-domain is enabled, then the domain from the location record is used and this parameter is ignored.
Default value is “kamailio.org”.
Set filters for keepalive processing.
Its value is a set of flags:
0 - if the value is zero, no filter is enabled for keepalives
1 (bit 1 set) - keepalives sent only to records matching the server_id global parameter.
Default value is “0” (no filter).
The parameter sets the interval in seconds after which a contact is removed from location table if it does not reply to SIP keepalives (usually OPTIONS ping requests).
The features is available only for contacts that are stored in memory (not working for db only mode of the usrloc module).
Keepalives are sent stateless, not using TM module. The value of this parameter has to be few times higher than timer interval.
Default value is “0” (feature disabled).
The level to print the log message when the keepalive response is received. It should be a value between -5 (L_ALERT) and 3 (L_DBG).
Default value is “255” (disabled).
The formatted log specification to be added to the message printed when the keepalive is received and roundtrip time is computed. The log message starts with "keepalive roundtrip: %u.%06u sec - ruid [%.*s]", then concatenates the value of this parameter and the end of line.
The value of this parameter can contain script variables that are evaluated with the SIP response.
Default value is “ to-uri: [$tu] remote-addr: [$sas]”.
Example 1.57. ka_logmsg
parameter usage
... modparam("usrloc", "ka_logmsg", " to-uri: [$tu] remote-addr: [$sas]") ...
Looks up the contents of an AOR entry in the location table
Parameters:
table name - table where the AOR resides (Ex: location).
AOR - user AOR in username[@domain] format (domain must be supplied only if use_domain option is on).
Deletes an entire AOR record (including its contacts).
Parameters:
table name - table where the AOR resides (Ex: location).
AOR - user AOR in username[@domain] format (domain must be supplied only if use_domain option is on).
Deletes a contact from an AOR record.
Parameters:
table name - table where the AOR is removed from (Ex: location).
AOR - user AOR in username[@domain] format (domain must be supplied only if use_domain option is on).
contact - exact contact to be removed
Adds a new contact for a user AOR.
Parameters:
table name - table where the contact will be added (Ex: location).
AOR - user AOR in username[@domain] format (domain must be supplied only if use_domain option is on).
contact - contact string to be added
expires - expires value of the contact
Q - Q value of the contact
path value with the Path vector (use '0' or '.' if it should not be set)
flags - internal USRLOC flags of the contact
cflags - per branch flags of the contact
methods - mask with supported requests of the contact
received (optional) value with the received-from address (source address) (use '0' or '.' if it should not be set). Format: sip:srcip:srcport;transport=abc
socket (optional) value with the local socket address (use '0' or '.' if it should not be set). Format: proto:localip:localport
Note: the position of parameters is relevant, in the case of optional parameters, use '0' or '.' for parameters that should not be set which are positioned before any parameter that has to be set.
Tell number of different users (AoRs) in a location table that have unexpired contacts.
Parameters:
table name - location table where the users are looked for, for example, location.
Tell number of unexpired contacts in a location table.
Parameters:
table name - location table where the contacts are looked for, for example, location.
Exported statistics are listed in the next sections.
Number of AOR existing in the USRLOC memory cache for that domain - can not be reset; this statistic will be register for each used domain (Ex: location).
Number of contacts existing in the USRLOC memory cache for that domain - can not be reset; this statistic will be register for each used domain (Ex: location).
Total number of expired contacts for that domain - can be reset; this statistic will be register for each used domain (Ex: location).
Table of Contents
ul_register_domain(name)
ul_insert_urecord(domain, aor, rec)
ul_delete_urecord(domain, aor)
ul_delete_urecord_by_ruid(domain, ruid)
ul_get_urecord(domain, aor)
ul_lock_udomain(domain)
ul_unlock_udomain(domain)
ul_release_urecord(record)
ul_insert_ucontact(record, contact,
expires, q, callid, cseq, flags, cont, ua, sock)
ul_delete_ucontact
(record, contact)
ul_get_ucontact(record, contact)
ul_get_all_ucontacts
(buf, len, flags)
ul_update_ucontact(contact, expires, q,
callid, cseq, set, res, ua, sock)
ul_bind_ursloc( api )
ul_register_ulcb(type ,callback, param)
ul_get_num_users()
The function registers a new domain. Domain is just another name for table used in registrar. The function is called from fixups in registrar. It gets name of the domain as a parameter and returns pointer to a new domain structure. The fixup than 'fixes' the parameter in registrar so that it will pass the pointer instead of the name every time save() or lookup() is called. Some usrloc functions get the pointer as parameter when called. For more details see implementation of save function in registrar.
Meaning of the parameters is as follows:
const char* name - Name of the domain (also called table) to be registered.
The function creates a new record structure and inserts it in the specified domain. The record is structure that contains all the contacts for belonging to the specified username.
Meaning of the parameters is as follows:
udomain_t* domain - Pointer to domain returned by ul_register_udomain.
str* aor - Address of Record (aka username) of the new record (at this time the record will contain no contacts yet).
urecord_t** rec - The newly created record structure.
The function deletes all the contacts bound with the given Address Of Record.
Meaning of the parameters is as follows:
udomain_t* domain - Pointer to domain returned by ul_register_udomain.
str* aor - Address of record (aka username) of the record, that should be deleted.
The function deletes from given domain a contact with given ruid.
Meaning of the parameters is as follows:
udomain_t* domain - Pointer to domain returned by ul_register_udomain.
str* ruid - ruid of contact that should be deleted.
The function returns pointer to record with given Address of Record.
Meaning of the parameters is as follows:
udomain_t* domain - Pointer to domain returned by ul_register_udomain.
str* aor - Address of Record of request record.
The function lock the specified domain, it means, that no other processes will be able to access during the time. This prevents race conditions. Scope of the lock is the specified domain, that means, that multiple domain can be accessed simultaneously, they don't block each other.
Meaning of the parameters is as follows:
udomain_t* domain - Domain to be locked.
Unlock the specified domain previously locked by ul_lock_udomain.
Meaning of the parameters is as follows:
udomain_t* domain - Domain to be unlocked.
Do some sanity checks - if all contacts have been removed, delete the entire record structure.
Meaning of the parameters is as follows:
urecord_t* record - Record to be released.
The function inserts a new contact in the given record with specified parameters.
Meaning of the parameters is as follows:
urecord_t* record - Record in which the contact should be inserted.
str* contact - Contact URI.
time_t expires - Expires of the contact in absolute value.
float q - q value of the contact.
str* callid - Call-ID of the REGISTER message that contained the contact.
int cseq - CSeq of the REGISTER message that contained the contact.
unsigned int flags - Flags to be set.
ucontact_t* cont - Pointer to newly created structure.
str* ua - User-Agent of the REGISTER message that contained the contact.
struct socket_info *sock - socket on which the REGISTER message was received on.
The function deletes given contact from record.
Meaning of the parameters is as follows:
urecord_t* record - Record from which the contact should be removed.
ucontact_t* contact - Contact to be deleted.
The function tries to find contact with given Contact URI and returns pointer to structure representing the contact.
Meaning of the parameters is as follows:
urecord_t* record - Record to be searched for the contact.
str_t* contact - URI of the request contact.
The function retrieves all contacts of all registered users and returns them in the caller-supplied buffer. If the buffer is too small, the function returns positive value indicating how much additional space would be necessary to accommodate all of them. Please note that the positive return value should be used only as a “hint”, as there is no guarantee that during the time between two subsequent calls number of registered contacts will remain the same.
If flag parameter is set to non-zero value then only contacts that have the specified flags set will be returned. It is, for example, possible to list only contacts that are behind NAT.
Meaning of the parameters is as follows:
void* buf - Buffer for returning contacts.
int len - Length of the buffer.
unsigned int flags - Flags that must be set.
The function updates contact with new values.
Meaning of the parameters is as follows:
ucontact_t* contact - Contact URI.
time_t expires - Expires of the contact in absolute value.
float q - q value of the contact.
str* callid - Call-ID of the REGISTER message that contained the contact.
int cseq - CSeq of the REGISTER message that contained the contact.
unsigned int set - OR value of flags to be set.
unsigned int res - OR value of flags to be reset.
str* ua - User-Agent of the REGISTER message that contained the contact.
struct socket_info *sock - socket on which the REGISTER message was received on.
The function imports all functions that are exported by the USRLOC module. Overs for other modules which want to user the internal USRLOC API an easy way to load and access the functions.
Meaning of the parameters is as follows:
usrloc_api_t* api - USRLOC API
The function register with USRLOC a callback function to be called when some event occures inside USRLOC.
Meaning of the parameters is as follows:
int types - type of event for which the callback should be called (see usrloc/ul_callback.h).
ul_cb f - callback function; see usrloc/ul_callback.h for prototype.
void *param - some parameter to be passed to the callback each time when it is called.