- Code: Select all
loadzone = us
defaultzone = us
fxsks = 1,2,3,4,5,6,7,8
echocanceller = mg2,1-8
Below is the dahdi.conf file
- Code: Select all
;General options
usecallerid = yes
hidecallerid = no
callwaiting = yes
threewaycalling = yes
transfer = yes
echocancel = yes
echocancelwhenbridged = yes
rxgain = 0.0
txgain = 0.0
;FXS Modules
group = 1
echocancel = yes
signalling = fxs_ks
context = voip
channel = 1-8
on reload the module with the command :
#modprobe wcaxx
#dahdi_cfg -vv
All the 8 port are shown to configure,
on ,my dialplan i set it like that
- Code: Select all
[voip]
exten =>_7XXX,1,Dial(SIP/${EXTEN},30)
exten =>_7XXX,2,Hangup()
[voip]
exten =>_XXXXXXXXXX,1,Authenticate(1719,a)
exten =>_XXXXXXXXXX,2,Dial(DAHDI/g4/www${EXTEN})
exten =>_XXXXXXXXXX,3,Congestion
[voip]
exten => s,1,Dial(DAHDI/g1,20,rt)
exten => s,2,Dial(SIP/7266&SIP/7255&SIP/7233&SIP/7213&SIP/7212)
[voip]
exten =>_XXXXXXXX,1,Dial(DAHDI/g1/www${EXTEN})
exten =>_XXXXXXX,2,Congestion
Internal call work fine, but for both inbound and outbound call i am having issue,
this why i get on the asterisk CLI>>
unable to create channel dahdi (Cause 0...)
I try to fix it by reloading the module in the CLI, i get the output that the module is alerady running,
Any suggestion will help me .
Thanks in advance !!!