From: Naveen Albert Date: Fri, 4 Nov 2022 11:04:08 +0000 (+0000) Subject: app_mixmonitor: Add option to use real Caller ID for voicemail. X-Git-Tag: 20.1.0-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691178c48e58923b7c3b122f90a663a83d9695e1;p=thirdparty%2Fasterisk.git 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 --- 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. +