Commit f6b9d987 authored by rennoch's avatar rennoch
Browse files

resolution of comment E01.15

parent ecb88deb
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -4077,13 +4077,6 @@ module AtsNIT_SipSip_BC_TCFunctions {
    			m_MBody_SDP(vc_sdp_local)
    		));
    		
    		// await 183 response
    		f_awaitingResponse(mw_Response_Base(
    			c_statusLine183,
    			vc_callId, 
    			vc_cSeq
    		));
    		
    		// await 180 response
    		f_awaitingResponse(mw_Response_Base(
    			c_statusLine180,
@@ -4149,15 +4142,6 @@ module AtsNIT_SipSip_BC_TCFunctions {
			
    		f_awaitingINVITE(mw_INVITE_Request_Base);
    		
    		f_sendResponse(m_Response_Base(
				c_statusLine183,
				vc_callId, 
				vc_cSeq,
				vc_caller_From, 
				vc_caller_To, 
				vc_via
			));
    		
    		f_sendResponse(m_Response_Base(
				c_statusLine180,
				vc_callId,