Hello All,
This is my work...
i am running Aterisk 11.20. on Ubuntu server,
i 've installed a card for outside connectivity such as PSTN line, all users can make outgoing call by prefixed the number with 9..
;General options
usecallerid = yes
hidecallerid = no
callwaiting = yes
threewaycaing = yes
transfer = yes
echocancel = yes
echocancelwhenbridged = yes
rxgain = 0.0
txgain = 0.0
FXO Modules
group = 1
echocancel = yes
signalling = fxs_ks
context = voip
channel = 1
and extensions.conf : users are able to make outgoing call with this following line>>
[voip]
exten => _9.,1,Dial(DAHDI/g1/www${EXTEN : 1})
exten => _9.,2,Congestion
This one is for internal call between users >>
[voip]
exten => _1XX,1,Dial(SIP/${EXTEN},20)
exten => _1XX,2,Hangup()
So now i passed this following command line to route incoming call to extension 100
[voip]
exten => s,1,Answer
exten => s,2,Dial(DAHDI/g1/20,rt)
exten => s,3,Dial(SIP/100)
i got this following erro :
Channel 'DAHDI/1-1' sent to invalid extension but no invalid handler :
please help me to fix this,
Thanks !