Commit 91bd179a authored by rennoch's avatar rennoch
Browse files

small corrections

parent 74b10000
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -748,7 +748,7 @@ group FieldOperations {
	 * @param p_Request SIP message to be analysed
	 * @return NameAddr (e.g. <sip:p.home.com>) or omit
	 */
	function f_getPathHeaderTop(inout Request p_Request) return NameAddr
	function f_getPathHeaderTop(inout Request p_Request) return template NameAddr
	{
	  if (ispresent(p_Request.msgHeader.path)) {
	  	if (sizeof(p_Request.msgHeader.path.pathValues)>0) {
+7 −1
Original line number Diff line number Diff line
@@ -755,6 +755,12 @@ module LibSip_Templates
			optionsTags:= superset(c_tag100rel)
		}

		template Supported mw_Supported_fromChange :=
		{
			fieldName:=SUPPORTED_E, 
			optionsTags:= superset(c_tagFromChange)
		}
				
		template Contact mw_Contact_conference :=
		{
		  fieldName := CONTACT_E,