[Asterisk-bsd] Capi and rintone

Hans Petter Selasky hselasky at c2i.net
Sun Jun 25 07:43:42 MST 2006


On Sunday 25 June 2006 16:28, Matthias Fechner wrote:
> Hi,
>
> I configured now asterisk to do enum lookups and dial then via SIP,
> IAX2 or ISDN using Capi.
> Now I play a little .gsm file to inform the users if he is using SIP,
> IAX2 or ISDN. On the SIP and IAX phone everything is fine, but on my
> ISDN phone I cannot here a dialtone.
> Here the section in extenions.conf:
> [isdn-capi-out]
> ; set callerID and call to extern via ISDN
> exten => s,1,NoOp(--- ${CALLERIDNUM} -> ${CALLNUMBER[${CALLERIDNUM}]}
> calling on capi-extern to extern (${DIALSTR}) ---) exten =>
> s,2,Playback(custom/forwarded-tel)
> exten => s,3,Dial(CAPI/ISDN1/${CALLNUMBER[${CALLERIDNUM}]}:${DIALSTR},,r)
> exten => s,4,return
>

You are dialing out to a TE-mode controller, right? You are not dialing a 
NT-mode controller.

If TE-mode, then try adding "/bl" option for "early-B3" and "late signalling", 
like this:

exten => s,3,Dial(CAPI/ISDN1/${CALLNUMBER[${CALLERIDNUM}]}:${DIALSTR}/bl)

--HPS


More information about the Asterisk-BSD mailing list