I think that there is a mistake at 
<a href="http://wiki.freeswitch.org/index.php?title=XML_User_Directory_Guide&amp;diff=26382&amp;oldid=26381">http://wiki.freeswitch.org/index.php?title=XML_User_Directory_Guide&amp;diff=26382&amp;oldid=26381</a> revision.<div>
<br></div><div>It should be </div><div><br></div><div>&lt;action application=&quot;bridge&quot; data=&quot;user/${user_data(${destination_number}@${domain_name} attr id)}@${domain_name}&quot;/&gt;</div><div><br></div><div>
and NOT </div><div><br></div><div>&lt;action application=&quot;bridge&quot; data=&quot;user/${user_data(${destination_number}@${domain_name} attr id)}&quot;/&gt;
</div><div><br></div><div>i.e. with @${domain_name}</div><div><br></div><div><div>freeswitch@internal&gt; user_data 1002@XXX.XXX.XXX.XXX attr id</div><div>1002</div><div>freeswitch@internal&gt; user_data 1000@XXX.XXX.XXX.XXX attr id</div>
<div>jugatsu</div><div>freeswitch@internal&gt;</div></div><div><br></div><div>&lt;user id=&quot;jugatsu&quot; number-alias=&quot;1000&quot;&gt;</div><div>&lt;user id=&quot;1002&quot;&gt;</div><div><br></div>