]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 17 Jun 2025 14:23:17 +0000 (14:23 +0000)
commit8ee49a67f52fb7e9606d4d68c4a46256f57294a3
tree003cc1687c2ef3d8a8c81827196c4121bdc12363
parentd3a9bd29daf71b91b0d5749aa0f5a9bbd4cb2878
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