Path :: Utilities.
More...
#include <string.h>
#include <stdio.h>
#include "../../mem/mem.h"
#include "../../data_lump.h"
#include "../../parser/parse_param.h"
#include "../../dset.h"
#include "path.h"
#include "path_mod.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 *_usr, 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 *_usr, 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.c.