Hello everybody, I have installed the Billion ISDN on a Debian machine.<br><br>I proved to call with a ISDN telephone conected to ISDN Box and it is OK. So I connect the Billion ISDN to the ISDN Box and I call from a extension to outside.
<br><br><br><br>But it doesn&#39;t work, that is what I have in the CLI:<br><br>*CLI&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;SIP/101-f9eb&quot;, &quot;ZAP/g1/943833473|45|tTwW&quot;) in new stack
<br>&nbsp;&nbsp;&nbsp; -- Requested transfer capability: 0x00 - SPEECH<br>&nbsp;&nbsp;&nbsp; -- Called g1/943833473<br>&nbsp;&nbsp;&nbsp; -- Channel 0/1, span 1 got hangup, cause 42<br>&nbsp;&nbsp;&nbsp; -- Zap/1-1 is circuit-busy<br>&nbsp;&nbsp;&nbsp; -- Hungup &#39;Zap/1-1&#39;<br>&nbsp; == Everyone is busy/congested at this time (1:0/1/0)
<br>&nbsp;&nbsp;&nbsp; -- Executing Hangup(&quot;SIP/101-f9eb&quot;, &quot;&quot;) in new stack<br>&nbsp; == Spawn extension (SOME, 943833473, 102) exited non-zero on &#39;SIP/101-f9eb&#39;<br><br>My extensions.conf is this one:<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>exten =&gt; 103,1,Dial(SIP/103,30,Ttm)
<br>exten =&gt; 103,2,Hangup<br><br>exten =&gt; 104,1,Dial(SIP/104,30,Ttm)<br>exten =&gt; 104,2,Hangup<br><br>include =&gt; outgoing<br><br>[incoming]<br>exten =&gt; s,1,Wait(1)<br>exten =&gt; s,2,Answer()<br>exten =&gt; s,3,Dial(SIP/101,30,Ttm)
<br><br>[outgoing]<br>exten =&gt;_9XXXXXXXX,1,Dial(ZAP/g1/$<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><br>Why is that?<br><br>Thanks everybody.<br><br>Have a nice day!!!<br></div>