<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  <title></title>
</head>
<body>
<!--+GtkHTML:<DATA class="ClueFlow" key="signature" value="0">--><!--+GtkHTML:<DATA class="ClueFlow" key="signature_name" value="uid:1113982290..8782..6@aia00627">--><!--+GtkHTML:<DATA class="ClueFlow" key="orig" value="0">-->
Got a cheap ISDN modem with a so called Cologne chip for setting in TE
mode, with 1-S0 port.<br>
I decided to use mISDN  because it is the <b>new </b>interface for
linux.<br>
<br>
My system is a Mandrake, sorry Mandriva, 10.2. already with TDM-400
card installed and working fine.<br>
I spent a few hours trying to follow the directions (as understood by
me):
<ul>
  <li> Installed capi from rpm's. (isdn4linux, isdn4net, ibod, devel
libraries etc) <li>Decided to use the latest misdn sources,
instead of the rpms. Compiling was a mess especially with mISDNuser.
Finally used <b>install_misdn</b>  which was a breeze and took care of
all headaches. (Make sure to edit the init script for mISDN to load the
appropriate modules and options) <li>recompiled asterisk smoothly,
which added  chan_misdn.so <li>configured chan_misdn (misnd.conf)
and modified extensions.conf <li>Tested.
            <blockquote> <li><b>Success:</b> in outgoing calls from an
analog phone, through internal digium card,  using the ISDN line
(single connection to PSTN). <li><b>Failure: </b>in incoming
calls. Caller hears ringing but call is never answered. setting misdn
debug 1 shows that misdn sees the incoming call. why doesn't it pick
up? - wondered to myself. </li>
              </li>
            </blockquote>
          </li>
        </li>
      </li>
    </li>
  </li>
</ul>
Following this, I removed all isdn4linux, etc rpms, booted and
re-installed misdn. Identical asterisk response as above.<br>
The chan_mISDN is correct when it says that mISDN does <u>not</u> need
capi - lots of the documentation (older?) go through the process of
installing capi libs before installing mISDN. So that is nice to know.<br>
<br>
Checked through my configuration repeatedly. Here it is:<br>
any typos are mine here<br>
<br>
misdn.conf<br>
...........................<br>
<br>
[general]<br>
debug=0<br>
trace_calls=false<br>
trece_dir=/var/log<br>
brigdging=yes<br>
<br>
stop_tone_after_first_digits=yes<br>
append_digits2exten=yes<br>
l1_info_ok=yes<br>
clear_l3=no<br>
dynamic_crypt=no<br>
crypt_prefix=**<br>
crypt_key=test,muh<br>
<br>
[default]<br>
context=incoming<br>
language=en<br>
nationalprefix=2<br>
internationalprefix=00<br>
rxgain=0<br>
txgain=0<br>
te_choose_channel=yes<br>
early_bconnect=yes<br>
dialplan=0<br>
use_callingpres=yes<br>
hold_allowed=yes<br>
language=en<br>
callgroup=1<br>
pickupgroup=1<br>
presentations=not_screened<br>
echocancel=no<br>
echocancelwhenbridged=no<br>
echotraining=0<br>
<br>
[incoming]<br>
ports=1<br>
immediate=yes<br>
context=incoming<br>
callerid="Some Name"<br>
msns=*<br>
<br>
<br>
<br>
extensions.conf  (partial)<br>
................................................<br>
[incoming]<br>
exten =&gt; s,1,Wait(1)<br>
exten =&gt; s,2,Answer<br>
exten =&gt; s,3,BackGround(mm-welcome)<br>
exten =&gt; s,4,Goto(menumain,s,1)<br>
<br>
[menumain]<br>
...etc.<br>
<br>
<br>
[modules.conf]<br>
<br>
load =&gt; chan_misdn.so<br>
noload =&gt; chan_capi.so<br>
noload =&gt; chan_modem*.so    &lt;----- actually each one is listed
separately<br>
<br>
does chan_misdn need to be placed in the [generals] section of
modules.conf?<br>
<br>
<br>
DB<br>
<br>
</body>
</html>