1: 2010-07-29 (Thu) 15:15:33 iseki  |
Cur: 2010-07-29 (Thu) 17:19:44 iseki  |
| | | |
| *** Install [#v33f81a9] | | *** Install [#v33f81a9] |
| + | - ネットワーク越しにファイルをダウンロードする模様 |
| + | |
| + | export http_proxy=http://x.y.z:#/ |
| zcat dahdi-linux-complete-2.3.0.1+2.3.0.tar.gz |tar xfv - | | zcat dahdi-linux-complete-2.3.0.1+2.3.0.tar.gz |tar xfv - |
| + | make all |
| + | make install |
| + | #br |
| + | |
| + | *** Config [#t2bd60ab] |
| + | vi /etc/dahdi/modules |
| + | vi /etc/dahdi/system.conf |
| + | #br |
| + | |
| + | *** Execution [#gb126df4] |
| + | |
| + | |
| + | |
| + | [root@star dahdi-linux-complete-2.3.0.1+2.3.0]# /etc/init.d/dahdi start |
| + | Loading DAHDI hardware modules: |
| + | wctdm: [ OK ] |
| + | dahdi_dummy: [ OK ] |
| + | |
| + | /usr/share/dahdi/waitfor_xpds: Missing astribank_is_starting |
| + | Running dahdi_cfg: [ OK ] |
| + | |
| + | [root@star tools]# /sbin/lsmod|grep dahdi |
| + | dahdi 196168 1 wctdm |
| + | crc_ccitt 6337 1 dahdi |
| + | |
| + | |
| + | [root@star dahdi-linux-complete-2.3.0.1+2.3.0]# ls -l /dev/dahdi |
| + | 合計 0 |
| + | crw-rw---- 1 root root 196, 1 7月 27 03:34 1 |
| + | crw-rw---- 1 root root 196, 2 7月 27 03:34 2 |
| + | crw-rw---- 1 root root 196, 3 7月 27 03:34 3 |
| + | crw-rw---- 1 root root 196, 4 7月 27 03:34 4 |
| + | crw-rw---- 1 root root 196, 254 7月 27 03:34 channel |
| + | crw-rw---- 1 root root 196, 0 7月 27 03:34 ctl |
| + | crw-rw---- 1 root root 196, 255 7月 27 03:34 pseudo |
| + | crw-rw---- 1 root root 196, 253 7月 27 03:34 timer |
| + | |
| + | |
| + | /usr/sbin/adduser asterisk -d /var/lib/asterisk -s /sbin/nologin |
| + | |
| + | cd /etc/udev/ |
| + | cd rules.d/ |
| + | mv dahdi.rules 99-dahdi.rules |
| + | mv xpp.rules 99-xpp.rules |
| + | /etc/init.d/dahdi restart |
| + | |
| + | |
| + | ''astribank_is_starting?'' |
| + | cd tools/xpp |
| + | make astribank_is_starting |
| + | cp -p astribank_is_starting /usr/sbin |