#include <string.h>
#include "../../dprint.h"
#include "../../parser/parse_uri.h"
#include "rerrno.h"
#include "reg_mod.h"
#include "common.h"

Go to the source code of this file.
Defines | |
| #define | MAX_AOR_LEN 256 |
Functions | |
| int | extract_aor (str *_uri, str *_a) |
| Extract Address of Record. | |
Definition in file registrar/common.c.
| #define MAX_AOR_LEN 256 |
Extract Address of Record.
Extract Address Of Record.
Definition at line 50 of file registrar/common.c.
References aor_avp_name, aor_avp_type, case_sensitive, DOMAIN_MAX_SIZE, sip_uri::host, is_avp_str_val, _str::len, LM_ERR, MAX_AOR_LEN, int_str::n, parse_uri(), R_AOR_LEN, R_AOR_PARSE, R_UNESCAPE, realm_prefix, reg_use_domain, rerrno, _str::s, int_str::s, search_first_avp(), strlower(), un_escape(), sip_uri::user, and USERNAME_MAX_SIZE.
Referenced by lookup(), pv_fetch_contacts(), registered(), save(), and unregister().
1.5.6