My setup: X100P and Quicknet PhoneJack. I can't seem to properly set up a Zap channel for my X100P. Here are some of my configurations: [zaptel.conf] fxsks=1 #X100P fxoks=2 #Quicknet PhoneJack defaultzone=us loadzone=us [zapata.conf] [channels] context=local signalling=fxs_ks channel->1 ;X100P [extensions.conf] ... [local] exten=>_NXXNXXXXXX,1,Dial,Zap/1 ;I'm pretty sure the problem is the line above "Zap/1" The error I'm given is: NOTICE[229391]: File app_dial.c, Line 476 (dial_exec): Unable to create channel of type 'Zap' Any help is appreciated. _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
On Mon, 28 Apr 2003 10:18:39 -0400, Derek Beaumont wrote:>My setup: >X100P and Quicknet PhoneJack. > >I can't seem to properly set up a Zap channel for my X100P. > >Here are some of my configurations: > >[zaptel.conf] >fxsks=1 #X100P >fxoks=2 #Quicknet PhoneJackWrong !! setup for the phonejack in phone.conf !>defaultzone=us >loadzone=us > >[zapata.conf] >[channels] >context=local >signalling=fxs_ks >channel->1 ;X100P > >[extensions.conf] >... >[local] >exten=>_NXXNXXXXXX,1,Dial,Zap/1 >;I'm pretty sure the problem is the line above "Zap/1" > >The error I'm given is: >NOTICE[229391]: File app_dial.c, Line 476 (dial_exec): Unable to create >channel of type 'Zap' > >Any help is appreciated. > > > >_________________________________________________________________ >STOP MORE SPAM with the new MSN 8 and get 2 months FREE* >http://join.msn.com/?page=features/junkmail > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users.
On Mon, 2003-04-28 at 16:18, Derek Beaumont wrote:> My setup: > X100P and Quicknet PhoneJack. > > I can't seem to properly set up a Zap channel for my X100P. > > Here are some of my configurations: > > [zaptel.conf] > fxsks=1 #X100P > fxoks=2 #Quicknet PhoneJackTotally new to * but I can always try :) If #X100P and #Quicknet are comments, shouldn't you use a ";" instead of a "#"? Regards, Patrick
zaptel.conf uses # for comments. Also, merely typing "Wrong" as a reply really doesn't qualify as helping. Perhaps Gary or somebody could provide some assistance as to why zaptel.conf is "Wrong!!". [zaptel.conf] fxsks=1 #X100P fxoks=2 #Quicknet PhoneJack _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
On Monday 28 April 2003 09:18 am, Derek Beaumont wrote:> I can't seem to properly set up a Zap channel for my X100P.---snip---> [zapata.conf] > [channels] > context=local > signalling=fxs_ks > channel->1 ;X100PI may be completely off the mark, here, but I believe you may find more success doing a 'channel => 1' (notice the equal, not the dash). -Tilghman
I have changed my phone.conf and added the following line: fxoks=2 And when I try to dial out, I still have the same error message: NOTICE[229391]: File app_dial.c, Line 476 (dial_exec): Unable to create channel of type 'Zap' Any thoughts...? BTW: Sorry about missing the help in one of the previous posts. Here are the config files again: [zaptel.conf] fxsks=1 #X100P defaultzone=us loadzone=us [zapata.conf] [channels] context=local signalling=fxs_ks channel->1 ;X100P [extensions.conf] ... [local] exten=>_NXXNXXXXXX,1,Dial,Zap/1 [phone.conf] ... fxoks=2 ;Quicknet PhoneJack ... _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
I may have found out why I have a problem. When I run the Zaptel configuration (ztcfg -vv), I get the following information: =================================================================Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Chennel 02: FXO Kewlstart (Default) (Slaves: 02) 2 channels configured. ZT_CHANCONFIG failed on channel 2: No such device or address (6) ================================================================== Since my error message is saying that there is no channel available, I can only assume that it is because no channel was created. So does anybody have an idea why ZT_CHANCONFIG failed? _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
>From your other mails, you have a X100P(Zap device) and a Quicknet(phonedevice). You do not have 2 Zap devices. This would explain why it fails channel 2. On Mon, 2003-04-28 at 14:46, Derek Beaumont wrote:> I may have found out why I have a problem. > When I run the Zaptel configuration (ztcfg -vv), I get the following > information: > =================================================================> Channel map: > > Channel 01: FXS Kewlstart (Default) (Slaves: 01) > Chennel 02: FXO Kewlstart (Default) (Slaves: 02) > > 2 channels configured. > > ZT_CHANCONFIG failed on channel 2: No such device or address (6) > ==================================================================> > Since my error message is saying that there is no channel available, I can > only assume that it is because no channel was created. > > So does anybody have an idea why ZT_CHANCONFIG failed? > > _________________________________________________________________ > Add photos to your messages with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Steven Critchfield <critch@basesys.com>
Ok. After reading this:>>From your other mails, you have a X100P(Zap device) and a Quicknet >>(phone device). You do not have 2 Zap devices. This would explain >>why it fails channel 2.I guess my question is how would I configure a PhoneJack for use with asterisk? Also, what is the context for dialing with the PhoneJack device? exten=>_NXXNXXXXXX,1,Dial,??? _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
On Mon, 28 Apr 2003 18:59:58 -0400, Derek Beaumont wrote:>Ok. After reading this: > >>>From your other mails, you have a X100P(Zap device) and a Quicknet >>>(phone device). You do not have 2 Zap devices. This would explain >>>why it fails channel 2. > >I guess my question is how would I configure a PhoneJack for use with >asterisk? >Also, what is the context for dialing with the PhoneJack device? >exten=>_NXXNXXXXXX,1,Dial,???>exten=>_NXXNXXXXXX,1,Dial,Phone/phone0.