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

added voicemail_trans_enabled => {

parent ad6d2144
...@@ -553,6 +553,15 @@ our %out_hash_map = ( ...@@ -553,6 +553,15 @@ our %out_hash_map = (
"transform" => "voicemail_notify_email_enabled", "transform" => "voicemail_notify_email_enabled",
"type" => "boolean" "type" => "boolean"
}, },
"vm_trans_enabled" => {
"description" => "Transcribe voicemail",
"format" => "raw",
"hidden" => 0,
"required" => 0,
"sample" => "",
"transform" => "voicemail_trans_enabled",
"type" => "boolean"
},
"home" => { "home" => {
"description" => "Home", "description" => "Home",
"format" => "raw", "format" => "raw",
...@@ -1285,6 +1294,15 @@ my %in_hash_map = ( ...@@ -1285,6 +1294,15 @@ my %in_hash_map = (
"transform" => "VMTZERO", "transform" => "VMTZERO",
"type" => "string" "type" => "string"
}, },
"voicemail_trans_enabled" => {
"description" => "Transcribe voicemail",
"format" => "raw",
"hidden" => 0,
"required" => 0,
"sample" => "",
"transform" => "vm_trans_enabled",
"type" => "boolean"
},
"contact_email" => { "contact_email" => {
"description" => "Contact Email address", "description" => "Contact Email address",
"format" => "raw", "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