#author("2024-12-17T11:00:23+00:00","default:iseki","iseki")
** DAHDI [#d53e6ac2]

*** Install [#v33f81a9]
- ネットワーク越しにファイルをダウンロードする模様

 export http_proxy=http://x.y.z:#/
 zcat dahdi-linux-complete-2.3.0.1+2.3.0.tar.gz |tar xfv -
 make all
 make install


*** Config [#t2bd60ab]
 vi  /etc/dahdi/modules
 vi  /etc/dahdi/system.conf


*** 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


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS