Commit a2521a98 authored by saiu's avatar saiu
Browse files

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

parent 6f50e9c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -582,11 +582,11 @@ module LibSip_Templates
			referredbyIdParams := omit
		}

		template ReferTo m_ReferTo_SipUrl(template SipUrl p_sipUrl) := 
		template ReferTo m_ReferTo_SipUrl(template SipUrl p_sipUrl, charstring p_method) := 
		{
			fieldName := REFER_TO_E,
			nameAddr :={displayName := omit, addrSpec:=p_sipUrl},
			referToParams := {{id:="method",paramValue :="INVITE"}}
			referToParams := {{id:="method",paramValue :=p_method}}
		}
		
		template Require m_Require_100rel :=