blob: 7fe45bfe58262811c0eb7da992bac897a43458e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
[FYI]
To get natural word order in Japanese sentences
you can patch to %%PORTSDIR%%/net/asterisk and reinstall it as below.
For example,
1. Download app_voicemail.c.yymmdd-01.patch and say.c.yymmdd-01.patch from
ftp://ftp.voip-info.jp/asterisk/patch/1.8.X.Y/
where 1.8.X.Y is corresponding to PORTVERSION in
%%PORTSDIR%%/net/asterisk/Makefile.
2. Put them to %%PORTSDIR%%/net/asterisk/files as
patch-apps::app_voicemail.c and patch-main::say.c, respectively.
3. Reinstall %%PORTSDIR%%/net/asterisk.
4. Add the following options section to
%%LOCALBASE%%/etc/asterisk/asterisk.conf.
[options]
languageprefix=yes
EOM
}
]
|