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

Steven Critchfield critch at basesys.com
Mon Oct 4 23:29:59 MST 2004


Don't group reply. I get mail just fine from the mailing list like
everyone else. The mailing list is properly set up to promote community
by helping keep discussions on the list for all to see and benefit.

On Tue, 2004-10-05 at 14:23 +0800, khoonking wrote:
> 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

Verify there isn't a space in between the equals sign and the greater
than sign. I am betting you are getting a parse error there and it is
causing you the grief. Also add a group there so your system is prepared
for growth. It is good form too.

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

once you have a group defined above, this changes to g1 or whatever
group number you define. Again good form in case you add a second line,
you only have to configure the line into the group and your extensions
file is good to go.


-- 
Steven Critchfield <critch at basesys.com>




More information about the asterisk-users mailing list