Hallo *,
ich habe heute Asterisk über bri-stuff.0.1.0-RC4 erfolgreich installiert. Mit chan_capi funktioniert alles wunderbar.
Nun habe ich aber noch eine ZapHFC Karte im System (Acer ISDN). Diese Karte möchte ich ebenfalls im TE-Modus betreiben.
Leider funktioniert das irgendwie nicht.
Warum kann man die Zonen nicht auf "de" stellen?
Wenn ich versuche von meinem SIP-Telefon aus in's ISDN-Netz zu teelefonieren, erhlate ich folgende Meldung:
Zur sicherheit hier noch mal meine extension.conf:
Bestimmt wisst ihr sofort, was da los ist.
Viele Grüße
Bastian
ich habe heute Asterisk über bri-stuff.0.1.0-RC4 erfolgreich installiert. Mit chan_capi funktioniert alles wunderbar.
Nun habe ich aber noch eine ZapHFC Karte im System (Acer ISDN). Diese Karte möchte ich ebenfalls im TE-Modus betreiben.
Leider funktioniert das irgendwie nicht.
Code:
cat /etc/zaptel.conf
# hfc-s pci a span definition
# most of the values should be bogus because we are not really zaptel
loadzone=at
defaultzone=at
span=1,1,3,ccs,ami
bchan=1-2
dchan=3
Code:
cat /etc/asterisk/zapata.conf
;
; Zapata telephony interface
;
; Configuration file
[channels]
;
; Default language
;
language=de
;
; Default context
;
;
switchtype = euroisdn
; p2mp TE mode
signalling = bri_cpe_ptmp
; p2p TE mode
;signalling = bri_cpe
; p2mp NT mode
;signalling = bri_net_ptmp
; p2p NT mode
;signalling = bri_net
pridialplan=local
prilocaldialplan=local
; trust user provided callerid (clip no screening)?
pritrustusercid = yes
echocancel=yes
immediate=yes
group = 1
context=default
channel => 1-2
Wenn ich versuche von meinem SIP-Telefon aus in's ISDN-Netz zu teelefonieren, erhlate ich folgende Meldung:
Code:
Aug 17 13:12:01 NOTICE[294930]: app_dial.c:727 dial_exec: Unable to create channel of type 'ZAP'
== Everyone is busy/congested at this time
Urgent handler
Zur sicherheit hier noch mal meine extension.conf:
Code:
cat extensions.conf
[general]
static=yes
writeprotect=yes
[globals]
MICHAEL=SIP/17
[default]
; exten => _0.,1,StripLSD(1)
; exten => _0.,1,Dial(CAPI/${CALLERIDNUM}:bBYEXTENSION)
; exten => _0.,1,Dial(CAPI/61:b${EXTEN:1})
exten => _0.,1,Dial(ZAP/g1/${EXTEN:1})
exten => _XX,1,Dial(SIP/${EXTEN})
Bestimmt wisst ihr sofort, was da los ist.
Viele Grüße
Bastian