Commit a71f3fb3 authored by saiu's avatar saiu
Browse files

Add 4 (from 001 to 004) testcase about conference removing

parent ad2a1016
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ group HeaderFieldTemplates{
				}
		}
		
		template SubscriptionState mw_subscriptionState(charstring p_state) := {
		template SubscriptionState mw_subscriptionState(template charstring p_state) := {
    		fieldName := SUBSCRIPTION_STATE_E,
    		subState := p_state,
    		substateParams := omit
@@ -1788,8 +1788,8 @@ group request_receive {
	
	template NOTIFY_Request mw_NOTIFY_Request(
		CallId p_callId, 
		charstring p_state,
		charstring p_contentType,
		template charstring p_state,
		template charstring p_contentType,
		Event p_event,
		template MessageBody p_mb
	) modifies mw_NOTIFY_Request_Base := {