[Asterisk-Users] Re: Can't dial SIP<->EuroISDN (HFC-S based PCI ISDN card): Unable to create channel of type 'Zap'

Sjaakie Helderhorst ddulfer at email.com
Mon Jul 26 08:13:44 MST 2004


I got things running with ISDN4Linux
See configuration example below, I found it exploring the WIKI-site.
(to make an outgoing call users need to press 0*[number to call])
Hope this is useful.

modem.conf:
-------------
[interfaces]
context=remote
noload => chan_modem.so
driver=i4l
language=nl
type=autodetect
dialtype=tone
mode=immediate

msn=[your MSN]
incomingmsn=[MSN1],[MSN2],...
device => /dev/ttyI0
device => /dev/ttyI1

extensions.conf
---------------
[remote]
include => local-sip

exten => s,1,Wait(20)
exten => s,2,Answer
exten => s,3,DigitTimeout(10)           ; Set Digit Timeout to 10 seconds
exten => s,4,ResponseTimeout(20)        ; Set Response Timeout to 20 seconds
exten => s,5,Background(vm-extension)   ; Ask them for the extension they
want

[dial-via-isdn]
exten => _0*XXX.,1,Dial(Modem/ttyI0:${EXTEN:2},30,r)
exten =>
_0*XXX.,2,Playback(asterisk-sounds/sounds/the-party-you-are-calling)
exten => _0*XXX.,3,Playback(asterisk-sounds/sounds/is-curntly-unavail)
exten => _0*XXX.,4,Wait(2.5)
exten => _0*XXX.,5,Playtones(congestion)
exten =>
_0*XXX.,102,Playback(asterisk-sounds/sounds/the-party-you-are-calling)
exten => _0*XXX.,103,Playback(asterisk-sounds/sounds/is-curntly-busy)
exten => _0*XXX.,104,Wait(2.5)
exten => _0*XXX.,105,Playtones(congestion)
exten => _0*XXX.,106,Hangup


<kleis-asterisk-dev at tiscali.it> schreef in bericht
news:4104C030000024DD at mail-3.tiscali.it...
Hi,

I'm trying to set up an Asterisk pbx based on a Fedora Core 1 Linux box
(customized kernel version 2.4.24). I want calls from my SIP soft-phones
to simply be dumped onto the PSTN line via a BRI (EuroISDN). I have a cheap
HFC-S based PCI ISDN card connected to the NT1+ interface, so I need zaphfc.
I've read everything I've found at www.voip-info.org, then I've downloaded
the latest bri-stuff.0.1.0-RC2g (released just today!) and started the
installation.






More information about the asterisk-users mailing list