FS-9403 #resolve [add timestamp for when user was pushed into queue that lives with the channel]
This commit is contained in:
parent
341e94b28d
commit
1ba5f06947
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue