]> 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:18 +0000 (14:23 +0000)
commitb5a04ed7ac0b2c374ad0880e66262abac75dfbb5
treec6be45732876b4b2b9216c9677b8e8d2b1c491c6
parent7ee6a3502d390fa0ed508a79109f00a1e0969e6f
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