Skip to content

Commit

Permalink
Actually set last_connect in acdc_agent_listener (2600hz#6561)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfinke authored and jamesaimonetti committed Jun 2, 2020
1 parent 9ad88e0 commit 1ad1933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/acdc/src/acdc_agent_listener.erl
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ handle_cast({'channel_hungup', CallId}, #state{call=Call
,acdc_queue_id='undefined'
,agent_call_ids=[]
,recording_url='undefined'
,last_connect=os:timestamp()
}
,'hibernate'};
'true' ->
Expand Down

0 comments on commit 1ad1933

Please sign in to comment.