I am going to install Asterisk 1.8 using SVN method such that new version of Asterisk 1.8 could be very easily to install using "svn update". Asterisk-GUI will be installed using ipkg method.
In the following context, we show how to install asterisk using SVN method but I have downloaded the asterisk tarball to install asterisk. The installation procedure is the same as the installation of QNAP TS-110 shown above.
Now the QNAP TS-259 Pro is installed with Asterisk 1.8.17.0 version. Since there is a new version of Asterisk-GUI which includes the Asterisk 1.8 interface, we do not need to download the Asterisk-GUI source code for compilation.
If you want to carry out interchange IAXs (Asterisk 1.8 and Asterisk 1.4) and Asterisk 1.4 as a PSTN-trunk to Asterisk 1.8, you may come across the following questions and their associated fixes.
1. After the installation of Asterisk engine described in the previous is complete, you can start to install the Asterisk-GUI using the following command
ipkg install asterisk-gui
複製代碼
Now the asterisk-gui in ipkg is capable to interface with Asterisk 1.8.
6. Using the login name = admin and the password = admin, as shown previous in Step 4 to login in GUI
7. It takes some time to read the current configuration of the configuration files /opt/etc/asterisk. It would ask you to stop the asterisk program running by the folloiwng command and restart the asterisk again
问题出自Asterisk-GUI 的default settings
users.conf
[general]
fullname = New User
userbase = 6000
改为
[general]
;fullname = New User
;userbase = 6000
save,apply changes后,接入的电话就有正确的Username和CallerID via the trunk作者: 角色 時間: 2012-10-20 17:02
Inter IAX: incoming trunk call from Asterisk 1.4 to Asterisk 1.8 Token problem
This could be resolved by adding "requirecalltoken=no" and "calltokenoptional = 0.0.0.0/0.0.0.0" under the context "generl" of iax.conf, as shown below:
ipkg install newt ncurses ncurses-dev packages have been done successfully, however, error still come out when execute make menuselect.作者: 角色 時間: 2012-10-24 22:41
What was the error message?作者: bubblestar 時間: 2012-10-25 18:21