]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 17 Jun 2025 14:23:23 +0000 (14:23 +0000)
commit2198126231ba0bec5df16295805f00a8b21277b4
tree0f897f2ce4ef2d725b3035ea257c8bdcc95ce496
parentdbe7c0c5b3cbae61b8b58c153cd603487890a761
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