Hello,<br><br>I am using kamailio ims extensions and I am observing some problems with pseudo-variable handling.<br><br>On the s-cscf the pseudo-variables are not &#39;translated&#39; into the real values. When using xlog like this:<br>
<br>xlog(&quot;L_ERR&quot;, &quot; found pai: $ai time [$Tf] \n&quot;);<br><br>I am finding : <br> tail -f /var/log/syslog | grep found<br>invlcscs /usr/sbin/kamailio[21689]: ERROR: &lt;script&gt;:  found pai: $ai time [$Tf]<br>
<br>However on the p-cscf the same case is correctly treated:<br>xlog(&quot;L_ERR&quot;, &quot; found pai: $ai time [$Tf] \n&quot;);<br><br>invlcpcs /usr/sbin/kamailio[20540]: ERROR: &lt;script&gt;: found pai: sip:0188888881@open-ims.test;transport=UDP time [Fri Aug 19 14:05:44 2011] <br>
<br>I am using 3.1 kamalio version and I have added pv and xlog modules on the s-cscf.<br>Why is the S-CSCF unable to read pseudo-variables?Could anybody please help me?<br><br>Thank you.<br><br>RR.<br><br><br>