<div>Hello,<br></div><div><br></div><div>Let's say I'm trying to setup a follow-me type scenario on inbound DDI.<br></div><div><br></div><div>This is all of course fairly easily done by means of a bridge.  But I have one problem.<br></div><div><br></div><div>Let's say I have a few important variables that sofia needs, and these are stored on a per-user basis in their directory entry, e.g. :<br></div><div><br></div><div>"/etc/freeswitch/directory/default/2022.xml" might have params such as :<br></div><div><variable name="privacy" value="yes"/><br></div><div><variable name="effective_caller_id_name" value="foobar"/><br></div><div><variable name="effective_caller_id_number" value="00000"/><br></div><div><br></div><div>Is it then possible to "impersonate the user" or in other words refer to those parameters when calling sofia from, say, "/etc/freeswitch/dialplan/public/25_MYDDI.xml".<br></div><div><br></div><div>i.e. when i call :<br></div><div><action application="bridge" data="...blah...,sofia/default/MYCELLNUMBERGOESHERE"/><br></div><div>sofia picks up / gets given privacy/effective_caller_id_number etc. preferences/settings<br></div><div><br></div><div>I don't really want to end up with duplicate variables all over the place, and storing them in the directory entry seems the most sensible ?<br></div>