[asterisk-users] Missing "zap" command in Asterisk 1.4.16

Jared Smith jsmith at digium.com
Wed Jan 2 14:39:03 CST 2008


On Thu, 2008-01-03 at 15:41 +0000, Raúl Gómez C. wrote:
> I've just compiled and installed Asterisk 1.4.16 and when I try to run
> "zap show" I get the message  "No such command 'zap show'".

This usually happens when chan_zap.so won't load.  The number one cause
for this is a zapata.conf configuration problem.  Here's a quick
run-down on things to check:

1) Stop Asterisk
2) Run 'cat /proc/zaptel/*' and make sure the spans are in the order you
want them in
3) Run 'ztcfg -vvv' and make sure the channel numbers and signaling look
good.
4) Once you've got the zaptel side working, then go into zapata.conf and
make sure the channel numbers and signaling are correct.
5) Start Asterisk
6) If you still have no zap commands, turn up the debug and verbosity
levels and then unload and reload the module:

CLI> core set verbose 9
CLI> core set debug 9
CLI> module unload chan_zap.so
CLI> module load chan_zap.so

Give that a whirl and let me know if that helps at all...

--
Jared Smith
Community Relations Manager
Digium, Inc.




More information about the asterisk-users mailing list