armin at melware.de Guest
|
Posted: Tue Feb 05, 2008 6:23 am Post subject: [asterisk-users] Can't dial out from SIP to CAPI |
|
|
On Tue, 5 Feb 2008, Sebastian Pape wrote:
Quote: | 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 |
|