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
This commit is contained in:
Naveen Albert
2022-11-04 11:04:08 +00:00
committed by Friendly Automation
parent d476994768
commit 691178c48e
2 changed files with 39 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
Subject: app_mixmonitor
Adds the c option to use the real Caller ID on
the channel in voicemail recordings as opposed
to the Connected Line.