Commit 78494e53 authored by Andrey Shevchuk's avatar Andrey Shevchuk

added voicemail_trans_enabled => {

parent ad6d2144
......@@ -553,6 +553,15 @@ our %out_hash_map = (
"transform" => "voicemail_notify_email_enabled",
"type" => "boolean"
},
"vm_trans_enabled" => {
"description" => "Transcribe voicemail",
"format" => "raw",
"hidden" => 0,
"required" => 0,
"sample" => "",
"transform" => "voicemail_trans_enabled",
"type" => "boolean"
},
"home" => {
"description" => "Home",
"format" => "raw",
......@@ -1285,6 +1294,15 @@ my %in_hash_map = (
"transform" => "VMTZERO",
"type" => "string"
},
"voicemail_trans_enabled" => {
"description" => "Transcribe voicemail",
"format" => "raw",
"hidden" => 0,
"required" => 0,
"sample" => "",
"transform" => "vm_trans_enabled",
"type" => "boolean"
},
"contact_email" => {
"description" => "Contact Email address",
"format" => "raw",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment