Kyle Hagan
2005-Jan-24 11:07 UTC
[Asterisk-Users] Wildcard TE405P and TDM400 - TDM not working
Im having a problem getting the 2 cards working together. I added the TDM with 3 FXO and 1 FXS board. The TE405p is working fine. THe TDM registers and identifies the FXO's and FXS but cant get them to go off hook. I hope someone can help. Asterisk seems to THINK its dialing it sends manager status as dialing, and it just sits there with no tones, on the phone dialing out. If I dial, using the TDM, if I do a ZAP Show Channel 49 or 50 its shows: File Descriptor: 60 Span: 3 Extension: Dialing: yes ------------- Show Dialing Context: internal Caller ID string: Destroy: 0 InAlarm: 0 Signalling Type: FXS Loopstart Owner: Zap/49-1 Real: Zap/49-1 Callwait: <None> Threeway: <None> Confno: -1 Propagated Conference: -1 Real in conference: 0 DSP: yes Relax DTMF: no Dialing/CallwaitCAS: 1/0 Default law: ulaw Fax Handled: no Pulse phone: no Echo Cancellation: 128 taps unless TDM bridged, currently OFF Actual Confinfo: Num/0, Mode/0x0000 Actual Confmute: No Actual Hookstate: Onhook -----------Not going off hook zaptel.conf: span=1,1,0,esf,b8zs span=2,1,0,esf,b8zs bchan=1-23 bchan=25-47 dchan=24 dchan=48 loadzone = us defaultzone=us fxsls=49-50 zapata.conf [channels] language=en context=default nsf=none signalling=pri_cpe rxwink=300 ; Atlas seems to use long (250ms) winks usecallerid=yes callwaiting=no usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes ; echocancel=yes ; echotraining=yes echotraining=800 ; rxgain=3.0 txgain=3.0 ; group=1 ; callgroup=1 pickupgroup=1 ; immediate=no ; switchtype = 5ess signalling = pri_cpe group = 2 channel => 1-23 channel => 25-47 signalling = fxs_ls context= internal group = 3 channel => 49-50
Steven Critchfield
2005-Jan-24 13:35 UTC
[Asterisk-Users] Wildcard TE405P and TDM400 - TDM not working
On Mon, 2005-01-24 at 11:07 -0700, Kyle Hagan wrote:> Im having a problem getting the 2 cards working together. > > I added the TDM with 3 FXO and 1 FXS board. > > The TE405p is working fine. THe TDM registers and identifies the FXO's > and FXS but cant get them to go off hook. > > I hope someone can help. > > Asterisk seems to THINK its dialing it sends manager status as dialing, > and it just sits there with no tones, on the phone dialing out. > > If I dial, using the TDM, if I do a ZAP Show Channel 49 or 50 its shows: > > File Descriptor: 60 > Span: 3Span 3, looks like you are still on the TE405P card> Actual Hookstate: Onhook -----------Not going off hookYep. not really configured.> zaptel.conf: > > span=1,1,0,esf,b8zs > span=2,1,0,esf,b8zs > bchan=1-23 > bchan=25-47 > dchan=24 > dchan=48 > loadzone = us > defaultzone=usadd ;empty=49-72 ;empty=73-96> fxsls=49-50change to fxsls=97-98> switchtype = 5ess > signalling = pri_cpe > group = 2 > channel => 1-23 > channel => 25-47 > signalling = fxs_ls > context= internal > group = 3 > channel => 49-50change to channel => 97-98 -- Steven Critchfield <critch@basesys.com>
Kyle Hagan
2005-Jan-25 11:01 UTC
[Asterisk-Users] Wildcard TE405P and TDM400 - TDM not working
>add >;empty=49-72 >;empty=73-96 > > >>fxsls=49-50 >> >> > >change to >fxsls=97-98 > > > >> switchtype = 5ess >> signalling = pri_cpe >> group = 2 >> channel => 1-23 >> channel => 25-47 >> signalling = fxs_ls >> context= internal >> group = 3 >> channel => 49-50 >> >> > >change to >channel => 97-98 > > >That fixed the problem thanks. I assume that I needed to use 97-98 due to the T1 card having 4 spans? So 49 and 50 are assigned to span 3. 96 would be the last in span 4.. and 97 would be the next channel available after the TI card... Correct? Thanks, Kyle