5) make menuselect
(needs ncurses-devel and newt-devel. We need to re-run ./configure again in order to make "make menuselect" work)
6) make
+--------- Asterisk Build Complete ---------+
+ Asterisk has successfully been built, and +
+ can be installed by running: +
+ +
+ make install +
+-------------------------------------------+
7) make install
+---- Asterisk Installation Complete -------+
+ +
+ YOU MUST READ THE SECURITY DOCUMENT +
+ +
+ Asterisk has successfully been installed. +
+ If you would like to install the sample +
+ configuration files (overwriting any +
+ existing config files), run: +
+ +
+ make samples +
+ +
+----------------- or ---------------------+
+ +
+ You can go ahead and install the asterisk +
+ program documentation now or later run: +
+ +
+ make progdocs +
+ +
+ **Note** This requires that you have +
+ doxygen installed on your local system +
+-------------------------------------------+
8) make samples
9) yum install doxygen and then followed by make progdocs
10) make install
11)make config
12) make install-logrotate
13) chkconfig asterisk on
14) service asterisk start
15) asterisk -rv
Asterisk 1.8.6.0, Copyright (C) 1999 - 2011 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 1.8.6.0 currently running on shirley (pid = 14639)
Verbosity is at least 3
s
cd asterisk-1.8
./configure
#this is only for format MP3 - SVN required
contrib/scripts/get_mp3_source.sh contrib/scripts/get_ilbc_source.sh
make menuselect
make && make install
make samples
make progdocs
make config
make install-logrotate
chkconfig asterisk on
service dahdi start
service asterisk start
Why you install in Chinese? Normally I install English and then add Chinese support. This may be the problem that your putty has wrong code. Normal putty uses ascii characters set.作者: bubblestar 時間: 2011-9-16 23:04
I did install English and added Chinese support like what you did. What makes the difference may be that I choose UTF-8 in Windows translation of Putty and just change LANG="zh_TW.UTF-8" in /etc/sysconfig/i18n for testing Chinese Displaying effect.
In daily operation, I use all command in English. No Chinese involved. So far, no problem.作者: bubblestar 時間: 2011-9-16 23:08
For information, Putty has built-in support remote character set in multi-language.作者: ckleea 時間: 2011-9-17 09:58
Can you display Chinese properly?作者: bubblestar 時間: 2011-9-17 16:40
I cannot but Putty does
Putty displays all Chinese properly in its own command line environment but not in Asterisk CLI.作者: 角色 時間: 2011-9-17 23:15