Hello I have just set up Asterisk Asterisk 1.4.21.2 on a CentOS 5.2 machine. I am using the OpenVox B200P ISDN card. My problem is that even though chan_misdn module seems to be loaded correctly with Asterisk (I can see it using 'module show' command) the misdn commands are not available to me in the CLI so I cannot tell if my box is correctly interfacing with the ISDN card Any ideas what can be going wrong ? My installation procedure looked like this : cd /usr/src/ wget http://www.misdn.org/downloads/mISDN.tar.gz wget http://www.misdn.org/downloads/mISDNuser.tar.gz tar xzf mISDN.tar.gz tar xzf mISDNuser.tar.gz cd ../mISDN-1_1_7_2/ make install cd ../mISDNuser-1_1_7_2/ make install cd asterisk-1.4.21.2/ make menuconfig (I chose chan_misdn) make; make install; -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080923/f3d5139c/attachment.htm
Tuesday, September 23, 2008, 11:57:00 AM, Thanos wrote:> Hello> I have just set up Asterisk Asterisk 1.4.21.2 on a CentOS 5.2 machine. > I am using the OpenVox B200P ISDN card.> My problem is that even though chan_misdn module seems to be loaded > correctly with > Asterisk (I can see it using 'module show' command) the misdn commands are > not available > to me in the CLI so I cannot tell if my box is correctly interfacing with > the ISDN card> Any ideas what can be going wrong ?...> cd ../mISDN-1_1_7_2/What kernel version you use? Newer linux kernels (>2.6.24) works only with new (and beta) 1.1.8 misdn. -- Best regards, Gergo mailto:csibra at gmail.com
Hi! I'm also still new to this. but perhaps: Did you do make examples, or did you have an earlier asterisk installation, so the configuration files were present? If so did you make sure, that you mISDN card was properly configured, using: 1. misdn-init scan 2. misdn-init config 3. misdn-init start Or probably reboot your machine to make sure the mISDN-kernel-site (misdn.org) are properly start and initialised. Make sure you have: 1. /dev/mISDN 2. all the modules loaded: lsmod Then edit the misdn.conf in /etc/asterisk and make sure it is setup to your needs (ports, msns, jitter, etc. I remember, that I had a lot of pain to get it working on my machine. Mostly due to kernel problems (linux 2.6.2x). I hope this helps. Kindest regards Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: =======http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======http://www.juliencoder.de