Fix templateé

This commit is contained in:
Philippe Caseiro 2018-06-05 17:07:34 +02:00
parent 5ab3f20789
commit 9faff7988a
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ route:
%for sroute in %%getVar('alSubRoute',[]) %for sroute in %%getVar('alSubRoute',[])
%if %%sroute == %%rt %if %%sroute == %%rt
- match: - match:
%%{rt.alSubRouteMatchReceiver}: %%{rt.alSubRouteMatchReceiver} %%{rt.alSubRouteSource}: %%{rt.alSubRouteMatchValue}
receiver: %%rt.alSubRouteMatchReceiver receiver: %%rt.alSubRouteMatchRcv
%end if %end if
%end for %end for
%end if %end if