#include "../../parser/msg_parser.h"
#include "../../qvalue.h"
#include "../../usr_avp.h"
#include "../usrloc/usrloc.h"
#include "../sl/sl_api.h"


Go to the source code of this file.
Definition in file reg_mod.h.
| #define CONTACT_MAX_SIZE 255 |
| #define DOMAIN_MAX_SIZE 128 |
| #define PATH_MODE_OFF 0 |
| #define PATH_MODE_STRICT 2 |
| #define RECEIVED_MAX_SIZE 255 |
| #define REG_SAVE_ALL_FL ((1<<3)-1) |
| #define REG_SAVE_MEM_FL (1<<0) |
| #define USERNAME_MAX_SIZE 64 |
| unsigned short aor_avp_type |
| int append_branches |
| int case_sensitive |
If set to 1, username in aor will be case sensitive
Definition at line 97 of file reg_mod.c.
Referenced by extract_aor().
| float def_q |
| int default_expires |
Default expires value in seconds
Definition at line 63 of file pua.c.
Referenced by calc_contact_expires(), child_init(), get_expires_hf(), and mod_init().
Default q value multiplied by 1000
Definition at line 95 of file reg_mod.c.
Referenced by calc_contact_q(), and mod_init().
| int max_contacts |
Maximum number of contacts per AOR (0=no checking)
Definition at line 103 of file reg_mod.c.
Referenced by child_init(), insert_contacts(), test_max_contacts(), and update_contacts().
| int max_expires |
Maximum expires the phones are allowed to use in seconds, use 0 to switch expires checking off
Definition at line 126 of file presence.c.
Referenced by calc_contact_expires(), child_init(), handle_publish(), handle_subscribe(), and mod_init().
| int method_filtering |
| int min_expires |
Minimum expires the phones are allowed to use in seconds use 0 to switch expires checking off
Definition at line 62 of file pua.c.
Referenced by calc_contact_expires(), hashT_clean(), mod_init(), publ_build_hdr(), and subs_build_hdr().
| int nat_flag |
| int path_enabled |
if the Path HF should be handled
Definition at line 106 of file reg_mod.c.
Referenced by pack_ci(), and send_reply().
| int path_mode |
if the Path HF should be inserted in the reply.
Definition at line 107 of file reg_mod.c.
Referenced by send_reply().
| int path_use_params |
if the received- and nat-parameters of last Path uri should be used to determine if UAC is nat'ed
Definition at line 112 of file reg_mod.c.
Referenced by build_path_vector().
| unsigned short rcv_avp_type |
Prefix to strip from realm
strip off auto-generated realm
Prefix to strip from realm
Definition at line 107 of file auth_mod.c.
Referenced by extract_aor(), and strip_realm().
| int received_avp |
| unsigned short reg_callid_avp_type |
| int reg_use_domain |
| int retry_after |
The value of Retry-After HF in 5xx replies
Definition at line 104 of file reg_mod.c.
Referenced by add_retry_after(), and send_reply().
SL binds
Definition at line 88 of file auth_mod.c.
| int sock_flag |
if the TCP connection should be kept open
Definition at line 98 of file reg_mod.c.
Referenced by insert_contacts(), mod_init(), and update_contacts().
1.5.6