Re: freepbx pri trunk
У вас есть
ahdi_cfg
dahdi_genconf
dahdi_monitor
dahdi_scan
dahdi_test
dahdi_diag
dahdi_hardware
dahdi_registration
dahdi_speed
dahdi_tool
Это всё воспомогательные средства для процедуры настройки транка. Например
dahdi_hardware
pci:0000:02:00.0 wct4xxp+ d161:0205 Wildcard TE205P (4th Gen)
dahdi_cfg -vv покажет - сконфигурена карта уже автоматически, или нет.
/etc/asterisk/channels.conf - это Вы наврали вроде?
cat /etc/asterisk/dahdi-channels.conf
; Autogenerated by /usr/sbin/dahdi_genconf on Mon Oct 19 19:32:31 2009
; If you edit this file and execute /usr/sbin/dahdi_genconf again,
; your manual changes will be LOST.
; 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/chan_dahdi.conf that will include the global settings
;
; Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER)
group=0,11
;context=from-pstn
context=from-zaptel-custom
switchtype = qsig
;switchtype = euroisdn
signalling = pri_net
channel => 1-15,17-31
context = default
group = 63
; Span 2: TE2/0/2 "T2XXP (PCI) Card 0 Span 2"
group=0,12
context=from-pstn
switchtype = euroisdn
signalling = pri_cpe
channel => 32-46,48-62
context = default
group = 63
При такой конфигурации - если указать идентификатор g0, то звонок направится в группу из 62 каналов, то есть в общую трубу из двух портов Е1.
А если в g11, то только в первый порт Е1, в g12 - только во второй.
|