[OpenSIPS-Devel] [OpenSIPS/opensips] 235bb5: Fix infinite recursion when nesting $param variabl...
    Liviu Chircu 
    liviu at opensips.org
       
    Tue Mar  3 17:45:24 CET 2015
    
    
  
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 235bb5c7042664b5d5b6c963f209cf6301e2358b
      https://github.com/OpenSIPS/opensips/commit/235bb5c7042664b5d5b6c963f209cf6301e2358b
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-03-03 (Tue, 03 Mar 2015)
  Changed paths:
    M action.c
    M action.h
    M pvar.c
  Log Message:
  -----------
  Fix infinite recursion when nesting $param variables
Keep an array with the route parameters of each nesting level. This
makes it possible to access the parameters of previous route()
statements even if they contain $param variables.
Closes #412
(cherry picked from commit f3ed4db9903d85cba7d7d491c931b550e29932d1)
Conflicts:
	action.c
	pvar.c
    
    
More information about the Devel
mailing list