Voicemail playback does not seem to honor message envelope settings

gw22

New Member
Sep 28, 2020
17
3
3
64
On voicemail playback I am getting the message details like caller id and date and time playing on each message and I want to disable this, only play hte message.

In Default Settings I have Message Caller ID Number and Message Date Time set to Disabled, however when I listen to a new message it still plays this info.

This is set Globally, but also tried to set a domain setting, but didnt seem to make a difference.

Is there another place to set this?
 
Set Globally: Advanced > Variables (to load at startup), or add to global-variables dialplan in Dialplan > Dialplan Manager.

Set Per Domain: Add to domain-variables dialplan, in Dialplan > Dialplan Manager.
  • skip_instructions=true
  • skip_greetings=true
  • voicemail_authorized=true (don't require voicemail pin number)
  • vm_disk_quota=3600 (in seconds)
  • vm_say_caller_id_number=true (Options: 'true', 'false', 'last')
  • vm_say_date_time=true (Options: 'true', 'false', 'last')