Commit 1d558ba3 authored by rennoch's avatar rennoch
Browse files

add missing disabling of optional 181 (vc_ignore181 := false)

parent 58440c29
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -6681,6 +6681,7 @@ module AtsNIT_SipSip_SS_TCFunctions {
		));

		// NO 181 allowed
 		 vc_ignore181 := false; // disable optional 181
  				
		// await 200 OK response
		f_awaitingOkResponse(vc_cSeq);
@@ -7069,6 +7070,9 @@ module AtsNIT_SipSip_SS_TCFunctions {
			mw_Require_not_100rel
		));
		
		// NO 181 allowed
		vc_ignore181 := false; // disable optional 181
 				
		// await 200 OK response
		f_awaitingOkResponse(vc_cSeq);
		
@@ -7316,6 +7320,10 @@ module AtsNIT_SipSip_SS_TCFunctions {
			mw_Require_not_100rel
		));
		
		// NO 181 allowed
		vc_ignore181 := false; // disable optional 181
 				
				
		// await 200 OK response
		f_awaitingOkResponse(vc_cSeq);