Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pbxm-perl-lib-el7
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
static
pbxm-perl-lib-el7
Commits
78494e53
Commit
78494e53
authored
Oct 05, 2021
by
Andrey Shevchuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added voicemail_trans_enabled => {
parent
ad6d2144
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
UserSettings.pm
...hirdlane/perl_lib/Asterisk/API/Structures/UserSettings.pm
+18
-0
No files found.
opt/thirdlane/perl_lib/Asterisk/API/Structures/UserSettings.pm
View file @
78494e53
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment