| 本帖最後由 角色 於 2013-10-6 10:58 編輯 
 Raspberry + Asterisk-GUI-11.5.1 V1.2 2013-10-06.img
 
 With the following changes/modifications:
 1) based on Raspberry + Asterisk-GUI-11.5.1 V1.1 2013-10-06.img
 
 2) agt-get install uuid-dev
 
 3) redo the followings and check res_tcp_asterisk.so is enabled.
 5. In post #4, setp 1c, remote the line from .profile複製代碼./configure
make menuselect
[code]
4. Reconfigure the system time
[code]
dpkg-reconfigure tzdata
 TZ='Asia/Hong_Kong'; export TZ
 
 6. In /etc/asterisk/cdr.conf, change the line
 
 From:
 usegmtime=yes
 
 To:
 usegmtime=no
 |