[Asterisk-Users] problems with X100P - No channel typeregistered for 'Zap'

khoonking khoonkingsg at yahoo.com.sg
Mon Oct 4 23:23:20 MST 2004


Hi,

This is what I have configured. I have connected 2 sip IP-Phones to the
asterisk. SIP IP-Phone 1 can call SIP IP-Phone 2. The X100P is connected to
my PBX ext 100. 
I would like my SIP IP-Phones to be able to call to my office colleage ext,
e.g. 101
And my IP-Phones to receive incoming call from PBX.


Zaptel.conf
====================	
fxsks=1 #X100P
loadzone = us
defaultzone=us


zapatel.conf
========================
[channels]
signalling=fxs_ks
context=incoming
channel = >1 ;X100P


extension.conf

[default]
exten => 6200,1,Dial(SIP/6200,20)
exten => 6203,1,Dial(SIP/6203,20)
exten => _X.,1,Dial,Zap/1/${EXTEN}

[incoming]
;exten => s,1,Echo ;for testing the connection

exten => s,1,Answer			; Answer the line
exten => s,2,Playback,demo-thanks ;for playing a file
;exten => s,1,Playback(demo-thanks) ;for playing a file


 
 
Best Regards


-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Steven
Critchfield
Sent: Tuesday, October 05, 2004 1:45 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] problems with X100P - No channel
typeregistered for 'Zap'

On Tue, 2004-10-05 at 13:33 +0800, khoonking wrote:
> Hi,
> 
>             I have already installed the X100P drivers but when I make
> to make call call, I always get No channel type registered for 'Zap'.
> 
> Any idea how to solve this problem?
> 
>  
> 
> It seems that the Zap module is not loaded but I have already load the
> driver by
> 
> modprobe zaptel
> > modprobe wcfxo
> > ztcfg -vv

modprobe wcfxo will insmod all other dependant modules. So modprobe
zaptel is actually unnecessary.

Did you properly edit the config files for zapata.conf and zaptel.conf
so that the hardware and asterisk both are know about the card? Did you
specify a channel specifically or did you dial a group? Think you might
be able to incorporate a tad more information in your next post such as
config snippits that are relavent to your problem?

-- 
Steven Critchfield <critch at basesys.com>

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list