#include "../../parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| int | save (struct sip_msg *_m, char *_d, char *_cflags) |
| Process REGISTER request and save it's contacts. | |
| int | unregister (struct sip_msg *_m, char *_d, char *_uri) |
Definition in file save.h.
| int save | ( | struct sip_msg * | _m, | |
| char * | _d, | |||
| char * | _cflags | |||
| ) |
Process REGISTER request and save it's contacts.
Definition at line 721 of file save.c.
References accepted_registrations, add_contacts(), check_contacts(), extract_aor(), FL_MEM, FL_NONE, get_act_time(), get_first_contact(), get_to, is_cflag_set, LM_ERR, mem_only, mode, no_contacts(), parse_message(), R_FINE, REG_SAVE_MEM_FL, REG_SAVE_NORPL_FL, REG_SAVE_REPL_FL, rejected_registrations, REQUEST_ROUTE, rerrno, route_type, send_reply(), star(), and update_stat.
| int unregister | ( | struct sip_msg * | _m, | |
| char * | _d, | |||
| char * | _uri | |||
| ) |
Definition at line 773 of file save.c.
References extract_aor(), fixup_get_svalue(), _str::len, LM_ERR, _str::s, and star().
1.5.6