I just installed a HFC-based ISDN card, and I'm having problems with making dialouts using that card. Dial-ins are working fine - i.e. I can call myself and talk to asterisk :)

I have defined an extension:

exten => _0.,1,Dial(Zap/0/${EXTEN:1})
exten => _0.,2,Congestion
exten => _0.,3,Hangup

So when I dial 0500, I should be connected to number 500.
This is not the case: a telephone with number 500 never rings.
This is what asterisk says when run with -cvvv:

    -- Executing Dial("SIP/201-f853", "Zap/0/500") in new stack
    -- Called 0/500
    -- Zap/pseudo-164837434 answered SIP/201-f853

It behaves the same even if I call an non-existing number, or I disconnect an ISDN cable.

Dialing in works fine, so it's not a problem with a card.

Any clue?

If it's any help, I am using [EMAIL PROTECTED] 1.0.



# cat /etc/asterisk/zapata.conf

[channels]
switchtype = euroisdn
signalling = bri_cpe_ptmp

pridialplan = dynamic
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00

echocancel=yes
echotraining = 100
echocancelwhenbridged=yes

immediate=yes
group = 0
context=default
channel => 1-2

# cat /etc/zaptel.conf
loadzone=nl
defaultzone=nl

span=1,1,3,ccs,ami
bchan=1-2
dchan=3


# lspci
(...)
00:0a.0 Network controller: Cologne Chip Designs GmbH ISDN network controller [HFC-PCI] (rev 02)


----------------------------------------------------------------------
Znajdz swoja milosc na wiosne... >>> http://link.interia.pl/f187a

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to