Install guide
www.atcom.cn
After doing that, all calls to the BRI port will route to the IVR entry.
Auto load the AX-4S card after system startup
Open the /etc/rc.d/rc.local file and add a new line on this file to auto start the AX-4S
card after system startup
/etc/rc.d/rc.local
=============
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
/etc/init.d/misdn-init start <== add this line
/etc/trixbox/runonce
/usr/local/sbin/motd.sh > /etc/motd
/usr/sbin/fxotune -s
/usr/sbin/amportal start
===============
31/32