Commit 9036151b authored by poglitsch's avatar poglitsch
Browse files

template for conf added

parent fb950552
Loading
Loading
Loading
Loading
+50 −1
Original line number Diff line number Diff line
@@ -825,7 +825,7 @@ group ResourceListsTemplates {
	}
}// end grouup ResourceListsTemplates

group Ims3gpp {
group Ims3gppTemplates {
	template Ims_3gpp mw_Ims_3gpp_CW := {
		version := 1.0,
		anyAttributes := ?,
@@ -847,6 +847,55 @@ group Ims3gpp {
	}
} // end group Ims3gpp

group CONFTemplates {
 template Conference_info mw_conferenceInfo_active := {
	 entity := ?,
	 state := *,
	 version := *,
	 anyAttributes := ?,
	 conference_description := *,
	 host_info := *,
	 conference_state := ?,
	 users := {
		 state := ?,
		 anyAttributes := ?,
		 user := {
			 {
				 entity := *,
				 state := *,
				 anyAttributes := *,
				 display_text := *,
				 associated_aors := *,
				 roles := *,
				 languages := *,
				 cascaded_focus := *,
				 endpoint := {
					 {
						 entity := *,
						 state := *,
						 anyAttributes := ?,
						 display_text := *,
						 referred := *,
						 status := connected,
						 joining_method := dialed_in,
						 joining_info := *,
						 disconnection_method := *,
						 disconnection_info := *,
						 media := *,
						 call_info := *,
						 any_1 := *
					 }
				 },
				 any_1 := *
			 }
		 },
		 any_1 := omit
	 },
	 sidebars_by_ref := *,
	 sidebars_by_val := *,
	 any_1 := *
 }
}
	
} // end group MessageBodyTemplates