Loading LibSip_Steps.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -748,7 +748,7 @@ group FieldOperations { * @param p_Request SIP message to be analysed * @return NameAddr (e.g. <sip:p.home.com>) or omit */ function f_getPathHeaderTop(inout Request p_Request) return NameAddr function f_getPathHeaderTop(inout Request p_Request) return template NameAddr { if (ispresent(p_Request.msgHeader.path)) { if (sizeof(p_Request.msgHeader.path.pathValues)>0) { Loading LibSip_Templates.ttcn +7 −1 Original line number Diff line number Diff line Loading @@ -755,6 +755,12 @@ module LibSip_Templates optionsTags:= superset(c_tag100rel) } template Supported mw_Supported_fromChange := { fieldName:=SUPPORTED_E, optionsTags:= superset(c_tagFromChange) } template Contact mw_Contact_conference := { fieldName := CONTACT_E, Loading Loading
LibSip_Steps.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -748,7 +748,7 @@ group FieldOperations { * @param p_Request SIP message to be analysed * @return NameAddr (e.g. <sip:p.home.com>) or omit */ function f_getPathHeaderTop(inout Request p_Request) return NameAddr function f_getPathHeaderTop(inout Request p_Request) return template NameAddr { if (ispresent(p_Request.msgHeader.path)) { if (sizeof(p_Request.msgHeader.path.pathValues)>0) { Loading
LibSip_Templates.ttcn +7 −1 Original line number Diff line number Diff line Loading @@ -755,6 +755,12 @@ module LibSip_Templates optionsTags:= superset(c_tag100rel) } template Supported mw_Supported_fromChange := { fieldName:=SUPPORTED_E, optionsTags:= superset(c_tagFromChange) } template Contact mw_Contact_conference := { fieldName := CONTACT_E, Loading