www.atcom.cn 7
C hapter 4 Software Configuration
1. Please use the following command to stop the server:
[trixbox1.localdomain ~]# amportal stop
2. P lease use the following command to check the AX-1E card information:
[trixbox1.localdomain ~]# misdn-init scan
You
will see:
==================================================================
[OK] found the following devices:
[ii] run "/usr/sbin/misdn-init config" to store this information to /etc/misdn-init.conf
==================================================================
3. Set the configuration file :
[trixbox1.localdomain ~]# misdn-init config
Y
ou will see:
==================================================================
[OK] /etc/misdn-init.conf already present. backing it up to /etc/misdn-init.conf.save
[OK] /etc/misdn-init.conf created. It's now safe to run "/usr/sbin/misdn-init start"
[ii] make your port (1) available in asterisk by editing "/etc/asterisk/misdn.conf"
==================================================================
4. Start the mISDN with following command:
[trixbox1.localdomain ~]# misdn-init start
==================================================================
-----------------------------------------
Loading module(s) for your misdn-cards:
-----------------------------------------
/sbin/modprobe --ignore-install hfcmulti type=0x1 protocol=0x2 layermask=0xf poll=128
debug=0
/sbin/modprobe mISDN_dsp debug=0x0 options=0 poll=128 dtmfthreshold=100
==================================================================
Then the LED of AX-1E green light.
5. Add "misdn-init start" before "/usr/sbin/amportal start"
[trixbox1.localdomain ~]# vi /etc/rc.d/rc.local
Just like:
==================================================================
#!/bin/sh
#