Commit 57eef557 authored by rennoch's avatar rennoch
Browse files

correction of template argument

parent 0a26f864
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -732,7 +732,7 @@ module MCID_TC_Functions {
    																	vc_route, vc_recordRoute, v_PAsserted, omit, omit, omit, m_MBody_SDP(vc_sdp_local)));
    				
    				//REF: TS 124 516: A.2 - 18x should not be 180 and contains no SDP								
    				f_sendResponse(m_Response_mbody(c_statusLine183, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute(), omit));
    				f_sendResponse(m_Response_ext(c_statusLine183, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute()));
    				
    				// awaiting INFO with MIME message body
    				f_awaitingINFO_sendReply(mw_INFO_Request_MB(vc_callId, mw_MBody_MIMESdpXml(*, mw_XmlBody_MCID(mw_mcid_request_mcidIndicatorTrue))));
@@ -798,7 +798,7 @@ module MCID_TC_Functions {
    																	vc_route, vc_recordRoute, v_PAsserted, omit, omit, omit, m_MBody_SDP(vc_sdp_local)));
    				
    				//REF: TS 124 516: A.2 - 18x should not be 180 and contains no SDP								
    				f_sendResponse(m_Response_mbody(c_statusLine183, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute(), omit));
    				f_sendResponse(m_Response_ext(c_statusLine183, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute()));
    				
    				// awaiting INFO with MIME message body
    				f_awaitingINFO_sendReply(mw_INFO_Request_MB(vc_callId, mw_MBody_MIMESdpXml(*, mw_XmlBody_MCID(mw_mcid_request_mcidIndicatorTrue))));
@@ -865,7 +865,7 @@ module MCID_TC_Functions {
    																	vc_route, vc_recordRoute, v_PAsserted, omit, omit, omit, m_MBody_SDP(vc_sdp_local)));
    				
    				//REF: TS 124 516: A.2 - 18x should not be 180 and contains no SDP								
    				f_sendResponse(m_Response_mbody(c_statusLine183, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute(), omit));
    				f_sendResponse(m_Response_ext(c_statusLine183, vc_callId, vc_cSeq, vc_caller_From, vc_caller_To, vc_via, f_route(), f_recordroute()));
    				
    				// awaiting INFO with MIME message body
    				f_awaitingINFO_sendReply(mw_INFO_Request_MB(vc_callId, mw_MBody_MIMESdpXml(*, mw_XmlBody_MCID(mw_mcid_request_mcidIndicatorTrue))));