if(not((lengthof(v_userinfo_n))>(lengthof(v_userinfo)))){log("Userinfo length not correct!");setverdict(fail);}
v_userinfo:=v_userinfo_n;
//Check matching of From and CallId from first INVITE
if(not(match(v_From_firstINVITE,vc_caller_From)andmatch(v_CallId_firstINVITE,vc_callId))){log("From/CallId not match with first INVITE!");setverdict(fail);}
if(not((lengthof(v_userinfo_n))>(lengthof(v_userinfo)))){log("Userinfo length not correct!");setverdict(fail);}
v_userinfo:=v_userinfo_n;
//Check matching of From and CallId from first INVITE
if(not(match(v_From_firstINVITE,vc_caller_From)andmatch(v_CallId_firstINVITE,vc_callId))){log("From/CallId not match with first INVITE!");setverdict(fail);}
if(not((lengthof(v_userinfo_n))>(lengthof(v_userinfo)))){log("Userinfo length not correct!");setverdict(fail);}
v_userinfo:=v_userinfo_n;
//Check matching of From and CallId from first INVITE
if(not(match(v_From_firstINVITE,vc_caller_From)andmatch(v_CallId_firstINVITE,vc_callId))){log("From/CallId not match with first INVITE!");setverdict(fail);}