@camilleoudot commented on this pull request.


In src/modules/pv/pv_core.c:

> @@ -3233,3 +3235,44 @@ int pv_get_msg_attrs(sip_msg_t *msg, pv_param_t *param, pv_value_t *res)
 			return pv_get_null(msg, param, res);
 	}
 }
+
+int pv_parse_env_name(pv_spec_p sp, str *in)
+{
+	if(in->s==NULL || in->len<=0)
+		return -1;
+
+	char *csname;

sure


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.