]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_mixmonitor: Add option to use real Caller ID for voicemail.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 4 Nov 2022 11:04:08 +0000 (11:04 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 8 Dec 2022 14:07:03 +0000 (08:07 -0600)
commit1c8acdb1c080f6d79325b7367213bc2a8ccb0b13
treef3f7d7417c0e6f9a55766d482d107ee7f546e651
parentc59eb7e6d8fc6fa9833c1655084b5ce33655f8df
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
doc/CHANGES-staging/app_mixmonitor_clid.txt [new file with mode: 0644]