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


Go to the source code of this file.
Functions | |
| int | add_path (struct sip_msg *_msg, char *_a, char *_b) |
| Prepend own uri to Path header. | |
| int | add_path_received (struct sip_msg *_msg, char *_a, char *_b) |
| Prepend own uri to Path header and append received address as "received"-param to that uri. | |
| int | add_path_received_usr (struct sip_msg *_msg, char *_a, char *_b) |
| Prepend own uri to Path header and append received address as "received"-param to that uri and take care of given user. | |
| int | add_path_usr (struct sip_msg *_msg, char *_a, char *_b) |
| Prepend own uri to Path header and take care of given user. | |
| void | path_rr_callback (struct sip_msg *_m, str *r_param, void *cb_param) |
| rr callback | |
Definition in file path/path.h.
| int add_path | ( | struct sip_msg * | _msg, | |
| char * | _a, | |||
| char * | _b | |||
| ) |
Prepend own uri to Path header.
Definition at line 169 of file path/path.c.
References prepend_path(), and user.
Referenced by send_reply().
| int add_path_received | ( | struct sip_msg * | _msg, | |
| char * | _a, | |||
| char * | _b | |||
| ) |
Prepend own uri to Path header and append received address as "received"-param to that uri.
Definition at line 188 of file path/path.c.
References prepend_path(), and user.
| int add_path_received_usr | ( | struct sip_msg * | _msg, | |
| char * | _a, | |||
| char * | _b | |||
| ) |
Prepend own uri to Path header and append received address as "received"-param to that uri and take care of given user.
Definition at line 198 of file path/path.c.
References prepend_path().
| int add_path_usr | ( | struct sip_msg * | _msg, | |
| char * | _a, | |||
| char * | _b | |||
| ) |
Prepend own uri to Path header and take care of given user.
Definition at line 179 of file path/path.c.
References prepend_path().
rr callback
Definition at line 206 of file path/path.c.
References param::body, CLASS_CONTACT, param_hooks::contact, free_params(), LM_ERR, params, parse_params(), contact_hooks::received, and set_dst_uri().
Referenced by mod_init().
1.5.6