-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmodule.xml
More file actions
59 lines (59 loc) · 2.84 KB
/
module.xml
File metadata and controls
59 lines (59 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<module>
<rawname>recordings</rawname>
<repo>standard</repo>
<name>Recordings</name>
<version>17.0.5</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<canuninstall>no</canuninstall>
<category>Admin</category>
<description>Creates and manages system recordings, used by many other modules (eg, IVR).</description>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/20808116/PBX+GUI+-+System+Recordings+Module</more-info>
<changelog>
*17.0.5* Packaging of ver 17.0.5
*17.0.4* FREEI-2685 fix:Sanitize and validate post file values in Recordings AJAX endpoint
*17.0.3* FREEI-2692 Remote Code Execution in FreePBX ElevenLabs Text-to-Speech integration
*17.0.2.19* FREEI-2399 Scribe TTS record Scribe Language changes
*17.0.2.18* FREEI-2535 warning message added upon tts fail
*17.0.2.17* FREEI-2399 - updated lang in scribe_tts table
*17.0.2.16* FREEI-2376 Restore issue due to recording &amp; scribe
*17.0.2.15* FREEI-2335 fix:Add loading indicator for TTS audio generation
*17.0.2.14* FREEI-2340 Show TTS- Textarea charactor length and words count
*17.0.2.13* FREEI-2319 fix: prevent click event firing when Generate button is disabled
*17.0.2.12* FREEI-2318 fix: add mandatory validation for language and human voice in Scribe TTS
*17.0.2.11* FREEI-2301 fix:add special character check and improve text guidance
*17.0.2.10* FREEI-2177 new option tts engin scribe is added in system recordings
*17.0.2.9* FREEI-2290 fix:update tooltips for Scribe Audio Language and Human Voices fields
*17.0.2.8* FREEI-2177 new option tts engin scribe is added in system recordings
*17.0.2.7* Fixing Github #795 Update OpenAI Voices List
*17.0.2.5* Adding new feature providing TTS AI engines (elevenlabs, OpenAI)
*17.0.2.3* bump
*17.0.2.1 Packaging of ver 17.0.2.1
*17.0.2* Packaging of ver 17.0.2
*17.0.1* 17.0.1
</changelog>
<menuitems>
<recordings>System Recordings</recordings>
</menuitems>
<database>
<table name="recordings">
<field name="id" type="integer" primarykey="true" autoincrement="true"/>
<field name="displayname" type="string" length="50" notnull="false"/>
<field name="filename" type="blob" notnull="false"/>
<field name="description" type="string" length="254" notnull="false"/>
<field name="fcode" type="boolean" default="0" notnull="false"/>
<field name="fcode_pass" type="string" length="20" notnull="false"/>
<field name="fcode_lang" type="string" length="20" notnull="false"/>
</table>
</database>
<depends>
<module>framework ge 17.0.1</module>
<module>soundlang ge 17.0.1</module>
</depends>
<supported>
<version>17.0</version>
</supported>
<location>release/2.11/recordings-3.3.11.9.tgz</location>
<md5sum>9e52d36bf0e8e680c7c112bd3ba4edde</md5sum>
</module>