mod_dptools: set_user
About
Pulls all of the channel variables defined for a user as if the user had auth'd.
Usage
set_user <user@domain> [prefix]
This application may be run inline from the XML dialplan.
Example
<action application="set_user" data="5551212@${domain}"/>
Or, to prefix the names of all variabes by for example "dest_" do:
<action application="set_user" data="5551212@${domain} dest_"/>