Hi Guys I'm configuring a TE212P card and have the following two entries in my /etc/asterisk/zapata.conf switchtype=dms100 signalling=pri_cpe When I reload asterisk I get the following messages:> -- Reloading module 'chan_zap.so' (Zapata Telephony) > == Parsing '/etc/asterisk/zapata.conf': Found > [Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: > Ignoring switchtype > [Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: > Ignoring signallingHowever pri show span 1 shows the right values set for both:> ast1*CLI> pri show span 1 > Primary D-channel: 24 > Status: Provisioned, In Alarm, Down, Active > Switchtype: Nortel DMS100 > Type: CPE > Window Length: 0/7 > Sentrej: 0 > SolicitFbit: 0 > Retrans: 0 > Busy: 0 > Overlap Dial: 0 > T200 Timer: 1000 > T203 Timer: 10000 > T305 Timer: 30000 > T308 Timer: 4000 > T309 Timer: -1 > T313 Timer: 4000 > N200 Counter: 3Should I be concerned as to the Warnings ? I'm not quite at the stage where I can test my setup yet and wanted to check before I get there. Many thanks for your time. Simon
Simon Alman wrote:> Hi Guys > > I'm configuring a TE212P card and have the following two entries in my > /etc/asterisk/zapata.conf > > switchtype=dms100 > signalling=pri_cpe > > When I reload asterisk I get the following messages: >> -- Reloading module 'chan_zap.so' (Zapata Telephony) >> == Parsing '/etc/asterisk/zapata.conf': Found >> [Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: >> Ignoring switchtype >> [Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: >> Ignoring signallingOn a reload, it is ignored since it is already set up. It's normal. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
Eric "ManxPower" Wieling
2007-Mar-30 17:04 UTC
[asterisk-users] switchtype and signalling query
Simon Alman wrote:> Hi Guys > > I'm configuring a TE212P card and have the following two entries in my > /etc/asterisk/zapata.conf > > switchtype=dms100 > signalling=pri_cpe > > When I reload asterisk I get the following messages: >> -- Reloading module 'chan_zap.so' (Zapata Telephony) >> == Parsing '/etc/asterisk/zapata.conf': Found >> [Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: >> Ignoring switchtype >> [Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: >> Ignoring signallingReload cannot change the switchtype or the signaling. The message is just letting you know what config options you are using that cannot be changed during a reload. You would have to unload chan_zap.so and load chan_zap.so or do a restart or stop and start of Asterisk to apply changes to those options. At least in 1.2 and earlier you cannot add or remove channels with a reload either. I don't think it gives you any error messages when it does not add/remove the channels. I don't know what limitations 1.4 has with regard to these things.