Dear Archive, > I'm attempting to get a tdm400p card with one fxo and 3 fxs modules up > and running here using Asterisk 1.4.9 from source on FreeBSD 6.2. The > fxs modules are not powered so getting the fxo module to function is > my goal. > > chan_zap reports the following errors: > > == Parsing '/usr/local/etc/asterisk/zapata.conf': > chan_zap.c:903 in zt_open: Unable to specify channel 3: Operation not > supported by device > chan_zap.c:7166 in mkintf: Unable to open channel 3: Operation not > supported by device here = 0, tmp->channel = 3, channel = 3 > chan_zap.c:10472 in build_channels: Unable to register channel '3' >
Solved. If you're trying to configure module 'n', you must reference it with 'n+1' in zaptel.conf and zapata.conf. In other words, I changed these lines and now everything is detected fine. ; zaptel.conf: ;fxsks=3 fxsks=4 ;zapata.conf ;channel => 3 channel => 4 Thanks to gonzo in IRC for the tip. -Michael I. _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- Asterisk-BSD mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-bsd

