On Fri, Jun 1, 2012 at 3:22 PM, Domenico Chierico <[email protected]> wrote: > I've just seen that into snom.vm script there is a problem with fkeys > generation: > > #set ($number = $key.getSetting('number').Value) > > if during the loop some key has value for $number, the var is set to > that value .. if others after hasn't any value the $number still has > the old value. > > I've tryed a solution for this just setting the line: > > #set ($number = "") > > at the start of the loop. > > The bug seems present in release-4..4 and in the master branch too. > > can this be fixed in release branch ?
done, check this: https://github.com/dhubler/sipxecs/commit/a097d4179ea5c2e0ed64a3ca59f5526e93f93f4f George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
