[asterisk-users] Can't dial out from SIP to CAPI

Armin Schindler armin at melware.de
Tue Feb 5 05:23:27 CST 2008


On Tue, 5 Feb 2008, Sebastian Pape wrote:
> Hi,
> I've been trying to configure my extensions.conf and sip.conf for two days
> now and I'm pretty sure it's just a small typo or anything I can't find by
> myself.
>
> My setup:
> - Asterisk connected via Fritz! PCI Card to a HiPath 3500 (2 channels)
> - Callcentric.com SIP channel to dial out to foreign countries
> - Cisco 7912 attached to asterisk using SIP (in another city)
>
> When I dial extension 85 my Cisco phone is ringing and I can talk and
> everything works fine. But when I try to dial an extension from the dialplan
> I never get a connection.
>
> I've posted my capi.conf, extensions.conf and sip.conf here:
> http://pastebin.com/f19940490

Your Dial() line for CAPI:
   Dial(isdn/g1/@13:${EXTEN},30,r)
is not correct.

I assume you use a newer chan_capi, then it should look like:

   Dial(CAPI/g1/13:${EXTEN}/b,30)

Armin



More information about the asterisk-users mailing list