Standard
User location module. The module keeps a user location table and provides access to the table to other modules. The module exports no functions that could be used directly from scripts.
Jan Janak
i [1]:heslo@localhost/ser".
i [2].
-
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 - CSeqi [3] 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.
-
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 - CSeqi [3] 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.
i [4].
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.
http://www.iptel.org/ser/doc/modules/usrloc
Links:
[1] http://www.iptel.org/glossary/term/244
[2] http://www.iptel.org/glossary#term81
[3] http://www.iptel.org/glossary#term223
[4] http://www.iptel.org/glossary#term187