Hello, I have some problems with mISDN.<br><br>I can&#39;t send or receive call from the Billion ISDN card<br><br>Mi configuration files are thoose:<br><br>extensions.conf:<br><br>[general]
<br>static=yes<br>writeprotect=yes<br><br>[SOME]<br>exten =&gt; 101,1,Dial(SIP/101,30,Ttm)<br>exten =&gt; 101,2,Hangup<br><br>exten =&gt; 102,1,Dial(SIP/102,30,Ttm)<br>exten =&gt; 102,2,Hangup<br><br>include =&gt; outgoing
<br><br>[outgoing]<br>exten =&gt;_9XXXXXXXX,1,Dial(mISDN/1/$<div id="mb_0">{EXTEN},45,tTwW)<br>exten =&gt;_9XXXXXXXX,2,Hangup()<br>exten =&gt;_9XXXXXXXX,102,Hangup()<br><br>[default]<br>exten =&gt; s,1,Answer()<br>exten =&gt; s,2,Wait(1)
<br>exten =&gt; s,3,Dial(SIP/101,30,Ttm)<br><br>misdn.conf:<br><br>[general] <br>misdn_init=/etc/misdn-init.conf<br>debug=0<br>ntdebugflags=0<br>ntdebugfile=/var/log/misdn-nt.log<br>bridging=no<br>stop_tone_after_first_digit=yes
<br>append_digits2exten=yes<br>dynamic_crypt=no<br>crypt_prefix=**<br>crypt_keys=test,muh<br><br>[default]<br>context=misdn<br>language=es<br>musicclass=default<br>senddtmf=yes<br>far_alerting=no<br>allowed_bearers=all<br>

nationalprefix=0<br>internationalprefix=00<br>rxgain=0<br>txgain=0<br>te_choose_channel=no<br>pmp_l1_check=no<br>reject_cause=16<br>need_more_infos=no<br>nttimeout=no<br>method=standard<br>dialplan=0<br>localdialplan=0<br>

cpndialplan=0<br>early_bconnect=yes<br>incoming_early_audio=no<br>nodialtone=no<br>presentation=-1<br>screen=-1<br>jitterbuffer=4000<br>jitterbuffer_upper_threshold=0<br>hdlc=no<br><br>[isdn]<br>ports=1<br>context=incoming
<br>msns=*<br><br>misdn-init.conf:<br><br>card=1,hfcpci<br>te_ptmp=1<br>poll=128<br>dsp_poll=128<br>dsp_options=0<br>dtmfthreshold=100<br>debug=0<br><br><br>When I make a call the CLI tells that:<br><br>*CLI&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;SIP/101-081990e8&quot;, &quot;mISDN/1/943833473|45|tTwW&quot;) in new stack
<br>Jun 19 12:32:25 WARNING[2153]: channel.c:2618 ast_request: No channel type registered for &#39;mISDN&#39;<br>Jun
19 12:32:25 NOTICE[2153]: app_dial.c:1076 dial_exec_full: Unable to
create channel of type &#39;mISDN&#39; (cause 66 - Channel not implemented)
<br>&nbsp; == Everyone is busy/congested at this time (1:0/0/1)<br>&nbsp;&nbsp;&nbsp; -- Executing Hangup(&quot;SIP/101-081990e8&quot;, &quot;&quot;) in new stack<br>&nbsp; == Spawn extension (SOME, 943833473, 102) exited non-zero on &#39;SIP/101-081990e8&#39;
<br><br><br>It looks like the channel isn&#39;t registered, but I don&#39;t know what to do.<br><br>Thank you everybody!!!<br></div>