Route & Record-Route module. More...
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <regex.h>#include "../../sr_module.h"#include "../../ut.h"#include "../../error.h"#include "../../pvar.h"#include "../../mem/mem.h"#include "../../mod_fix.h"#include "../../parser/parse_rr.h"#include "loose.h"#include "record.h"#include "rr_cb.h"#include "api.h"
Go to the source code of this file.
Definition in file modules_k/rr/rr_mod.c.
| int add_username = 0 |
add username to record-route URI
Definition at line 58 of file modules_k/rr/rr_mod.c.
Referenced by record_route(), record_route_advertised_address(), and record_route_preset().
| int append_fromtag = 1 |
should request's from-tag is appended to record-route
append from tag to record route
Definition at line 55 of file modules_k/rr/rr_mod.c.
| int enable_double_rr = 1 |
insert two record-route header instead of one
Definition at line 56 of file modules_k/rr/rr_mod.c.
Referenced by add_rr_param(), after_loose(), after_strict(), build_rr(), record_route(), and record_route_advertised_address().
| int enable_full_lr = 0 |
work around some broken UAs
Definition at line 57 of file modules_k/rr/rr_mod.c.
Referenced by build_rr(), and record_route_preset().
1.7.1