-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmodule.xml
42 lines (42 loc) · 1.39 KB
/
module.xml
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
<module>
<rawname>tts</rawname>
<name>Text To Speech</name>
<version>17.0.2</version>
<repo>extended</repo>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>https://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<type>setup</type>
<description>Allows you to configure text to speech, and is derived from texttospeech provided in contributed modules.</description>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/26640584/Text+to+Speech+Engines+Module</more-info>
<category>Applications</category>
<menuitems>
<tts needsenginedb="yes">Text To Speech</tts>
</menuitems>
<depends>
<engine>asterisk ge 1.6</engine>
<module>ttsengines</module>
<version>13.0.154</version>
</depends>
<changelog>
*17.0.2* Github #627 Fix issues with TTS module dialplan generation
*17.0.1* 17.0
</changelog>
<popovers>
<tts>
<display>tts</display>
</tts>
</popovers>
<database>
<table name="tts">
<field name="id" type="integer" primarykey="true" autoincrement="true"/>
<field name="name" type="string" length="100"/>
<field name="text" type="text"/>
<field name="goto" type="string" length="50" notnull="false"/>
<field name="engine" type="string" length="50" notnull="false"/>
</table>
</database>
<supported>
<version>17.0</version>
</supported>
</module>