Loading ttcn/LibSip_Interface.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ module LibSip_Interface var template RecordRoute vc_recordRoute; // value of RecordRoute header var boolean vc_boo_recordRoute := false; // boolean indicates valid recordRoute var template Route vc_route; // value of Route header var template (omit) Route vc_route; // value of Route header var template Route vc_route_REG; // value of Route header from registration ServiceRoute header for initial Requests var boolean vc_boo_route := false; // boolean indicates valid Route Loading ttcn/LibSip_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -2468,7 +2468,7 @@ group response_send { } } template(value) Response mw_Response_PAsserted_Privacy_Supported (template StatusLine p_statusLine, template CallId p_callId, template(present) Response mw_Response_PAsserted_Privacy_Supported (template (present) StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq, template PAssertedID p_pAssertedID, template Privacy p_privacy, template Supported p_supported) modifies mw_Response_Base:= { statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?}, Loading Loading
ttcn/LibSip_Interface.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ module LibSip_Interface var template RecordRoute vc_recordRoute; // value of RecordRoute header var boolean vc_boo_recordRoute := false; // boolean indicates valid recordRoute var template Route vc_route; // value of Route header var template (omit) Route vc_route; // value of Route header var template Route vc_route_REG; // value of Route header from registration ServiceRoute header for initial Requests var boolean vc_boo_route := false; // boolean indicates valid Route Loading
ttcn/LibSip_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -2468,7 +2468,7 @@ group response_send { } } template(value) Response mw_Response_PAsserted_Privacy_Supported (template StatusLine p_statusLine, template CallId p_callId, template(present) Response mw_Response_PAsserted_Privacy_Supported (template (present) StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq, template PAssertedID p_pAssertedID, template Privacy p_privacy, template Supported p_supported) modifies mw_Response_Base:= { statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?}, Loading