Hi,
Asterisk 1.2.18 / Zaptel 1.2.18 / Digium B410P Bri Card.
I have B410P card installed, LED’s are green, misdn commands available on Asterisk cli. I cannot receive calls. (or make them but I am more concerned about receiving as I use SIP trunks for outbound).
If I dial the ISDN number on my mobile I get dead tone (single continuous tone).
I have 2 BRI lines (4 channels) plugged into card ports 3 and 4.
My /etc/misdn-init.conf has the following lines.
card=1,0x4
te_ptmp=3,4 (I also tried with te_ptp=3,4)
poll=128
dsp_options=0
debug=0xf
My /etc/asterisk/misdn.conf has the following lines
[general]
debug=3
bridging=no
[default]
echocancel=yes
context=from-pstn
[sean]
ports=3,4
context=from-internal
Here is output from misdnportinfo
[root@localhost ~]# misdnportinfo
Port 1: TE-mode BRI S/T interface line (for phone lines)
-> Protocol: DSS1 (Euro ISDN)
-> childcnt: 2
Port 2: TE-mode BRI S/T interface line (for phone lines)
-> Protocol: DSS1 (Euro ISDN)
-> childcnt: 2
Port 3: 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
Port 4: 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
mISDN_close: fid(3) isize(131072) inbuf(0x96cd060) irp(0x96cd060) iend(0x96cd060)
In Asterisk ‘misdn show port 3’ shows port as UP as does port 4.
‘misdn show channels’ returns Chan List: (nil)
misdn show config returns…
localhost*CLI> misdn show config
Misdn General-Config:
-> Version: chan_misdn-0.3.0
-> misdn_init: /etc/misdn-init.conf -> debug: 3
-> tracefile: /var/log/asterisk/misdn.log -> bridging: no
-> 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 3]
-> name: sean -> allowed_bearers: all
-> far_alerting: no -> rxgain: 0
-> txgain: 0 -> te_choose_channel: no
-> pmp_l1_check: no -> reject_cause: 21
-> block_on_alarm: no -> hdlc: no
-> context: from-intisdn -> language: en
-> musicclass: default -> callerid:
-> method: standard -> dialplan: 0
-> localdialplan: 0 -> cpndialplan: 0
-> nationalprefix: 0 -> internationalprefix: 00
-> presentation: -1 -> screen: -1
-> always_immediate: no -> nodialtone: no
-> immediate: no -> senddtmf: no
-> hold_allowed: no -> early_bconnect: yes
-> incoming_early_audio: no -> echocancel: 128
-> need_more_infos: no -> noautorespond_on_setup: no
-> nttimeout: no -> jitterbuffer: 4000
-> jitterbuffer_upper_threshold: 0 -> callgroup:
-> pickupgroup: -> msns: *
-> ptp: no
[PORT 4]
-> name: sean -> allowed_bearers: all
-> far_alerting: no -> rxgain: 0
-> txgain: 0 -> te_choose_channel: no
-> pmp_l1_check: no -> reject_cause: 21
-> block_on_alarm: no -> hdlc: no
-> context: from-intisdn -> language: en
-> musicclass: default -> callerid:
-> method: standard -> dialplan: 0
-> localdialplan: 0 -> cpndialplan: 0
-> nationalprefix: 0 -> internationalprefix: 00
-> presentation: -1 -> screen: -1
-> always_immediate: no -> nodialtone: no
-> immediate: no -> senddtmf: no
-> hold_allowed: no -> early_bconnect: yes
-> incoming_early_audio: no -> echocancel: 128
-> need_more_infos: no -> noautorespond_on_setup: no
-> nttimeout: no -> jitterbuffer: 4000
-> jitterbuffer_upper_threshold: 0 -> callgroup:
-> pickupgroup: -> msns: *
-> ptp: no
localhost*CLI>
For testing outbound dial I tried putting this in [from-internal] context of extensions.conf
123,1,Dial(mISDN/g:sean/07962403030)
123,n,Hangup()
Any help you can offer would be greatly appreciated.
Sean