[Asterisk-Users] [help] warning 4246

Paul Hewlett paul at cottonpickinminds.co.za
Wed Feb 15 06:26:45 MST 2006


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
-- 



More information about the asterisk-users mailing list