Hi<div>To add some features to fs, I need to set some variables in xml directory user as:</div><div><div>&lt;include&gt;</div><div>  &lt;user id=&quot;1000&quot;&gt;</div><div>    &lt;params&gt;</div><div>     ...</div><div>
    &lt;variables&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>  &lt;variable name=&quot;profile_id&quot; value=&quot;10&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>  &lt;variable name=&quot;dn_id&quot; value=&quot;25&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>  .....</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>  &lt;variable name=&quot;call_timeout&quot; value=&quot;7&quot;/&gt;</div><div>
    &lt;/variables&gt;</div><div>  &lt;/user&gt;</div><div>&lt;/include&gt;</div></div><div>as documentation says these variables are set on every inbound or outbound channel for this user. when I try to call to user/1000 if call succeeds everything is ok but if call ends with results like no_answer, in xml_cdr that is sent to my cdr logger url, there is no sign of any variables set in directory as above. is this normal? because if I set these on bleg (user/1000) using export they appear in xml cdr.</div>
<div>thanx</div>