Saludos cordiales, les comento que estoy configurando un PBX con Elastix 2.3 2 tarjetas sangoma (A101 y A200) las líneas análogas funcionan sin problemas, pero el problema es mi E1, pues me indica que todas las líneas estan ocupadas y cada vez que reinicio el PBX los canales se bloquean, debo conectar el conmutador existente (PANASONIC) y apagarlo para desbloquear los canales, la conexión es a traves de un balum a un gateway watson, pego mis configuraciones, a ver si alguien pudiera ayudarme, de antemano gracias.
chan_dahdi.conf
[trunkgroups]
[channels]
context=default
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
;Sangoma A101 port 1 [slot:0 bus:6 span:1] <wanpipe1>
;switchtype=euroisdn
context=from-pstn
group=1
;echocancel=yes
signalling=mfcr2
mfcr2_variant=mx
mfcr2_get_ani_first=no
mfcr2_max_ani=10
mfcr2_max_dnis=4
mfcr2_category=national_subscriber
mfcr2_call_files=yes
mfcr2_mfback_timeout=-1
mfcr2_metering_pulse_timeout=-1
; this is for debugging purposes
mfcr2_logdir=span1
mfcr2_logging=all
; end debugging configuration
restrictcid=yes
hidecallerid=no
channel => 1-10
;Uncomment these lines if you have problems with the disconection of your analog lines
;hanguponpolarityswitch=yes
detectbusy=yes
busycount=3
progzone=mx
callprogress=yes
#include dahdi-channels.conf
#include chan_dahdi_additional.conf
dahdi-channels.conf
; Span 2: WRTDM/0 "wrtdm Board 1"
;;; line="32 WRTDM/0/0 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=1
context=from-pstn
channel => 32
context=default
;;; line="33 WRTDM/0/1 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=2
context=from-pstn
channel => 33
context=default
system.conf
;Sangoma A101 port 1 [slot:0 bus:6 span:1] <wanpipe1>
span=1,1,0,cas,hdb3
echocanceller=mg2,1-10
cas=1-10:1101
hardhdlc=16
#Sangoma AFT-A200 [slot:4 bus:2 span:2] <wanpipe2>
fxsks=32
echocanceller=mg2,32
fxsks=33
echocanceller=mg2,33
# Global data
loadzone = mx
defaultzone = mx
Wanpipe1.conf
[devices]
wanpipe1 = WAN_AFT_TE1, Comment
[interfaces]
w1g1 = wanpipe1, , TDM_VOICE, Comment
[wanpipe1]
CARD_TYPE = AFT
S514CPU = A
CommPort = PRI
AUTO_PCISLOT = NO
PCISLOT = 1
PCIBUS = 5
FE_MEDIA = E1
FE_LCODE = HDB3
FE_FRAME = NCRC4
FE_LINE = 1
TE_CLOCK = NORMAL
TE_REF_CLOCK = 0
TE_SIG_MODE = CAS
TE_HIGHIMPEDANCE = NO
TE_RX_SLEVEL = 120
HW_RJ45_PORT_MAP = DEFAULT
LBO = 120OH
FE_TXTRISTATE = NO
MTU = 1500
UDPPORT = 9000
TTL = 255
IGNORE_FRONT_END = NO
TDMV_SPAN = 1
TDMV_DCHAN = 16
TE_AIS_MAINTENANCE = NO #NO: defualt YES: Start port in AIS Blue Alarm and keep line down
#wanpipemon -i w1g1 -c Ttx_ais_off to disable AIS maintenance mode
#wanpipemon -i w1g1 -c Ttx_ais_on to enable AIS maintenance mode
TDMV_HW_DTMF = NO # YES: receive dtmf events from hardware
TDMV_HW_FAX_DETECT = NO # YES: receive fax 1100hz events from hardware
HWEC_OPERATION_MODE = OCT_NORMAL # OCT_NORMAL: echo cancelation enabled with nlp (default)
# OCT_SPEECH: improves software tone detection by disabling NLP (echo possible)
# OCT_NO_ECHO:disables echo cancelation but allows VQE/tone functions.
HWEC_DTMF_REMOVAL = NO # NO: default YES: remove dtmf out of incoming media (must have hwdtmf enabled)
HWEC_NOISE_REDUCTION = NO # NO: default YES: reduces noise on the line - could break fax
HWEC_ACUSTIC_ECHO = NO # NO: default YES: enables acustic echo cancelation
HWEC_NLP_DISABLE = NO # NO: default YES: guarantees software tone detection (possible echo)
HWEC_TX_AUTO_GAIN = 0 # 0: disable -40-0: default tx audio level to be maintained (-20 default)
HWEC_RX_AUTO_GAIN = 0 # 0: disable -40-0: default tx audio level to be maintained (-20 default)
HWEC_TX_GAIN = 0 # 0: disable -24-24: db values to be applied to tx signal
HWEC_RX_GAIN = 0 # 0: disable -24-24: db values to be applied to tx signal
[w1g1]
ACTIVE_CH = ALL
TDMV_HWEC = NO
MTU = 8
chan_dahdi.conf
[trunkgroups]
[channels]
context=default
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
;Sangoma A101 port 1 [slot:0 bus:6 span:1] <wanpipe1>
;switchtype=euroisdn
context=from-pstn
group=1
;echocancel=yes
signalling=mfcr2
mfcr2_variant=mx
mfcr2_get_ani_first=no
mfcr2_max_ani=10
mfcr2_max_dnis=4
mfcr2_category=national_subscriber
mfcr2_call_files=yes
mfcr2_mfback_timeout=-1
mfcr2_metering_pulse_timeout=-1
; this is for debugging purposes
mfcr2_logdir=span1
mfcr2_logging=all
; end debugging configuration
restrictcid=yes
hidecallerid=no
channel => 1-10
;Uncomment these lines if you have problems with the disconection of your analog lines
;hanguponpolarityswitch=yes
detectbusy=yes
busycount=3
progzone=mx
callprogress=yes
#include dahdi-channels.conf
#include chan_dahdi_additional.conf
dahdi-channels.conf
; Span 2: WRTDM/0 "wrtdm Board 1"
;;; line="32 WRTDM/0/0 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=1
context=from-pstn
channel => 32
context=default
;;; line="33 WRTDM/0/1 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=2
context=from-pstn
channel => 33
context=default
system.conf
;Sangoma A101 port 1 [slot:0 bus:6 span:1] <wanpipe1>
span=1,1,0,cas,hdb3
echocanceller=mg2,1-10
cas=1-10:1101
hardhdlc=16
#Sangoma AFT-A200 [slot:4 bus:2 span:2] <wanpipe2>
fxsks=32
echocanceller=mg2,32
fxsks=33
echocanceller=mg2,33
# Global data
loadzone = mx
defaultzone = mx
Wanpipe1.conf
[devices]
wanpipe1 = WAN_AFT_TE1, Comment
[interfaces]
w1g1 = wanpipe1, , TDM_VOICE, Comment
[wanpipe1]
CARD_TYPE = AFT
S514CPU = A
CommPort = PRI
AUTO_PCISLOT = NO
PCISLOT = 1
PCIBUS = 5
FE_MEDIA = E1
FE_LCODE = HDB3
FE_FRAME = NCRC4
FE_LINE = 1
TE_CLOCK = NORMAL
TE_REF_CLOCK = 0
TE_SIG_MODE = CAS
TE_HIGHIMPEDANCE = NO
TE_RX_SLEVEL = 120
HW_RJ45_PORT_MAP = DEFAULT
LBO = 120OH
FE_TXTRISTATE = NO
MTU = 1500
UDPPORT = 9000
TTL = 255
IGNORE_FRONT_END = NO
TDMV_SPAN = 1
TDMV_DCHAN = 16
TE_AIS_MAINTENANCE = NO #NO: defualt YES: Start port in AIS Blue Alarm and keep line down
#wanpipemon -i w1g1 -c Ttx_ais_off to disable AIS maintenance mode
#wanpipemon -i w1g1 -c Ttx_ais_on to enable AIS maintenance mode
TDMV_HW_DTMF = NO # YES: receive dtmf events from hardware
TDMV_HW_FAX_DETECT = NO # YES: receive fax 1100hz events from hardware
HWEC_OPERATION_MODE = OCT_NORMAL # OCT_NORMAL: echo cancelation enabled with nlp (default)
# OCT_SPEECH: improves software tone detection by disabling NLP (echo possible)
# OCT_NO_ECHO:disables echo cancelation but allows VQE/tone functions.
HWEC_DTMF_REMOVAL = NO # NO: default YES: remove dtmf out of incoming media (must have hwdtmf enabled)
HWEC_NOISE_REDUCTION = NO # NO: default YES: reduces noise on the line - could break fax
HWEC_ACUSTIC_ECHO = NO # NO: default YES: enables acustic echo cancelation
HWEC_NLP_DISABLE = NO # NO: default YES: guarantees software tone detection (possible echo)
HWEC_TX_AUTO_GAIN = 0 # 0: disable -40-0: default tx audio level to be maintained (-20 default)
HWEC_RX_AUTO_GAIN = 0 # 0: disable -40-0: default tx audio level to be maintained (-20 default)
HWEC_TX_GAIN = 0 # 0: disable -24-24: db values to be applied to tx signal
HWEC_RX_GAIN = 0 # 0: disable -24-24: db values to be applied to tx signal
[w1g1]
ACTIVE_CH = ALL
TDMV_HWEC = NO
MTU = 8
Comentario