Hello. <br>
I have asterisk with an old avm b1 v3.0 configured and working with
capi channel . The isdn card is connected to an S0 isdn bus of a&nbsp;
siemens hipath&nbsp; 3000&nbsp; version 4.0 It is possible to make
outgoing calls and receive too, but I think that there is some kind of
signaling problem when i call from an ip phone or soft ip phone because
i do not get ring or busy tone calling to any PBX phone, but if i get
outside line (i.e. calling a cell phone at PSTN) then i can hear the
busy or ring tones.<br>
<br>
So, if i call to any pbx phone i do not hear anything until someone
picks up the phone and if it is busy i do not know and after a while i
get the normal call clearing and the call is finished.<br>
<br>
IP PHONE -----&gt;&nbsp; B1 (ISDN) chan capi AT * ----------&gt; S0 BUS HIPATH ---------&gt; PSTN<br>
<br>
Does anybody know any useful trick to solve this?<br>
I know that may be it is a signaling problem and isdn related question, but if someone can help me it would be great.<br>
<br>
Pardon my bad English and thanks.<br>
<br>
Some configured parameters:<br>
****************************************************************************<br>
;<br>
;capi.conf<br>
;<br>
<br>
; general section<br>
<br>
[general]<br>
nationalprefix=0<br>
internationalprefix=00<br>
rxgain=0.8<br>
txgain=0.8<br>
language=es&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
<br>
; interface sections ...<br>
<br>
[ISDN1]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
;ntmode=yes&nbsp;&nbsp;&nbsp;&nbsp; <br>
isdnmode=msn&nbsp; <br>
incomingmsn=620&nbsp;&nbsp;&nbsp; <br>
controller=1&nbsp;&nbsp;&nbsp;&nbsp; <br>
group=1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;dialout group<br>
;prefix=0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
softdtmf=on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;enable/disable software dtmf detection, recommended for AVM cards<br>
accountcode=&nbsp;&nbsp;&nbsp;&nbsp; ;Asterisk accountcode to use in CDRs<br>
context=capi-in&nbsp; ;context for incoming calls<br>
holdtype=hold ;<br>
;immediate=yes&nbsp;&nbsp; <br>
;echosquelch=1&nbsp;&nbsp; <br>
;echocancel=yes&nbsp; <br>
;echotail=64&nbsp;&nbsp;&nbsp;&nbsp; <br>
bridge=yes&nbsp;&nbsp;&nbsp; <br>
callgroup=1&nbsp;&nbsp; <br>
language=es&nbsp;&nbsp;&nbsp; <br>
<br>
***********************************************************************<br>
;<br>
;indications.conf<br>
;<br>
[general]<br>
country=es<br>
<br>
[es]<br>
description = Spain<br>
ringcadence =1500,3000<br>
dial = 423<br>
busy =425/200,0/200<br>
congestion = 425/200,0/200,425/200,0/200,425/200,0/600<br>
callwaiting = 425/175,0/175,425/175,0/3500<br>
dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425<br>
record = 1400/500,0/15000<br>
info = 950/330,0/1000<br>
dialout = 500<br>
<br>
*********************************************************************<br>
;<br>
; part of dial extensions.conf&nbsp; for dialing outisde<br>
;RDSI=620 is the number for the isdn S0 bus<br>
;<br>
[capi-out]<br>
exten =&gt; _0.,1,NoOp(&quot;Salida a la calle&quot; ${CALLERID})<br>
exten =&gt; _0.,2,Dial(CAPI/g1/${RDSI},20)<br>
...<br>
<br>
**********************************************************************<br>
Thanks.<br>
Ricardo<br>