Commit 2c4ca6ca authored by garciay's avatar garciay
Browse files

STF471: Unifies templates (step4)

parent dafd573b
Loading
Loading
Loading
Loading
+7 −16
Original line number Diff line number Diff line
@@ -2673,8 +2673,8 @@ group SDP_Templates {
    	template(value) SDP_Message m_SDP(SDP_media_desc p_media, in SipUserProfile p_userprofile) := {
    		protocol_version := 0, //*  v=0
    		origin := {
    			user_name := "voicesession",
    			session_id := "30000",
    			user_name := "voicesession", //TODO STF471 check fixed values vs. PIXITs
    			session_id := "30000", //TODO STF471 check fixed values vs. PIXITs
    			session_version := "0",
    			net_type := c_in,
    			addr_type := c_ip4,
@@ -2704,8 +2704,8 @@ group SDP_Templates {
    	:= {
			protocol_version := 0, //*  v=0
			origin := {
				user_name := "voicesession",
				session_id := "30000",
				user_name := "voicesession",//TODO STF471 check fixed values vs. PIXITs
				session_id := "30000", //TODO STF471 check fixed values vs. PIXITs
				session_version := "0",
				net_type := c_in,
				addr_type := c_ip4,
@@ -2812,15 +2812,6 @@ group SDP_Templates {
				key := omit,						
				attributes := omit
		};
//TODO - delete old		
//		template(value) SDP_media_desc m_mediaFieldBandwdthAttributes(template SDP_media_field p_mf, template SDP_bandwidth p_bw, template SDP_attribute_list p_attributes) := {
//				media_field := p_mf, 
//				information := omit,
//				connections := omit,
//				bandwidth := {p_bw},
//				key := omit,						
//				attributes := p_attributes
//		};
		
        template(value) SDP_media_desc m_mediaFieldBandwdthAttributes(template(value) SDP_media_field p_mf, template SDP_bandwidth_list p_bw_l, template SDP_attribute_list p_attributes) := {
                media_field := p_mf, 
@@ -2849,7 +2840,7 @@ group SDP_Templates {
	
		template(value) SDP_media_desc m_media_unsupported := {
				media_field := {
					media := "video",
					media := "video", //TODO STF471 check fixed values vs. PIXITs
					ports := { port_number := 11500, num_of_ports:=omit },
					transport := "RTP/AVP",
					fmts := { "99" }
@@ -2859,7 +2850,7 @@ group SDP_Templates {
				bandwidth := omit,
				key := omit,						
				attributes := { { 
					rtpmap := { attr_value := "99 X-Experimental/180000"}
					rtpmap := { attr_value := "99 X-Experimental/180000"} //TODO STF471 check fixed values vs. PIXITs
				}}
		};

@@ -2950,7 +2941,7 @@ group SDP_Templates {
			fmts := { * }
		}
		

        //TODO STF471 check fixed values vs. PIXITs
		template(value) SDP_attribute m_attribute_sendonly	 := {sendonly:={}};
		template(present) SDP_attribute mw_attribute_sendonly	 := {sendonly:={}};//MRO
		template(value) SDP_attribute m_attribute_recvonly	 := {recvonly:={}};