Commit d3d11490 authored by juvancic's avatar juvancic
Browse files

No commit message

No commit message
parent 1f7ec2bb
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -856,7 +856,7 @@ group CONFTemplates {
	
	template Media_type m_mediatype_status(template Media_status_type p_status):= {
		id:="1",
		anyAttributes:=m_emptyAnyAttributes,
		anyAttributes:=omit,//m_emptyAnyAttributes,
		display_text :=omit,
		type_ :=omit,
		label_ :=omit,
@@ -868,7 +868,7 @@ group CONFTemplates {
	template Endpoint_type m_endpoint(template charstring p_Uri,template Endpoint_status_type p_epStatus,template Joining_type p_joinMethod, template Disconnection_type p_discMethod, template Media_type p_mediastatus):= {
		entity:=p_Uri,
		state:=full,
		anyAttributes:=m_emptyAnyAttributes,
		anyAttributes:=omit,//m_emptyAnyAttributes,
		display_text:=omit,
		referred:=omit,
		status:=p_epStatus,
@@ -884,7 +884,7 @@ group CONFTemplates {
	template User_type m_1user (template charstring p_Uri,template Endpoint_type p_endpoint) := {
		entity:=p_Uri,
		state:=full,
		anyAttributes:=m_emptyAnyAttributes,
		anyAttributes:=omit,//m_emptyAnyAttributes,
		display_text:=omit,
		associated_aors:=omit,
		roles:=omit,
@@ -896,20 +896,20 @@ group CONFTemplates {
	
	template Users_type m_users_1user_full(template User_type p_user):={
			state:=full,
		    anyAttributes := m_emptyAnyAttributes,
		    anyAttributes := omit,//m_emptyAnyAttributes,
		    user:={p_user},
		    any_1:=omit
	}
	
	template Users_type m_users_2user_full(template User_type p_user1,template User_type p_user2):={
			state:=full,
			anyAttributes := m_emptyAnyAttributes,
			anyAttributes := omit,//m_emptyAnyAttributes,
			user:={p_user1,p_user2},
			any_1:=omit
	}
	
	template Conference_state_type m_conference_state(template unsignedInt p_nUsers, template booleanXSD p_active, template booleanXSD p_locked) := {
    	anyAttributes:=m_emptyAnyAttributes,
    	anyAttributes:=omit,//m_emptyAnyAttributes,
    	user_count:=p_nUsers,
    	active:=p_active,
    	locked:=p_locked,
@@ -920,7 +920,7 @@ group CONFTemplates {
		entity := p_cUri,
		state := full,
		version := 1,
		anyAttributes := m_emptyAnyAttributes,//*,// {{name:="",val:=""}},
		anyAttributes := omit,//m_emptyAnyAttributes,//*,// {{name:="",val:=""}},
		conference_description := omit,
		host_info := omit,
		conference_state := p_cState,