Commit 7d62d4e2 authored by berge's avatar berge
Browse files

misc adjustments

parent 86e96ccb
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -1670,7 +1670,7 @@ group SetHeaders {
		 v_j:= v_nbroute - 1 - v_i;
		 vc_recordRoute.routeBody[v_j]:=v_route.routeBody[v_i];
	   }
	   vc_recordRoute.fieldName := ROUTE_E;
	   vc_recordRoute.fieldName := RECORD_ROUTE_E;
	   
	   vc_boo_recordRoute := true;
	 }
@@ -3368,7 +3368,7 @@ group Registration {
	{
	  var CommaParam_List v_challenge;
	  var Credentials v_credentials;
	  var REGISTER_Request v_request;
	  var template REGISTER_Request v_request;
	  
	  if (PX_SIP_REGISTRATION)
	  {
+1 −1
Original line number Diff line number Diff line
@@ -1611,7 +1611,7 @@ group base_templates{
			msgHeader :=
			{
				callId := p_callId,
				contact := omit
				contact := *
			}
		}