[Fixed] Error in Asterisk CLI

I get the following error in the Asterisk CLI:

– Reloading module ‘chan_zap.so’ (Zapata Telephony w/PRI)
== Parsing ‘/etc/asterisk/zapata.conf’: Found
Aug 12 12:13:38 WARNING[4133]: chan_zap.c:10855 setup_zap: Ignoring signalling
Aug 12 12:13:38 WARNING[4133]: chan_zap.c:10855 setup_zap: Ignoring switchtype
Aug 12 12:13:38 WARNING[4133]: chan_zap.c:10855 setup_zap: Ignoring pridialplan
Aug 12 12:13:38 WARNING[4133]: chan_zap.c:10855 setup_zap: Ignoring prilocaldialplan
– Reconfigured channel 1, PRI Signalling signalling
– Reconfigured channel 2, PRI Signalling signalling

Any ideas?

Other thread for reference:
forums.digium.com/viewtopic.php?t=8854

Thanks.

…Razr

you may get this if you define those paramaters more than once before defining a channel. comment out the one you don’t want, probably the first one.

That worked.

I just hope it doesn’t affect the info I’m trying to send to the telco.

Thanks,

…Razr

asterisk will take i think only the first definition you put. it will ignore the following ones, until you define a channel(s). At that point, it will use whatever is defined between it and the next channel(s), and for what is not available use the settings from the previous channel.