[asterisk-users] FXS ports on TDM410P card...
Michael C. Robinson
plug_1 at robinson-west.com
Tue Oct 11 22:42:29 CDT 2011
My analog card, uses a PCI slot and a 12V power connector, is configured
with 2 FXO and 2 FXS modules. I can ring handsets connected to the FXS
ports but I can't dial out from them. Is extensions.conf where I need
to make changes?
[root at robin asterisk]# cat chan_dahdi.conf
[trunkgroups]
[channels]
[phone](!)
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
context = myphones
signalling = fxo_ks
[phone1](phone)
signalling = fxs_ks
callerid = "Andrew F Robinson" <(503)543-2338>
dahdichan = 1
[phone2](phone)
signalling = fxs_ks
callerid = "Michael C Robinson" <(503)987-1322>
dahdichan = 2
[phone3](phone)
callerid = "2010" <2010>
dahdichan = 3
[phone4](phone)
callerid = "2011" <2011>
dahdichan = 4
[root at robin asterisk]#
extensions.conf:
[globals]
CENTURYLINK=DAHDI/1
COMCAST=DAHDI/2
ANDREWROOM=DAHDI/3
SERVERROOM=DAHDI/4
[external]
exten => _9NXXNXXXXXX,1,Dial(${CENTURYLINK}/${EXTEN:1})
exten => _8NXXNXXXXXX,1,Dial(${COMCAST}/${EXTEN:1})
[my-phones]
exten => 2000,1,Dial(SIP/2000,40)
same => n,VoiceMail(2000,u)
exten => 2002,1,Dial(SIP/2002,40)
same => n,VoiceMail(2002,u)
exten => 2004,1,Dial(SIP/2004,40)
same => n,VoiceMail(2004,u)
exten => 2006,1,Dial(SIP/2006,40)
same => n,VoiceMail(2006,u)
exten => 2007,1,Dial(SIP/2007,40)
same => n,VoiceMail(2007,u)
exten => 2008,1,Dial(SIP/2008,40)
same => n,VoiceMail(2008,u)
exten => 2009,1,Dial(SIP/2009,40)
same => n,VoiceMail(2009,u)
exten => 2010,1,Dial(${SERVERROOM},40)
same => n,VoiceMail(2010,u)
exten => 2011,1,Dial(${ANDREWROOM},40)
same => n,VoiceMail(2011,u)
exten => 2999,1,VoiceMailMain(${CALLERID(num)},s)
include => external
More information about the asterisk-users
mailing list