Hi,<br>
<br>
I am experiencing a problem with pseudovariables in append_to_reply(),
seems like they are not being replaced with the real value.<br>
<br>
In openser.cfg, I am using this:<br>
<br>
append_to_reply(&quot;P-Hint: $Ri : $Rp \r\n&quot;);<br>
<br>
But I am receiving this:<br>
<br>
...<br>
P-Hint: $Ri : $Rp<br>
Server: OpenSer (1.0.1 (i386/linux))<br>
...<br>
<br>
<br>
I tried also the same in a append_hf() with the same result, the pseudovariables are not working. <br>
<br>
I am using openser 1.0.1 in linux, does anyone have any clue on this?<br>
<br>
Thanks a lot<br>