FS-9403 #resolve [add timestamp for when user was pushed into queue that lives with the channel]

This commit is contained in:
William Henry 2016-08-04 09:44:19 -04:00
parent 341e94b28d
commit 1ba5f06947
1 changed files with 1 additions and 0 deletions

View File

@ -2756,6 +2756,7 @@ SWITCH_STANDARD_APP(fifo_function)
switch_strftime_nocheck(date, &retsize, sizeof(date), "%Y-%m-%d %T", &tm);
switch_channel_set_variable(channel, "fifo_status", "WAITING");
switch_channel_set_variable(channel, "fifo_timestamp", date);
switch_channel_set_variable(channel, "fifo_push_timestamp", date);
switch_channel_set_variable(channel, "fifo_serviced_uuid", NULL);
switch_channel_set_app_flag_key(FIFO_APP_KEY, channel, FIFO_APP_BRIDGE_TAG);