Make calls from CAPI over * to a SIPProvider

Hi,

I have a Problem when I want to make a call from a CAPI Client over * to my SIP Provider. Calls from the SIP Clients to the SIP Provider are okay and I can also Call the CAPI from SIP and the SIP from the CAPI, but if I make a call from the CAPI to the Provider I get the following message:

-- Executing DISA("CAPI/ISDN1/99-0", "no-password|overdsl") in new stack -- Executing Dial("CAPI/ISDN1/99-0", "SIP/05151781215@sipgate.de|60|r") in new stack -- Called 05151781215@sipgate.de Jan 6 07:39:28 NOTICE[5850]: chan_sip.c:9516 handle_response_invite: Failed to authenticate on INVITE to '"21" <sip:21@192.168.180.2>;tag=as4c27892f' -- SIP/sipgate.de-3e11 is circuit-busy

my extensions.conf look like this:

[code][default]
;SIP Teilnehmer + sip.conf
exten => 1000,1,Dial(SIP/1000,60)
exten => 1000,2,Congestion
exten => 1000,102,Busy
exten => 1001,1,Dial(SIP/1001,60)
exten => 1001,2,Congestion
exten => 1001,102,Busy

;ISDN Teilnehmner TEST for passing

exten => 21,1,Dial(CAPI/contr1/21)

;Qualitaetstestleitung 783588 forwardet via asterisk to capi 21

exten => 80,1,Dial(CAPI/contr1/21)

;Anlagenkopplung
exten => 90,1,DISA,no-password|intern
exten => 91,1,DISA,no-password|extern
exten => 91,2,Congestion
exten => 91,102,Busy

;SIPGATE Passtrow in SIP
exten => _9.,1,Dial(SIP/${EXTEN:1}@sipgate,60)
exten => _9.,2,Congestion
exten => _9.,102,Busy

; SIPGATE Passtrow in ISDN
exten => 99,1,DISA,no-password|overdsl

;Roulset
[intern]
exten => _X.,1,Dial(SIP/${EXTEN})

[extern]
exten => _X.,1,Dial(Capi/contr1/${EXTEN})

[overdsl]
include = default
exten => _X.,1,Dial(SIP/${EXTEN}@sipgate.de,60,r)
[/code]

I hope that someone can help me whats going wrong here.

best regards

Markus

Hi,

this problemis solved, someone open my eyes it was just a typo in the extensions.conf

in overdsl the “sipgate.de” must be a simple “sipgate”

thanks

Markus