]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_record: Add RECORDING_INFO function.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 22 Jan 2024 12:23:47 +0000 (07:23 -0500)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 20:03:00 +0000 (14:03 -0600)
commiteb6808e58052b2fd82ad39a3c3bbef8a03b84314
treebec502952ccd348e0b5382cc89a222bac29e1f6a
parent2928b876d82a1ba8359b65148c00b55bf9416414
app_record: Add RECORDING_INFO function.

Add a function that can be used to retrieve info
about a previous recording, such as its duration.

This is being added as a function to avoid possibly
trampling on dialplan variables, and could be extended
to provide other information in the future.

Resolves: #548

UserNote: The RECORDING_INFO function can now be used
to retrieve the duration of a recording.
apps/app_record.c