]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add a var again
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 11 Dec 2007 22:57:39 +0000 (22:57 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 11 Dec 2007 22:57:39 +0000 (22:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6682 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c

index 30cb256d3ef3e71c83939ab1ad4a355a2a2beb1a..ff444c44bd9604d78b53a47d724606e57061325c 100644 (file)
@@ -1502,6 +1502,7 @@ static switch_call_cause_t user_outgoing_channel(switch_core_session_t *session,
                }
                
                switch_channel_set_variable(channel, "dialed_user", user);
+               switch_channel_set_variable(channel, "dialed_domain", domain);
 
                d_dest = switch_channel_expand_variables(channel, dest);