]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 8 Dec 2022 14:04:35 +0000 (08:04 -0600)
commit691178c48e58923b7c3b122f90a663a83d9695e1
tree925200c8b0b362e6470de939d0bc40cd48bed3e7
parentd4769947688a54ac926240ed4a68d16a3d1807ba
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]