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
ad6d2144
Commit
ad6d2144
authored
3 years ago
by
Andrey Shevchuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed voicemail transcription
parent
88b1a472
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
VoiceMail.pm
opt/thirdlane/perl_lib/Asterisk/API/Structures/VoiceMail.pm
+18
-1
No files found.
opt/thirdlane/perl_lib/Asterisk/API/Structures/VoiceMail.pm
View file @
ad6d2144
...
@@ -89,8 +89,16 @@ our %out_hash_map = (
...
@@ -89,8 +89,16 @@ our %out_hash_map = (
"sample"
=>
"https://localhost:10000/asterisk/get_message_from_db.cgi?id=1"
,
"sample"
=>
"https://localhost:10000/asterisk/get_message_from_db.cgi?id=1"
,
"transform"
=>
"play_url"
,
"transform"
=>
"play_url"
,
"type"
=>
"string"
"type"
=>
"string"
},
"transcription"
=>
{
"description"
=>
"Voice message text transcription"
,
"format"
=>
"raw"
,
"hidden"
=>
0
,
"required"
=>
0
,
"sample"
=>
"Hello"
,
"transform"
=>
"transcription"
,
"type"
=>
"string"
}
}
);
);
my
%
in_hash_map
=
(
my
%
in_hash_map
=
(
...
@@ -165,6 +173,15 @@ my %in_hash_map = (
...
@@ -165,6 +173,15 @@ my %in_hash_map = (
"sample"
=>
"https://localhost:10000/asterisk/get_message_from_db.cgi?id=1"
,
"sample"
=>
"https://localhost:10000/asterisk/get_message_from_db.cgi?id=1"
,
"transform"
=>
"play_url"
,
"transform"
=>
"play_url"
,
"type"
=>
"string"
"type"
=>
"string"
},
"transcription"
=>
{
"description"
=>
"Voice message text transcription"
,
"format"
=>
"raw"
,
"hidden"
=>
0
,
"required"
=>
0
,
"sample"
=>
"Hello"
,
"transform"
=>
"transcription"
,
"type"
=>
"string"
}
}
);
);
...
...
This diff is collapsed.
Click to expand it.
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