Commit d0086aa6 authored by juvancic's avatar juvancic
Browse files

changed m_endpoint template

parent d5baa96b
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -865,14 +865,14 @@ group CONFTemplates {
		any_1:=omit
	}
	
	template Endpoint_type m_endpoint(template charstring p_Uri,template Endpoint_status_type p_epStatus, template Media_type p_mediastatus):= {
	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,
		display_text:=omit,
		referred:=omit,
		status:=p_epStatus,
		joining_method:=dialed_out,
		joining_method:=p_joinMethod,
		joining_info:=omit,
		disconnection_method:=omit,
		disconnection_info:=omit,
@@ -901,6 +901,13 @@ group CONFTemplates {
		    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,
			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,
    	user_count:=p_nUsers,