Hallo habe alles installiert, aber irgendwie zuckt Asterisk bei eingehenden Anrufen nicht mal.
Kommt sofort nen Abbruch beim Anrufenden.
Hier die Configs:
Habe Asterisk mit SIP bereits sauber am laufen wollte nur als Ausfallsicherheit ISDN mit einbinden, falls Internetausfall eintritt, wie letzte Woche erst.
Also die SIP.conf und der Rest der Extensions sollten daher ok sein.
Ich habe langsam keine Idee mehr, bitte helft mir.
Gruß Tiggar
Kommt sofort nen Abbruch beim Anrufenden.
Hier die Configs:
Code:
Asterisk-New:~# lsmod
Module Size Used by
mISDN_dsp 193644 0
hfcpci 26292 0
mISDN_capi 92588 0
l3udss1 37236 0
mISDN_l2 33004 0
mISDN_l1 9556 0
mISDN_core 68288 6 mISDN_dsp,hfcpci,mISDN_capi,l3udss1,mISDN_l2,mISDN_l1
capi 13760 0
capifs 4104 2 capi
kernelcapi 34592 2 mISDN_capi,capi
Code:
Asterisk-New:~# misdnportinfo
Port 1: TE-mode BRI S/T interface line (for phone lines)
-> Protocol: DSS1 (Euro ISDN)
-> Layer 4 protocol 0x04000001 is detected, but not allowed for TE lib.
-> childcnt: 2
* Port NOT useable for PBX (maybe there is already a PBX running?)
--------
mISDN_close: fid(3) isize(131072) inbuf(0x804c060) irp(0x804c060) iend(0x804c060)
Code:
Asterisk-New:~# misdn-init scan
[OK] found the following devices:
card=1,hfcpci
Code:
Asterisk-New:~# misdn-init start
-----------------------------------------
Loading module(s) for your misdn-cards:
-----------------------------------------
/sbin/modprobe --ignore-install hfcpci protocol=0x2 layermask=0xf
modprobe mISDN_dsp debug=0x0 options=0
Code:
Asterisk-New*CLI> misdn show config
Misdn General-Config:
-> Version: chan_misdn-0.3.1-rc27
-> misdn_init: /etc/misdn-init.conf -> debug: 4
-> tracefile: /var/log/misdn.log -> bridging: yes
-> stop_tone_after_first_digit: yes -> append_digits2exten: yes
-> dynamic_crypt: no -> crypt_prefix:
-> crypt_keys: -> ntdebugflags: 0
-> ntdebugfile: /var/log/misdn-nt.log
[PORT 1]
-> name: ISDN-TE -> allowed_bearers: all
-> far_alerting: no -> rxgain: 0
-> txgain: 0 -> te_choose_channel: no
-> pmp_l1_check: yes -> reject_cause: 21
-> block_on_alarm: no -> hdlc: no
-> context: isdn -> language: de
-> musicclass: default -> callerid:
-> method: standard -> dialplan: 0
-> localdialplan: 0 -> cpndialplan: 0
-> nationalprefix: 0 -> internationalprefix: 049
-> presentation: -1 -> screen: -1
-> always_immediate: no -> nodialtone: no
-> immediate: no -> senddtmf: no
-> hold_allowed: no -> early_bconnect: yes
-> incoming_early_audio: no -> echocancel: 0
-> name: ISDN-TE -> need_more_infos: no
-> nttimeout: no -> jitterbuffer: 4000
-> jitterbuffer_upper_threshold: 0 -> callgroup:
-> pickupgroup: -> msns: *
-> ptp: no
Code:
Asterisk-New*CLI> misdn show stacks
BEGIN STACK_LIST:
* Port 1 Type TE Prot. PMP L2Link DOWN L1Link:UP Blocked:0 Debug:4
Code:
Asterisk-New:~# cat /etc/misdn-init.conf
card=1,hfcpci
te_ptmp=1
Code:
Asterisk-New:~# cat /etc/asterisk/misdn.conf
[general]
bridging=yes
append_digits2exten=yes
stop_tone_after_first_digit=yes
debug=4
tracefile=/var/log/misdn.log
[default]
language=de
nationalprefix=0
internationalprefix=049
rxgain=0
txgain=0
[ISDN-TE]
context=isdn
ports=1
msns=*
Code:
[isdn]
exten => _Z.,1,NoOp($(EXTEN))
exten => _Z.,2,Dial(SIP/1234,30,tT)
Habe Asterisk mit SIP bereits sauber am laufen wollte nur als Ausfallsicherheit ISDN mit einbinden, falls Internetausfall eintritt, wie letzte Woche erst.
Also die SIP.conf und der Rest der Extensions sollten daher ok sein.
Ich habe langsam keine Idee mehr, bitte helft mir.
Gruß Tiggar