DAHDI + FXS
Не припомню когда последний раз обращался за помощью :) Но что-то мне подсказывает, что этот форум не такой как большинство и здесь действительно желают помочь :)
Дано: Ubuntu 8.10, * скомпиленная с офсайта, DAHDI оттуда же, плата OpenVOX A400P с FXS и FXO модулями, которая работала на * с zaptel, поставленными из репозитариев.
Проблема: при поднятии трубки телефона, включенного в FXS, нет гудка и, естественно, никуда не звонится :)
Что имеем: Нормально проходящие звонки из города (FXO) на телефон (FXS).
root@serverx:~# dahdi_scan
[1]
active=yes
alarms=OK
description=Wildcard TDM400P REV E/F Board 5
name=WCTDM/4
manufacturer=Digium
devicetype=Wildcard TDM400P REV E/F
location=PCI Bus 01 Slot 10
basechan=1
totchans=4
irq=17
type=analog
port=1,FXS
port=2,FXO
port=3,none
port=4,none
root@serverx:~# cat /etc/asterisk/chan_dahdi.conf
[trunkgroups]
[channels]
usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=yes
group=1
callgroup=1
pickupgroup=1
callprogress=yes
progzone=us
tonezone = 0 ; 0 is US
jbenable = yes
;;;[home-phones]
context=users ; Uses the [internal] context in extensions.conf
signalling=auto ; fxo_ks Use FXO signalling for an FXS channel - as set in sytem.conf.conf
channel => 1 ; Telephone attached to port 1
dahdichan => 1
group=2
;;;[pstn]
context=home ; Incoming calls go to [incoming-pstn-line] in extensions.conf
signalling=auto ; fxs_ks Use FXS signalling for an FXO channel - use as set in system.conf
faxdetect=incoming
busydetect=yes
;channel => 2
dahdichan => 2 ; PSTN attached to port 2
root@serverx:~# cat /etc/asterisk/dahdi-channels.conf
; Autogenerated by /usr/sbin/dahdi_genconf on Sun Mar 22 15:01:09 2009 -- do not hand edit
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended
; to be #include-d by /etc/asterisk/chan_dahdi.conf that will include the global settings
;
; Span 1: WCTDM/4 "Wildcard TDM400P REV E/F Board 5" (MASTER)
;;; line="1 WCTDM/4/0 FXOLS (EC: MG2)"
signalling=fxo_ls
callerid="Channel 1" <4001>
mailbox=4001
group=5
context=from-internal
channel => 1
callerid=
mailbox=
group=
context=default
;;; line="2 WCTDM/4/1 FXSKS (EC: MG2)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 2
callerid=
group=
context=default
serverx*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State
pseudo home default In Service
1 users default In Service
2 home default In Service
serverx*CLI> dahdi show status
Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO
Wildcard TDM400P REV E/F Board 5 OK 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1)
В какую сторону копать?
|