Hola, compre en enlaza.mx una tarjeta sangoma a200 con un modulo Modulo FXO, ya tengo configurada la tarjeta Sangoma en el Asterisk con el winpipe y todo, ahora bien mi duda es, tengo 2 lineas de telmex, estas las conecto a la tarjeta sangoma y como puedo identificar cual es cual desde asterisk
de igual forma reviso el estado de los canales:
asterisk*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State Description
pseudo default default In Service
3 from-zaptel default In Service
4 from-zaptel default In Service
pero cuando quiero validar mfcr2 show channels, no encuentra el comando
Aqui estan mis archivos de configuracion:
chan_dahdi.conf
system.conf
extensions.conf
realizo una prueba marcando y me manda este error:
[Jul 3 17:23:35] WARNING[5223][C-00000007]: channel.c:5980 ast_request: No channel type registered for 'DAHDI'
[Jul 3 17:23:35] WARNING[5223][C-00000007]: app_dial.c:2437 dial_exec_full: Unable to create channel of type 'DAHDI' (cause 66 - Channel not implemented)
de igual forma reviso el estado de los canales:
asterisk*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State Description
pseudo default default In Service
3 from-zaptel default In Service
4 from-zaptel default In Service
pero cuando quiero validar mfcr2 show channels, no encuentra el comando
Aqui estan mis archivos de configuracion:
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=5.0
txgain=5.0
group=1
callgroup=1
pickupgroup=1
immediate=no
busydetect=yes
busycount=6
relaxdtmf=yes
progzone=mx
;Sangoma AFT-200 [slot:4 bus:4 span:1] <wanpipe1>
context=from-zaptel
group=1
echocancel=yes
signalling = fxs_ks
channel => 1
context=from-zaptel
group=2
echocancel=yes
signalling = fxs_ks
channel => 2
context=from-zaptel
group=3
echocancel=yes
signalling = fxs_ks
channel => 3
context=from-zaptel
group=4
echocancel=yes
signalling = fxs_ks
channel => 4
[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=5.0
txgain=5.0
group=1
callgroup=1
pickupgroup=1
immediate=no
busydetect=yes
busycount=6
relaxdtmf=yes
progzone=mx
;Sangoma AFT-200 [slot:4 bus:4 span:1] <wanpipe1>
context=from-zaptel
group=1
echocancel=yes
signalling = fxs_ks
channel => 1
context=from-zaptel
group=2
echocancel=yes
signalling = fxs_ks
channel => 2
context=from-zaptel
group=3
echocancel=yes
signalling = fxs_ks
channel => 3
context=from-zaptel
group=4
echocancel=yes
signalling = fxs_ks
channel => 4
#autogenerated by /usr/sbin/wancfg_dahdi do not hand edit
#autogenrated on 2014-07-03
#Dahdi Channels Configurations
#For detailed Dahdi options, view /etc/dahdi/system.conf.bak
loadzone=mx
defaultzone=mx
#Sangoma AFT-200 [slot:4 bus:4 span:1] <wanpipe1>
fxsks=1
echocanceller=oslec,1
fxsks=2
echocanceller=oslec,2
fxsks=3
echocanceller=oslec,3
fxsks=4
echocanceller=oslec,4
#autogenrated on 2014-07-03
#Dahdi Channels Configurations
#For detailed Dahdi options, view /etc/dahdi/system.conf.bak
loadzone=mx
defaultzone=mx
#Sangoma AFT-200 [slot:4 bus:4 span:1] <wanpipe1>
fxsks=1
echocanceller=oslec,1
fxsks=2
echocanceller=oslec,2
fxsks=3
echocanceller=oslec,3
fxsks=4
echocanceller=oslec,4
[salida_telefono]
exten => _01ZXXXXXXXXX,1,Dial(DAHDI/g1/${EXTEN})
exten => _01ZXXXXXXXXX,1,Dial(DAHDI/g1/${EXTEN})
[Jul 3 17:23:35] WARNING[5223][C-00000007]: channel.c:5980 ast_request: No channel type registered for 'DAHDI'
[Jul 3 17:23:35] WARNING[5223][C-00000007]: app_dial.c:2437 dial_exec_full: Unable to create channel of type 'DAHDI' (cause 66 - Channel not implemented)
Comentario