|
@@ -27,6 +27,8 @@
|
|
|
|
|
|
int janssonmod_get(
|
|
int janssonmod_get(
|
|
struct sip_msg *msg, char *path_in, char *json_in, char *result);
|
|
struct sip_msg *msg, char *path_in, char *json_in, char *result);
|
|
|
|
+int janssonmod_get_field(
|
|
|
|
+ struct sip_msg *msg, char *path_in, char *src_in, char *dst);
|
|
int janssonmod_pv_get(
|
|
int janssonmod_pv_get(
|
|
struct sip_msg *msg, char *path_in, char *json_in, char *result);
|
|
struct sip_msg *msg, char *path_in, char *json_in, char *result);
|
|
int janssonmod_set(unsigned int append, struct sip_msg *msg, char *type_in,
|
|
int janssonmod_set(unsigned int append, struct sip_msg *msg, char *type_in,
|
|
@@ -34,7 +36,7 @@ int janssonmod_set(unsigned int append, struct sip_msg *msg, char *type_in,
|
|
int janssonmod_array_size(
|
|
int janssonmod_array_size(
|
|
struct sip_msg *msg, char *json_in, char *path_in, char *dst);
|
|
struct sip_msg *msg, char *json_in, char *path_in, char *dst);
|
|
int janssonmod_get_helper(
|
|
int janssonmod_get_helper(
|
|
- sip_msg_t *msg, str *path_s, str *src_s, pv_spec_t *dst_pv);
|
|
|
|
|
|
+ sip_msg_t *msg, str *path_s, int pmode, str *src_s, pv_spec_t *dst_pv);
|
|
int jansson_xdecode(struct sip_msg *msg, char *src_in, char *xavp_in);
|
|
int jansson_xdecode(struct sip_msg *msg, char *src_in, char *xavp_in);
|
|
int jansson_xencode(struct sip_msg *msg, char *xavp, char *dst);
|
|
int jansson_xencode(struct sip_msg *msg, char *xavp, char *dst);
|
|
|
|
|