From 1c8acdb1c080f6d79325b7367213bc2a8ccb0b13 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Fri, 4 Nov 2022 11:04:08 +0000 Subject: [PATCH] app_mixmonitor: Add option to use real Caller ID for voicemail. MixMonitor currently uses the Connected Line as the Caller ID for voicemails. This is due to the implementation being written this way for use with Digium phones. However, in general this is not correct for generic usage in the dialplan, and people may need the real Caller ID instead. This adds an option to do that. ASTERISK-30286 #close Change-Id: I3d0ce76dfe75e2a614e0f709ab27acbd2478267c --- apps/app_mixmonitor.c | 46 ++++++++++++++++----- doc/CHANGES-staging/app_mixmonitor_clid.txt | 5 +++ 2 files changed, 40 insertions(+), 11 deletions(-) create mode 100644 doc/CHANGES-staging/app_mixmonitor_clid.txt diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index e2b9e8c148..1592c4077a 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -90,6 +90,11 @@ Play a periodic beep while this call is being recorded. Interval, in seconds. Default is 15. +