Skip to content

Commit ff5d49a

Browse files
Adding EndedAtNs for outbound calls (#395)
* Adding EndedAtNs for outbound calls * Removed extraneous line
1 parent a227516 commit ff5d49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sip/outbound.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ func (c *outboundCall) ensureClosed(ctx context.Context) {
165165
info.ParticipantAttributes = p.Attributes()
166166
}
167167
}
168+
info.EndedAtNs = time.Now().UnixNano()
168169
})
169170
}
170171

0 commit comments

Comments
 (0)