Page 1 of 1

misdn card support on vicidialnow

PostPosted: Sat May 22, 2010 6:03 am
by rahul@spunk
I am trying to configure misdn based E1 card on Vicidial now from last two days byt the card is not getting up , tried all the options please help me on this one

detais are like this


uname -r
2.6.18-164.el5.vnow

lspci -v
06:01.0 ISDN controller: Cologne Chip Designs GmbH ISDN network Controller [HFC-E1] (rev 01)
Subsystem: Cologne Chip Designs GmbH Unknown device b523
Flags: medium devsel, IRQ 233
I/O ports at 5000 [size=8]
Memory at fdff0000 (32-bit, non-prefetchable) [disabled] [size=4K]
Capabilities: [40] Power Management version 2




[root@vici ~]# misdn-init scan
[OK] found the following devices:
card=1,0x1
[ii] run "/usr/sbin/misdn-init config" to store this information to /etc/misdn-init.conf


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
You have new mail in /var/spool/mail/root


*CLI> misdn show stacks
BEGIN STACK_LIST:
* Port 1 Type TE Prot. PTP L2Link DOWN L1Link:DOWN Blocked:0 Debug:4

PostPosted: Sat May 22, 2010 6:08 am
by Michael_N
is it a PRI card ?

PostPosted: Sat May 22, 2010 6:17 am
by rahul@spunk
yes it is a PRI card

PostPosted: Sat May 22, 2010 6:19 am
by Michael_N
dont it have instructions for how to install on a asterisk system?

PostPosted: Sat May 22, 2010 6:24 am
by Michael_N

PostPosted: Sat May 22, 2010 6:28 am
by rahul@spunk
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