]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_record: Add RECORD_TIME output variable.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 22 Jan 2024 12:23:47 +0000 (07:23 -0500)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 30 Apr 2024 15:25:44 +0000 (15:25 +0000)
commit6e8dccdbbf896bcc99046ae249db360698ede0b2
tree5fd472187437d77c992e9065aeba285259b3b565
parent7cffbabe5c9230fffbed6fbdbef3144fd29929df
app_record: Add RECORD_TIME output variable.

This adds the RECORD_TIME variable to Record(),
which is set to the recording duration before
the application returns.

Resolves: #548

UpgradeNote: The RECORD_TIME variable now contains
the duration of Record() recordings in milliseconds.
apps/app_record.c