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