三匯TEJ100 卡驅動搞定

2021-05-25 10:47:04 字數 2359 閱讀 6153

dahdi version: 2.1.0.4

synast ver1.5.0.0

asterisk 1.4.24

使用必殺命令

astcfg_dahdi asterisk

[root@bangian ~]# cd /etc/dahdi/

[root@bangian dahdi]# ls

init.conf  modules  system.conf  system.conf.bak

[root@bangian dahdi]# cat system.conf

#*****************synast ver1.5.0.0*****************

loadzone=us

defaultzone=us

span=1,1,0,ccs,hdb3

bchan=1-15,17-31

dchan=16

[root@bangian dahdi]# cat modules 

fxm8apci

fxm16apcie

fxm32

tejxapci

tej21

cdcx522apci

[root@bangian dahdi]# 

[root@bangian ~]# cd /etc/dahdi/

[root@bangian dahdi]# ls

init.conf  modules  system.conf  system.conf.bak

[root@bangian dahdi]# cat system.conf

#*****************synast ver1.5.0.0*****************

loadzone=us

defaultzone=us

span=1,1,0,ccs,hdb3

bchan=1-15,17-31

dchan=16

[root@bangian dahdi]# cat modules 

fxm8apci

fxm16apcie

fxm32

tejxapci

tej21

cdcx522apci

[root@bangian dahdi]# 

[root@bangian dahdi]# 

[root@bangian dahdi]# cd /etc/asterisk

[root@bangian asterisk]# cat dahdi-channels.conf

; autogenerated by /usr/sbin/dahdi_genconf on fri may 20 21:18:48 2011 -- 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

[root@bangian asterisk]# cat chan_dahdi.conf

;*****************synast ver1.5.0.0*****************

[trunkgroups]

[channels]

context=text

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

pridialplan=unknown

prilocaldialplan=unknown

group=1

signalling=pri_cpe

switchtype=euroisdn

channel=>1-15,17-31

網路面試100問(三)

目錄 21 如何實現 vlan 間通訊?有幾種方法?22 什麼是衝突域?什麼廣播域?23 簡述stp 802.1d 的作用及工作原理,rstp 802.1w 收斂速度為什麼比802.1d快?24 mstp原理?25 生成樹有什麼缺點?你知道有哪些技術可以彌補這些缺點?26 簡述傳統的多層交換與基於 ...

LeetCode top100 三數之和

給你乙個包含 n 個整數的陣列 nums,判斷 nums 中是否存在三個元素 a,b,c 使得 a b c 0 請你找出所有滿足條件且不重複的三元組。注意 答案中不可以包含重複的三元組。題目分析 給定陣列 nums 1,0,1,2,1,4 滿足要求的三元組集合為 1,0,1 1,1,2 思路 一 注...

C語言經典100例(三)21 30

猴子第一天摘下若干個桃子,當即吃了一半,還不癮,又多吃了乙個 第二天早上又將剩下的桃子吃掉一半,又多吃了乙個。以後每天早上都吃了前一天剩下的一半零乙個。到第10天早上想再吃時,見只剩下乙個桃子了。求第一天共摘了多少。include include intmain printf d n num inc...