[SR-Users] Changing the SDP connection-address to a value in a pseudovariable
Kevin McAllister
kevin at mcallister.ws
Fri May 13 19:20:24 CEST 2016
> On May 13, 2016, at 12:28 PM, Kevin McAllister <kevin at mcallister.ws> wrote:
>
> counter to the docs for nathelper fix_nated_sdp the config parser rejects any pseudovariables in the second parameter claiming they need to be constant.
Sorry this turned out to be a dumb question.
I was getting the error when I was calling this:
fix_nated_sdp("2", $var(var));
but when I put it in like this:
fix_nated_sdp("2", "$var(var)");
It worked as expected.
More information about the sr-users
mailing list