On Mon, 2019-07-15 at 18:06 -0400, Alex Balashov wrote:
Does the same occur in a profile without values? It
may be that the
wrappers were fixed up to mandate use of values in profiles that are
keyed by values.
No. I should have included that detail:
modparam ( "dialog", "profiles_no_value", "inbound" )
modparam ( "dialog", "profiles_with_value", "outbound" )
.
.
.
get_profile_size ( "inbound", "$var(in)");
get_profile_size ( "outbound", "$var(out)");
The "inbound" line works, the second does not.
My quick look at the source points me in that direction - that "value"
is now required... which is a pity. (imho)