Commit 0bd97118 authored by rennoch's avatar rennoch
Browse files

workarounds to use ttwb118 (no explicit use of own module name)

parent 1070123e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -246,9 +246,9 @@ module LibIms_Steps
		 */
		function f_setHeadersREFER(inout CSeq p_cSeq_s, in integer p_to_user) runs on ImsComponent
		{      
		  vc_to := LibIms_Steps.f_initToHeader(p_to_user); // init of vc_to using userProfile identifier
		  vc_to := f_initToHeader(p_to_user); // init of vc_to using userProfile identifier

		  vc_from := LibIms_Steps.f_initFromHeader(vc_userprofile.id, f_getRndTag()); // init of vc_from using userProfile identifier
		  vc_from := f_initFromHeader(vc_userprofile.id, f_getRndTag()); // init of vc_from using userProfile identifier
            
		  vc_requestUri := f_initSipUrl(p_to_user); // Request URI of Invite is identical with To header