Path :: Utilities.
More...
#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
Detailed Description
Definition in file path/path.h.