Group membership module
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../../sr_module.h"#include "../../dprint.h"#include "../../ut.h"#include "../../error.h"#include "../../mem/mem.h"#include "../../usr_avp.h"#include "group_mod.h"#include "group.h"#include "re_group.h"
Go to the source code of this file.
Definition in file group_mod.c.
| static int get_gid_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) | [static] |
Group ID fixup.
| param | fixed parameter | |
| param_no | number of parameters |
Definition at line 326 of file group_mod.c.
References get_hf(), _str::len, pv_spec_free(), and _str::s.

| static group_check_p get_hf | ( | char * | str1 | ) | [static] |
Convert a header field description string to hdr_field structure Supported strings: "Request-URI", "To", "From", "Credentials"
| str1 | header field description string |
Definition at line 250 of file group_mod.c.
References _str::len, and _str::s.
Referenced by get_gid_fixup(), and hf_fixup().

| static int hf_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) | [static] |
Header fixup function.
| param | fixed parameter | |
| param_no | number of parameters |
Definition at line 296 of file group_mod.c.
References get_hf(), _str::len, and _str::s.

'group' table name
Definition at line 115 of file group_mod.c.
Referenced by is_user_in(), mi_usrloc_dump(), and print_udomain().
| int use_domain = 0 |
Should does_uri_exist honor the domain part ?
Definition at line 119 of file group_mod.c.
Referenced by bind_usrloc(), db_delete_ucontact(), db_delete_urecord(), db_insert_ucontact(), db_load_urecord(), db_load_urecord_by_ruid(), db_update_ucontact(), is_user_in(), mi_fix_aor(), and preload_udomain().
1.7.1