<div dir="ltr">Hello<br><br>I have just set up Asterisk Asterisk <a href="http://1.4.21.2">1.4.21.2</a> on a CentOS 5.2 machine.<br>I am using the OpenVox B200P ISDN card.<br><br>My problem is that even though chan_misdn module seems to be loaded correctly with <br>
Asterisk (I can see it using &#39;module show&#39; command) the misdn commands are not available<br>to me in the CLI so I cannot tell if my box is correctly interfacing with the ISDN card <br><br>Any ideas what can be going wrong ?<br>
<br>My installation procedure looked like this :<br><br><pre style="font-family: Verdana;"><font size="2">cd /usr/src/<br>  wget <a href="http://www.misdn.org/downloads/mISDN.tar.gz" class="external free" title="http://www.misdn.org/downloads/mISDN.tar.gz" rel="nofollow">http://www.misdn.org/downloads/mISDN.tar.gz</a><br>
  wget <a href="http://www.misdn.org/downloads/mISDNuser.tar.gz" class="external free" title="http://www.misdn.org/downloads/mISDNuser.tar.gz" rel="nofollow">http://www.misdn.org/downloads/mISDNuser.tar.gz</a><br>  tar xzf mISDN.tar.gz <br>
  tar xzf mISDNuser.tar.gz<br>  cd ../mISDN-1_1_7_2/<br>  make install<br>  cd ../mISDNuser-1_1_7_2/<br>  make install<br></font><span style="font-family: Verdana;"><br>cd asterisk-1.4.21.2/<br>make menuconfig (I chose chan_misdn)<br>
make; make install;<br></span></pre><br></div>