hi all, I have a problem with @ 1.2.4 on debian kernel 2.6.8-2-386.: -- Executing Dial("SIP/2003-bbae", "zap/2/03460816149|30|t") in new stack Feb 14 17:25:25 WARNING[4246]: channel.c:2535 ast_request: No channel type registered for 'zap' Feb 14 17:25:25 NOTICE[4246]: app_dial.c:1011 dial_exec_full: Unable to create channel of type 'zap' (cause 66 - Channel not implemented) I have a TDM400 card. with 2 channels. it seems thera are no zap channels! even in the CLI , there are no zap * commands. below some debug message and file config: thank's in advance for any help ciao fabrizio ztcfg -vvv Zaptel Configuration ===================== Channel map: Channel 01: FXO Kewlstart (Default) (Slaves: 01) Channel 02: FXS Kewlstart (Default) (Slaves: 02) 2 channels configured. centralino:/etc# cat zaptel.conf loadzone=it defaultzone=it fxoks=1 fxsks=2 centralino:/etc/asterisk# cat zapata.conf ;mio zapata.conf [channels] echocancel=yes ;echotraining=yes ;echotraining=400 rxgain=0.4 txgain=-10 signalling=fxo_ks language=it context=fxs channel => 1 signalling=fxs_ks language=it context=int-alcatel channel => 2
On Tuesday 14 February 2006 19:11, fabrizio wrote:> hi all, > I have a problem with @ 1.2.4 on debian kernel 2.6.8-2-386.: > > -- Executing Dial("SIP/2003-bbae", "zap/2/03460816149|30|t") in new stack > Feb 14 17:25:25 WARNING[4246]: channel.c:2535 ast_request: No channel > type registered for 'zap' > Feb 14 17:25:25 NOTICE[4246]: app_dial.c:1011 dial_exec_full: Unable to > create channel of type 'zap' (cause 66 - Channel not implemented) > > I have a TDM400 card. with 2 channels. > it seems thera are no zap channels! > even in the CLI , there are no zap * commands.This indicates that chan_zap.so has not been loaded. Try load chan_zap.so from the CLi Look in modules.conf and check that chan_zap.so does not have 'noload' i.e. noload => chan_zap.so change to ;noload => chan_zap.so Lastly check if chan_zap.so exists in your modules directory... Paul -- Paul Hewlett - CottonPickinMinds - www.cottonpickinminds.co.za Tel: +27 21 852 8812 Cel: +27 84 420 9282 Fax: +27 86 672 0563 --