Page 1 of 1

ast_request: No channel type registered chanel 'Zap'

PostPosted: Fri Nov 24, 2006 7:52 am
by prabhakar_asterisk
Hi

I am getting error lile this while dialing out from vicidial ..i can call manually from asterisk:
Nov 24 18:04:23 WARNING[6736]: channel.c:2597 ast_request: No channel type registered chanel 'Zap'
Nov 24 18:04:23 NOTICE[6736]: app_dial.c:1056 dial_exec_full: Unable to create )

[root@www ~]# ztcfg -vvv

Zaptel Configuration
======================


Channel map:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)

1 channels configured.

[root@www ~]# lsmod | grep wcfxo
wcfxo 13088 0
zaptel 206852 5 wcfxo

www*CLI> show modules like meetme
Module Description Use Cou
app_meetme.so MeetMe conference bridge 0
1 modules loaded

My demesg output
ACPI: PCI interrupt 0000:01:01.0[A] -> GSI 9 (level, low) -> IRQ
wcfxo: DAA mode is 'FCC'
Found a Wildcard FXO: Wildcard X100P
Registered tone zone 28 (India)
Registered tone zone 28 (India)
Registered tone zone 28 (India)
Registered tone zone 28 (India)
Registered tone zone 28 (India)


I checked in google in asterisk archive mailing list it told to add unload => chan_zap.so in /etc/asterisk/modules.conf
Even after inserting the line I am getting the error and I couldnt make calls

Thanks
Prabhakar

PostPosted: Fri Nov 24, 2006 8:10 am
by mflorell
What kind of zaptel card do you have?

What kind of telco lines are you using to dial out?

Did you compile zaptel before compiling Asterisk?

PostPosted: Sat Nov 25, 2006 3:15 am
by prabhakar_asterisk
hi matt
i m using x100p card and i am using sip trunks for dialing out
i compiled zaptel first before compiling asterisk
thanks

PostPosted: Sat Nov 25, 2006 4:38 am
by astvici
Try
in your terminal
service zaptel start

PostPosted: Mon Nov 27, 2006 12:27 am
by prabhakar_asterisk
when i type service zaptel start i am get
zaptel : unrecognized service

PostPosted: Mon Nov 27, 2006 1:38 am
by astvici
u are using x100p right ?

then try this


modprobe zaptel
modprobe wcfxo

service zaptel start

PostPosted: Mon Nov 27, 2006 6:10 am
by Op3r
modprobe zaptel
modprobe wcfxo

service zaptel start


service zaptel start is only accepted if you compile it as a service

Do this

ztcfg -vvvvvv

:D

PostPosted: Tue Nov 28, 2006 12:24 am
by prabhakar_asterisk
hi edwin,

this is the output

[root@www ~]# ztcfg -vvvv

Zaptel Configuration
======================


Channel map:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)

1 channels configured.

PostPosted: Tue Nov 28, 2006 6:07 am
by Op3r
then that should work...

look at your extensions.conf youre not supposed to be using zap to dial because ur using voip

PostPosted: Tue Nov 28, 2006 7:49 am
by prabhakar_asterisk
my extension.conf looks fine and i can dial out manually using asterisk.
i m getting error something like this
channel.c:2597 ast_request: No channel type registered chanel ' '
its not showing any channel

Thanks