by rahul@spunk » Sat May 22, 2010 6:28 am
yes it has instruction , and have followed those also but somehow card is not coming up but physicaly card is up
the instruction steps are like this
Install AX-1E in Asterisk Version 1.2
Notice: before install AX-1E, please read carefully the AX-1E jumper setting and set the jumper properly 1: go to asterisk source file ./asterisk/channels/misdn. Run make misdn, then asterisk will update the misdn driver from @cvs.isdn4linux.de, so make sure your internet connection before running it.
[root@localhost misdn]# make misdn
2: and then go to the ../asterisk directory
And run: make to build asterisk. [root@localhost asterisk-1.2.13]# make
3. Then you will see chan_mISDN.so under ../asterisk/channels directory.
4: go to ../asterisk , run make install to install asterisk. And the mISDN driver will be installed together with asterisk [root@localhost asterisk-1.2.13]# make install
5. Then make samples.
6: Configure AX-1E Run
[root@localhost /]# /etc/init.d/misdn-init scan If it shows [OK] found the following devices: card=1,0x1 <== AX-1E is detected [ii] run "/usr/sbin/misdn-init config" to store this information to /etc/misdn-init.conf Then run [root@localhost ~]# /etc/init.d/misdn-init config [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"
And then configure: /etc/misdn-init.conf & /etc/asterisk/misdn.conf Then run /usr/sbin/misdn-init start to load AX-1E. for more info of how to configure AX-1E and AX-4S ,please refer description in the /etc/misdn-init.conf and /etc/asterisk/misdn.conf file