Commit dd9bd5d4 authored by poglitsch's avatar poglitsch
Browse files

new SDP templates added

parent 9140b2a2
Loading
Loading
Loading
Loading
+3 −17
Original line number Diff line number Diff line
@@ -1926,13 +1926,6 @@ group SDP_Templates {
	}//end group base_templates

	group modified_templates{
		
		template SDP_Message mw_SDP_attribute_list(
			template SDP_attribute_list p_attribute_list
		) modifies mw_SDP := {
    		attributes := p_attribute_list
    	};
		
    	template SDP_Message m_SDP_bandwidth(SDP_media_desc p_media, in SipUserProfile p_userprofile) 
    	modifies m_SDP
    	:= {
@@ -2050,7 +2043,7 @@ group SDP_Templates {
		template SDP_media_field mw_media_PCMA :=
		{
			media := c_audio,
			ports := { port_number := ?, num_of_ports:=* },
			ports := { port_number := 8500, num_of_ports:=omit },
			transport := c_rtpAvp,
			fmts := { "8" }
		}
@@ -2138,13 +2131,6 @@ group SDP_Templates {
			statusType := p_statusType, 
			direction := p_direction}
		};		
		
		template SDP_attribute_list mw_attribute_list_curr_des := {
			mw_attribute_curr, 
			mw_attribute_des,
			*
		}				

	} // end group SDP_Fields	

} // end group SDP_Templates