Hi<div>To add some features to fs, I need to set some variables in xml directory user as:</div><div><div><include></div><div> <user id="1000"></div><div> <params></div><div> ...</div><div>
<variables></div><div><span class="Apple-tab-span" style="white-space:pre">        </span> <variable name="profile_id" value="10"/></div><div><span class="Apple-tab-span" style="white-space:pre">        </span> <variable name="dn_id" value="25"/></div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span> .....</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> <variable name="call_timeout" value="7"/></div><div>
</variables></div><div> </user></div><div></include></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>