THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#153 - dialplan replacement with AVPs doesn't work
User who did this - Daniel-Constantin Mierla (miconda)
----------
It seems the problem is with some variables, including AVPs with string names. I just did
a commit to fix the usage of avps with string names (as well as other variables with
string names), but other variables that have dynamic name (i.e., variables having the name
including variables to be expanded at runtime) still may have the issue. The problem was
that the parsing of replacement was done against the value stored in private memory, thus
the AVP spec was pointing there, which was invalid at runtime. Now the replacement value
is cloned in shared memory and then parsed.
The problem with variables with dynamic names is that at this moment there is now way to
clone their parsed name easily to shared memory. It will stay so for future fixes.
The commit is now on master branch, if you can test, then it will be backported to 3.1.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=153#comment3…
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.