Hola amigos, buenas.
Os escribo para pediros ayuda con un pequeño problema en una instalación con Asterisk usando la distribución de FreePBX y un par de líneas RDSI de Jazztel
La conexión de las RDSI se realiza a través de una tarjeta híbrida HB8 con un módulo B400M y un cancelador de eco VPMOCT032CF. La tarjeta recibe la conexión de las líneas RDSI de Jazztel a través de un router Dataflex VIM 2000. El problema que tengo es que, tanto si realizo la configuración de los trunks mediante grupos como si la hago por canales independientes, en el momento en que se ocupa el segundo canal de una RDSI me corta la comunicación que exista en ese momento en el primero. Jamás he tenido ese problema con las RDSI de telefónica así que presupongo que debe de ser algo específico de la configuración que usa Jazztel, pero su servicio técnico no tiene ni idea y no encuentro información útil en los foros especializados de asterisk ni en ningún otro sitio.
La instalacion consta, además, de una tarjeta AEX800P con un módulo X400M y otro cancelador de eco que está funcionando correctamente.
Desde el CLI de asterisk se ve ya que existe algún problema con las RDSI porque muestra una alarma roja en esos canales. Os copio la salida después de un dahdi restart y un dahdi show status:
asterisk*CLI> dahdi restart
Destroying channels and reloading DAHDI configuration.
-- Unregistered channel -2
-- Unregistered channel 1
-- Unregistered channel 2
-- Unregistered channel 3
-- Unregistered channel 4
-- Unregistered channel 9
-- Unregistered channel 10
-- Unregistered channel 12
-- Unregistered channel 13
== Parsing '/etc/asterisk/chan_dahdi.conf': == Found
== Parsing '/etc/asterisk/dahdi-channels.conf': == Found
== Parsing '/etc/asterisk/chan_dahdi_additional.conf': == Found
-- Reconfigured channel 1, FXS Kewlstart signalling
-- Reconfigured channel 2, FXS Kewlstart signalling
-- Reconfigured channel 3, FXS Kewlstart signalling
-- Reconfigured channel 4, FXS Kewlstart signalling
[2012-08-26 21:44:01] WARNING[12797]: chan_dahdi.c:7816 handle_alarms: Detected alarm on channel 9: Red Alarm
-- Reconfigured channel 9, ISDN BRI Point to MultiPoint signalling
[2012-08-26 21:44:01] WARNING[12797]: chan_dahdi.c:7816 handle_alarms: Detected alarm on channel 10: Red Alarm
-- Reconfigured channel 10, ISDN BRI Point to MultiPoint signalling
[2012-08-26 21:44:01] WARNING[12797]: chan_dahdi.c:7816 handle_alarms: Detected alarm on channel 12: Red Alarm
-- Reconfigured channel 12, ISDN BRI Point to MultiPoint signalling
[2012-08-26 21:44:01] WARNING[12797]: chan_dahdi.c:7816 handle_alarms: Detected alarm on channel 13: Red Alarm
-- Reconfigured channel 13, ISDN BRI Point to MultiPoint signalling
-- Automatically generated pseudo channel
== Starting D-Channel on span 2
== Starting D-Channel on span 3
== Primary D-Channel on span 2 up
== Primary D-Channel on span 3 up
asterisk*CLI> dahdi show status
Description Alarms IRQ bpviol CRC Fra Codi Options LBO
Wildcard AEX800 OK 0 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1)
HB8-0000 RED 184 0 0 CCS AMI 0 db (CSU)/0-133 feet (DSX-1)
HB8-0000 RED 184 0 0 CCS AMI 0 db (CSU)/0-133 feet (DSX-1)
HB8-0000 UNCONFI 184 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1)
HB8-0000 UNCONFI 184 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1)
El cable que estoy usando es el que venía con la HB8 y el módulo B400M, así que no debería de ser eso a no ser que la RDSI de Jazztel necesite una conexión especial. Si tenéis conocimiento de cual puede ser el problema u os habéis tropezado con una situación parecida en alguna instalación os agradecería que me echarais una mano con ello.
Os copio la configuración de los ficheros que creo os pueden servir para tratar de localizar el problema. Los cambios que he realizado sobre los mismos son mínimos respecto a la generación automática que se realiza durante con el script dahdi_genconf:
*** /etc/dahdi/system.conf *****************************
# Span 1: WCTDM/0 "Wildcard AEX800" (MASTER)
fxsks=1
echocanceller=mg2,1
fxsks=2
echocanceller=mg2,2
fxsks=3
echocanceller=mg2,3
fxsks=4
echocanceller=mg2,4
# channel 5, WCTDM/0/4, no module.
# channel 6, WCTDM/0/5, no module.
# channel 7, WCTDM/0/6, no module.
# channel 8, WCTDM/0/7, no module.
# Span 2: WCBRI/1/1 "HB8-0000"
span=2,1,0,ccs,ami,te,term
# termtype: te
bchan=9-10
hardhdlc=11
echocanceller=mg2,9-10
# Span 3: WCBRI/1/2 "HB8-0000"
span=3,2,0,ccs,ami,te,term
# termtype: te
bchan=12-13
hardhdlc=14
echocanceller=mg2,12-13
# Span 4: WCBRI/1/3 "HB8-0000"
# span=4,3,0,ccs,ami,term,te
# termtype: te
# bchan=15-16
# hardhdlc=17
# echocanceller=mg2,15-16
# Span 5: WCBRI/1/4 "HB8-0000"
# span=5,4,0,ccs,ami,term,te
# termtype: te
# bchan=18-19
# hardhdlc=20
# echocanceller=mg2,18-19
# Global data
loadzone = es
defaultzone = es
*** /etc/asterisk/chan_dahdi.conf *************************
[trunkgroups]
[channels]
language=es
context=from-zaptel
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
busydetect=yes
busycount=10
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
rxgain=0.0
txgain=8.0
group=0
callgroup=1
pickupgroup=1
immediate=no
;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no
#include dahdi-channels.conf
*** /etc/asterisk/dahdi-channels.conf ***************************
; Span 1: WCTDM/0 "Wildcard AEX800" (MASTER)
;;; line="1 WCTDM/0/0 FXSKS (EC: VPMOCT032 - INACTIVE)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 1
; callerid=
; group=
; context=default
;;; line="2 WCTDM/0/1 FXSKS (EC: VPMOCT032 - INACTIVE)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 2
; callerid=
; group=
; context=default
;;; line="3 WCTDM/0/2 FXSKS (EC: VPMOCT032 - INACTIVE)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 3
; callerid=
; group=
; context=default
;;; line="4 WCTDM/0/3 FXSKS (EC: VPMOCT032 - INACTIVE)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 4
; callerid=
; group=
; context=default
; Span 2: WCBRI/1/1 "HB8-0000"
group=12
context=from-pstn
switchtype = euroisdn
signalling = bri_cpe_ptmp
channel => 9-10
context = default
group = 63
; Span 3: WCBRI/1/2 "HB8-0000"
group=13
context=from-pstn
switchtype = euroisdn
signalling = bri_cpe_ptmp
channel => 12-13
context = default
group = 63
; Span 4: WCBRI/1/3 "HB8-0000"
; group=0,14
; context=from-pstn
; switchtype = euroisdn
; signalling = bri_cpe_ptmp
; channel => 15-16
; context = default
; group = 63
; Span 5: WCBRI/1/4 "HB8-0000"
; group=0,15
; context=from-pstn
; switchtype = euroisdn
; signalling = bri_cpe_ptmp
; channel => 18-19
; context = default
; group = 63
Muchas gracias de antemano y un saludo
José María
-- José María Morales [ jose...@morales-vazquez.com ]
------------ Blog: [ http://blog.unlugarenelmundo.es/ ]
------------ Perfil: [ http://cv.morales-vazquez.es/ ]
--
--
Este email pertenece a la lista de Asterisk-ES (http://www.asterisk-es.org)
~~~ Normas de la lista Asterisk-ES: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://comunidad.asterisk-es.org/index.php?title=Lista:normas-asterisk-es
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Para anular la suscripción: asterisk-es...@googlegroups.com