]> 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>
Thu, 26 Jun 2025 18:25:13 +0000 (12:25 -0600)
commitbeac79f0922fc929613aafa5e1199eca5137fb4b
treed8e74dc26b7ed0f7a208c6f3f1a56c15e11cc80a
parentc7582d65368a9c666ac63cdf40fcf50974f6536b
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.

(cherry picked from commit b5a04ed7ac0b2c374ad0880e66262abac75dfbb5)
apps/app_record.c