]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 6 Oct 2008 21:20:13 +0000 (21:20 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 6 Oct 2008 21:20:13 +0000 (21:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9861 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 7b6de973a7b91c85b0b4baaa9001ad9daf7cabbe..769207910f03ce612811acf4fd93d3bc6d9c51a1 100644 (file)
@@ -72,6 +72,7 @@ SWITCH_STANDARD_API(user_data_function)
 
        switch_event_create(&params, SWITCH_EVENT_REQUEST_PARAMS);
        switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "user", user);
+       switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "mailbox", user);
        switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "domain", domain);
        switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "type", type);
        switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "key", key);