Hi,

I am experiencing a problem with pseudovariables in append_to_reply(), seems like they are not being replaced with the real value.

In openser.cfg, I am using this:

append_to_reply("P-Hint: $Ri : $Rp \r\n");

But I am receiving this:

...
P-Hint: $Ri : $Rp
Server: OpenSer (1.0.1 (i386/linux))
...


I tried also the same in a append_hf() with the same result, the pseudovariables are not working.

I am using openser 1.0.1 in linux, does anyone have any clue on this?

Thanks a lot