freebsd-ports/japanese/asterisk-sounds/pkg-message
TAKATSU Tomonari f32b4962b2 - Add pkg-plist
- Bump PORTREVISION
- Clean up pkg-descr and pkg-message
- Make portlint happy

Submitted by:	tota
Approved by:	Fumihiko Kimura <jfkimura_AT_yahoo.co.jp> (maintainer)
2010-05-25 13:55:10 +00:00

20 lines
732 B
Text

=============================================================================
[FYI]
To get natural word order in Japanese sentences
you can patch to 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.4.X/
where 1.4.X is corresponding to PORTVERSION in
ports/net/asterisk/Makefile.
2. Put them to ports/net/asterisk/files as patch-apps::app_voicemail.c and
patch-main::say.c, respectively.
3. Reinstall net/asterisk.
4. Add the following options section to asterisk.conf.
[options]
languageprefix=yes
=============================================================================