Jonathan Moore
2003-Dec-04 10:49 UTC
[Asterisk-Users] Carrier Access Channel Bank Setup -- No hangup
I just purchased a T100p from digium and a Carrier Access Access Bank 1 channel bank (12fxs/12fxo). I have the setup partially working thanks to some help from IRC. However I still have the following issues I can't seem to resolve 1. When calling into the system from the PSTN call hangup is not detected. * leaves line in use until it is shutdown. 2. When calling an analog phone connected to channel bank the phone doesn't ring. If you are in call and some else calls the extension you get the call waiting tones and a flash works to flip to the new line. zaptel.conf span=1,1,0,esf,b8zs fxsls=13-24 fxols=1-12 loadzone = us defaultzone=us zapata.conf [channels] context = local language = en callwaiting = yes threewaycalling = yes transfer = yes cancelforward = yes callreturn = no usecallerid = yes hidecallerid = no echocancel = yes echocancelwhenbridged = yes ;immediate = no txgain=1.0 rxgain=1.0 callprogress=no busydetect=no group = 2 ;use with FXO PCI card signalling = fxo_ls ;channel => 13-24 channel => 1 context = local group = 1 ;use with FXS USB card signalling = fxs_ls ;callerid = "John Doe" <(710) 555-6200> channel => 13 -- Jonathan Moore Director of Technology Winfield Public Schools Office 620.221.5100 Fax 620.221.0508 Visit Winfield Public Schools at http://usd465.com ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
Steven Critchfield
2003-Dec-04 12:41 UTC
[Asterisk-Users] Carrier Access Channel Bank Setup -- No hangup
On Thu, 2003-12-04 at 11:49, Jonathan Moore wrote:> I just purchased a T100p from digium and a Carrier Access Access Bank 1 channel > bank (12fxs/12fxo). I have the setup partially working thanks to some help from > IRC. However I still have the following issues I can't seem to resolve > > 1. When calling into the system from the PSTN call hangup is not detected. * > leaves line in use until it is shutdown.You need to get disconnect supervision on you phone lines. Nothing short is probably going to work for you.> 2. When calling an analog phone connected to channel bank the phone doesn't > ring. If you are in call and some else calls the extension you get the call > waiting tones and a flash works to flip to the new line.Do any of the phone lines ring? Sounds like you have one of the AB1's that are known to get burnt out ring generators.> zaptel.conf > span=1,1,0,esf,b8zs > fxsls=13-24 > fxols=1-12Switch these from ls to ks for kewlstart, or disconnect supervision signaling.> loadzone = us > defaultzone=us > > zapata.conf > [channels] > > context = local > language = en > callwaiting = yes > threewaycalling = yes > transfer = yes > cancelforward = yes > callreturn = no > usecallerid = yes > hidecallerid = no > echocancel = yes > echocancelwhenbridged = yes > ;immediate = no > txgain=1.0 > rxgain=1.0 > callprogress=no > busydetect=no > > group = 2 > > ;use with FXO PCI card > signalling = fxo_lsIf you change above to ks, do the same here.> ;channel => 13-24 > channel => 1 > > context = local > > group = 1 > ;use with FXS USB card > signalling = fxs_lsagain, if you change to ks, do so here also.> ;callerid = "John Doe" <(710) 555-6200> > channel => 13-- Steven Critchfield <critch@basesys.com>
Robert Hajime Lanning
2003-Dec-04 12:44 UTC
[Asterisk-Users] Carrier Access Channel Bank Setup -- No hangup
Changes are below. Use KewlStart for the FXO channels. (Loopstart + remote disconnect suppervision) Define all T1 channels. FXS channels can be loopstart without any issues. <quote who="Jonathan Moore">> I just purchased a T100p from digium and a Carrier Access Access Bank 1 > channel bank (12fxs/12fxo). I have the setup partially working thanks > to some help from IRC. However I still have the following issues I > can't seem to resolve > > 1. When calling into the system from the PSTN call hangup is not > detected. * leaves line in use until it is shutdown. > > 2. When calling an analog phone connected to channel bank the phone > doesn't ring. If you are in call and some else calls the extension > you get the call waiting tones and a flash works to flip to the new > line. > > zaptel.conf > span=1,1,0,esf,b8zs > fxsls=13-24 > fxols=1-12use "fxsks=13-24"> loadzone = us > defaultzone=us > > zapata.conf > [channels] > > context = local > language = en > callwaiting = yes > threewaycalling = yes > transfer = yes > cancelforward = yes > callreturn = no > usecallerid = yes > hidecallerid = no > echocancel = yes > echocancelwhenbridged = yes > ;immediate = no > txgain=1.0 > rxgain=1.0 > callprogress=no > busydetect=no > > group = 2 > > ;use with FXO PCI card > signalling = fxo_ls > ;channel => 13-24 > channel => 1channel => 1-12> > context = local > > group = 1 > ;use with FXS USB card > signalling = fxs_lssignalling = fxs_ks> ;callerid = "John Doe" <(710) 555-6200> > channel => 13channel => 13-24 -- END OF LINE -MCP