]> 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 17:40:15 +0000 (11:40 -0600)
commita792b96b74f775ef661940f8d7ac362d97c3ccea
tree619516d975cdbf26cd22e16f13cad7f394080015
parent8b670ea1be3979c9bdde3399663ed0cc19123890
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