Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Martin Pycko
Do you have your zap channel in asterisk when you type "zap show channels"
?

If not than make sure you have a proper config files (zaptel.conf &
zapata.conf)

Martin

On Thu, 29 May 2003, Eduardo Goncalves wrote:

> Hi list,
>
> I have the follow configuration:
> ===
> extension.conf:
> ===
> [pstn]
> ignorepat => 0
> exten => _0,1,Dial(${TRUNK}/${EXTEN:1})
>
> [default]
> exten => 120,1,Dial(IAX/[EMAIL PROTECTED])
> include => pstn
>
>
> But, when I dial from my gnophone something like 097991269, asterisk console returns 
> the fallow message:
>
> NOTICE[245775]: File app_dial.c, Line 481 (dial_exec): Unable to create channel of 
> type 'Zap'
>
> Could anyone help me?
>
>
> thanks in advance
> Eduardo
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 11:41:01 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> Do you have your zap channel in asterisk when you type "zap show channels"
> ?
> 
> If not than make sure you have a proper config files (zaptel.conf &
> zapata.conf)
> 
> Martin

Yes, I do
*CLI> zap show channels 
Chan. Num. Extension  ContextLanguage   MusicOnH
  1default   
  2default   
  3default   
  4default   
*CLI>
===
zaptel.conf
===
#E&M
span=1,0,0,cas,hdb3
e&m=1-4
loadzone = us
defaultzone=us 


zapata.conf

[channels]
group = 1
context=default
signalling=em
channel => 1-4
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
callgroup=1
pickupgroup=1
immediate=yes


thanks 
Eduardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Martin Pycko
Then propably your board stoped taking interrupts. Try changing the PCI
slot or IRQ. Make sure you don't run X-windows.

regards
Martin

On Thu, 29 May 2003, Eduardo Goncalves wrote:

> On Thu, 29 May 2003 11:41:01 -0500 (CDT)
> Martin Pycko <[EMAIL PROTECTED]> wrote:
>
> > Do you have your zap channel in asterisk when you type "zap show channels"
> > ?
> >
> > If not than make sure you have a proper config files (zaptel.conf &
> > zapata.conf)
> >
> > Martin
>
> Yes, I do
> *CLI> zap show channels
> Chan. Num. Extension  ContextLanguage   MusicOnH
>   1default
>   2default
>   3default
>   4default
> *CLI>
> ===
> zaptel.conf
> ===
> #E&M
> span=1,0,0,cas,hdb3
> e&m=1-4
> loadzone = us
> defaultzone=us
>
> 
> zapata.conf
> 
> [channels]
> group = 1
> context=default
> signalling=em
> channel => 1-4
> usecallerid=yes
> hidecallerid=no
> callwaiting=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> transfer=yes
> cancallforward=yes
> callreturn=yes
> echocancel=yes
> echocancelwhenbridged=yes
> rxgain=0.0
> txgain=0.0
> callgroup=1
> pickupgroup=1
> immediate=yes
>
>
> thanks
> Eduardo
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 14:08:01 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> Then propably your board stoped taking interrupts. Try changing the PCI
> slot or IRQ. Make sure you don't run X-windows.


My box has only one slot. I changed the IRQ, but still get the same error.

Eduardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 12:08:32 -0700
Andrew Gillham <[EMAIL PROTECTED]> wrote:

> Does it work without the group?  e.g. Zap/1 
> Also, does 'zap show channel 1' look ok?
> 
> -Andrew

yeap, I tried Zap/1 and it didn't work.  :~(

*CLI> zap show channel 1
Channel: 1
File Descriptor: 17
Span: 1
Extension: 
Context: default
Caller ID string: 
Destroy: 0
Signalling Type: E & M Immediate
Owner: 
Real: 
Callwait: 
Threeway: 
Confno: -1
Propagated Conference: -1
Real in conference: 0
DSP: no
Relax DTMF: no
Dialing/CallwaitCAS: 0/0
Default law: alaw
Fax Handled: no
Pulse phone: no
Echo Cancellation: 0 taps unless TDM bridged, currently OFF
Actual Confinfo: Num/0, Mode/0x
Actual Confmute: No
*CLI> 


thanks
Eduardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Steven Critchfield
On Thu, 2003-05-29 at 14:27, Eduardo Goncalves wrote:
> On Thu, 29 May 2003 14:08:01 -0500 (CDT)
> Martin Pycko <[EMAIL PROTECTED]> wrote:
> 
> > Then propably your board stoped taking interrupts. Try changing the PCI
> > slot or IRQ. Make sure you don't run X-windows.
> 
> 
> My box has only one slot. I changed the IRQ, but still get the same error.

What MB are you using, and what chipset is on it?

-- 
Steven Critchfield  <[EMAIL PROTECTED]>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Martin Pycko
Check whether "strace -xx cat /dev/zap/1" gives you any output
If it stops and waits than your board is not taking interrupts.
Is the board running on the separate IRQ ?(/proc/interrupts)

Martin

On Thu, 29 May 2003, Eduardo Goncalves wrote:

> On Thu, 29 May 2003 14:08:01 -0500 (CDT)
> Martin Pycko <[EMAIL PROTECTED]> wrote:
>
> > Then propably your board stoped taking interrupts. Try changing the PCI
> > slot or IRQ. Make sure you don't run X-windows.
>
>
> My box has only one slot. I changed the IRQ, but still get the same error.
>
> Eduardo
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 14:32:37 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> Check whether "strace -xx cat /dev/zap/1" gives you any output
> If it stops and waits than your board is not taking interrupts.
> Is the board running on the separate IRQ ?(/proc/interrupts)
> 
> Martin

The command "strace -xx cat /dev/zap/1" didn't stop
here my /proc/interrupts
asterisk:~# cat /proc/interrupts 
   CPU0   
  0: 114109  XT-PIC  timer
  1:  2  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  3:1083355  XT-PIC  tor2
 11: 59  XT-PIC  cmpci
 12:   7962  XT-PIC  eth0
 14:   2495  XT-PIC  ide0
NMI:  0 
LOC: 114078 
ERR:  0

thanks
Eduardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On 29 May 2003 14:32:01 -0500
Steven Critchfield <[EMAIL PROTECTED]> wrote:
 
> What MB are you using, and what chipset is on it?
> 

Silicon Integrated Systems [SiS] 620

Eduardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Martin Pycko
So now that I finally relize that you're using T1 or E1 circuit 
Do you have a ISDN PRI or an analog ciruit ?
What's the status of the span in zttool or in (/proc/zaptel/1).
Is it OK, RED, YELLOW ?

Martin



On Thu, 29 May 2003, Eduardo Goncalves wrote:

> On Thu, 29 May 2003 14:32:37 -0500 (CDT)
> Martin Pycko <[EMAIL PROTECTED]> wrote:
>
> > Check whether "strace -xx cat /dev/zap/1" gives you any output
> > If it stops and waits than your board is not taking interrupts.
> > Is the board running on the separate IRQ ?(/proc/interrupts)
> >
> > Martin
>
> The command "strace -xx cat /dev/zap/1" didn't stop
> here my /proc/interrupts
> asterisk:~# cat /proc/interrupts
>CPU0
>   0: 114109  XT-PIC  timer
>   1:  2  XT-PIC  keyboard
>   2:  0  XT-PIC  cascade
>   3:1083355  XT-PIC  tor2
>  11: 59  XT-PIC  cmpci
>  12:   7962  XT-PIC  eth0
>  14:   2495  XT-PIC  ide0
> NMI:  0
> LOC: 114078
> ERR:  0
>
> thanks
> Eduardo
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 14:32:37 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> Check whether "strace -xx cat /dev/zap/1" gives you any output
> If it stops and waits than your board is not taking interrupts.
> Is the board running on the separate IRQ ?(/proc/interrupts)
> 

Sorry Martin, I checked the strace output and it stoped with some messages, like this: 
"open("/dev/zap/1", O_RDONLY|O_LARGEFILE) = -1 EBUSY (Device or resource busy)"

Eduardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Martin Pycko
Didn't you just write a post before that it was running ?
The EBUSY means that you propably have asterisk running and the port is
busy or you have strace line on some other console

Martin

On Thu, 29 May 2003, Eduardo Goncalves wrote:

> On Thu, 29 May 2003 14:32:37 -0500 (CDT)
> Martin Pycko <[EMAIL PROTECTED]> wrote:
>
> > Check whether "strace -xx cat /dev/zap/1" gives you any output
> > If it stops and waits than your board is not taking interrupts.
> > Is the board running on the separate IRQ ?(/proc/interrupts)
> >
>
> Sorry Martin, I checked the strace output and it stoped with some messages, like 
> this: "open("/dev/zap/1", O_RDONLY|O_LARGEFILE) = -1 EBUSY (Device or resource busy)"
>
> Eduardo
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 14:58:09 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> So now that I finally relize that you're using T1 or E1 circuit 
> Do you have a ISDN PRI or an analog ciruit ?
> What's the status of the span in zttool or in (/proc/zaptel/1).
> Is it OK, RED, YELLOW ?
> 
> Martin

It's an E1 circuit with four channels, E&M immediate signalling.
I dont have ISDN neither an analog
The alarm is OK 

Eduardo

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 15:06:12 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> Didn't you just write a post before that it was running ?
> The EBUSY means that you propably have asterisk running and the port is
> busy or you have strace line on some other console
> 
> Martin
>

yes, asterisk was running when strace showed this message
with asterisk not running, strace didnt stoped to show a lot of chars
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Martin Pycko
So it means that the board is working all right but there is problem with
the telco or you're using diffrent signalling for your circuit.

Martin

On Thu, 29 May 2003, Eduardo Goncalves wrote:

> On Thu, 29 May 2003 15:06:12 -0500 (CDT)
> Martin Pycko <[EMAIL PROTECTED]> wrote:
>
> > Didn't you just write a post before that it was running ?
> > The EBUSY means that you propably have asterisk running and the port is
> > busy or you have strace line on some other console
> >
> > Martin
> >
>
> yes, asterisk was running when strace showed this message
> with asterisk not running, strace didnt stoped to show a lot of chars
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 15:26:25 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> So it means that the board is working all right but there is problem with
> the telco or you're using diffrent signalling for your circuit.
> 
> Martin


I've just called my telephony provider and reliaze that the zaptel's signaling bits 
was inverted.
The provider adjusted his bits and I could make a call.

by the way, how can I configure the signaling bits?

thanks for the help
Eduardo
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Martin Pycko
I think they are hardcoded. But what do you exactly refer to by
"signalling bits" ?

Martin

On Thu, 29 May 2003, Eduardo Goncalves wrote:

> On Thu, 29 May 2003 15:26:25 -0500 (CDT)
> Martin Pycko <[EMAIL PROTECTED]> wrote:
>
> > So it means that the board is working all right but there is problem with
> > the telco or you're using diffrent signalling for your circuit.
> >
> > Martin
>
>
> I've just called my telephony provider and reliaze that the zaptel's signaling bits 
> was inverted.
> The provider adjusted his bits and I could make a call.
>
> by the way, how can I configure the signaling bits?
>
> thanks for the help
> Eduardo
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2003-05-30 Thread Eduardo Goncalves
On Thu, 29 May 2003 16:16:29 -0500 (CDT)
Martin Pycko <[EMAIL PROTECTED]> wrote:

> I think they are hardcoded. But what do you exactly refer to by
> "signalling bits" ?
> 
> Martin

Bits To tell the status of a channel.
It's four (ABCD) Transmit/Receive signaling bit patterns for the Idle and Seized 
states.
You can read details here:
http://www.cisco.com/en/US/tech/tk652/tk653/technologies_tech_note09186a00801123bb.shtml


[ ]'s
Eduardo
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Unable to create channel of type 'Zap'

2004-02-24 Thread David J Carter
I had this after my last CVS update.

A line in Zaptel.conf was set to fxsls=1 instaead of fxsks=1

Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Wim Venneman
Sent: 24 February 2004 19:17
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Unable to create channem of type 'Zap'


Thanks Derek,

Changed the channel = 1 to channel => 1, makes no difference.

Wim

- Original Message - 
From: "Derek Samford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 6:38 PM
Subject: RE: [Asterisk-Users] Unable to create channem of type 'Zap'


> Wim,
> Made one more change below in Zapata.conf
>  It should be channel => 1
> 
> -Original Message-
> From: Wim Venneman [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 23, 2004 4:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Asterisk-Users] Unable to create channem of type 'Zap'
> 
> Thanks for the help !
> 
> Made changes, still the same message.
> I have two NIC's with IRQ 11
> The FXO card has IRQ10 (and no other card has IRQ10)
> 
> Wim
> 
> 
> - Original Message - 
> From: "Brent Franks" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 23, 2004 10:21 PM
> Subject: RE: [Asterisk-Users] Unable to create channem of type 'Zap'
> 
> 
> > Wim, I made some changes to your Zapata.conf and zaptel.conf config
> > files below.
> > 
> > Hope this helps.
> > 
> > Also, do a less /proc/interrupts and see if the card is on it's own
> IRQ.
> > 
> > - Brent
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Wim
> Venneman
> > Sent: Monday, February 23, 2004 3:10 PM
> > To: [EMAIL PROTECTED]
> > Subject: [Asterisk-Users] Unable to create channem of type 'Zap'
> > 
> > Can anyone help me, (after a two day search, also on the mailing list)
> > I have the following situation:
> > Asterisk works fine, until I added a FXO card. (Digium)
> > When I tried to call to the pstn I have the following error
> > Executing Dial("SIP/Phone2-fc49", "Zap/1/2355") in new stack
> > NOTIVE[16401]: FILE APP_DIAL.C, LINE 516 (DIAL_EXEC): UNABLE TO CREATE
> > CHANNEL OF TYPE 'ZAP'
> > == Everyone is busy at this time
> > When I start Asterisk I have no error
> > Only the following isn't right: 
> > ZAP SHOW CHANNELS = No channels 
> > modprobe wcfxo = ok (no errors)
> > I have following config.
> > ZAPATA
> > [channels]
> > language=en
> > group=1
> > pickupgroup=1
> > context=incoming
> > signalling=fxs_ks
> > usecallerid=yes
> > hidecallerid=no
> > callwaiting=yes
> > callwaitingcallerid=yes
> > threewaycalling=yes
> > transfer=yes
> > cancallforward=yes
> > callreturn=yes
> > echocancel=yes
> > echocancelwhenbridged=yes
> > rxgain=0.0
> > txgain=0.0
> > immediate=yes
> > musiconhold=default
> > channel => 1
> > 
> > ZAPTEL 
> > loadzone = us
> > defaultzone = us
> > fxsks = 1
> > 
> > EXTENSION
> > [incoming]
> > exten => s,1,Dial(SIP/Phone1&SIP/Phone3,20,tr)
> > [outgoing]
> > exten => _0X.,1,Dial,Zap/1/${EXTEN:1}
> > 
> > IN [SIP]
> > include => outgoing
> > I'm don't know what I can change to the config.
> > Anyone an idea
> > Thanks,
> > Wim
> > 
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >http://lists.digium.com/mailman/listinfo/asterisk-users
> > 
> > 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2004-02-24 Thread Wim Venneman
Dave,

I have fxsks = 1
(fxsls is for loopstart prot. and it doesn't work for me)

Wim

- Original Message -
From: "David J Carter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 8:33 PM
Subject: RE: [Asterisk-Users] Unable to create channel of type 'Zap'


> I had this after my last CVS update.
>
> A line in Zaptel.conf was set to fxsls=1 instaead of fxsks=1
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Wim Venneman
> Sent: 24 February 2004 19:17
> To: [EMAIL PROTECTED]
> Subject: Re: [Asterisk-Users] Unable to create channem of type 'Zap'
>
>
> Thanks Derek,
>
> Changed the channel = 1 to channel => 1, makes no difference.
>
> Wim
>
> - Original Message -
> From: "Derek Samford" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 24, 2004 6:38 PM
> Subject: RE: [Asterisk-Users] Unable to create channem of type 'Zap'
>
>
> > Wim,
> > Made one more change below in Zapata.conf
> >  It should be channel => 1
> >
> > -Original Message-
> > From: Wim Venneman [mailto:[EMAIL PROTECTED]
> > Sent: Monday, February 23, 2004 4:46 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Asterisk-Users] Unable to create channem of type 'Zap'
> >
> > Thanks for the help !
> >
> > Made changes, still the same message.
> > I have two NIC's with IRQ 11
> > The FXO card has IRQ10 (and no other card has IRQ10)
> >
> > Wim
> >
> >
> > - Original Message -
> > From: "Brent Franks" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, February 23, 2004 10:21 PM
> > Subject: RE: [Asterisk-Users] Unable to create channem of type 'Zap'
> >
> >
> > > Wim, I made some changes to your Zapata.conf and zaptel.conf config
> > > files below.
> > >
> > > Hope this helps.
> > >
> > > Also, do a less /proc/interrupts and see if the card is on it's own
> > IRQ.
> > >
> > > - Brent
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Wim
> > Venneman
> > > Sent: Monday, February 23, 2004 3:10 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [Asterisk-Users] Unable to create channem of type 'Zap'
> > >
> > > Can anyone help me, (after a two day search, also on the mailing list)
> > > I have the following situation:
> > > Asterisk works fine, until I added a FXO card. (Digium)
> > > When I tried to call to the pstn I have the following error
> > > Executing Dial("SIP/Phone2-fc49", "Zap/1/2355") in new stack
> > > NOTIVE[16401]: FILE APP_DIAL.C, LINE 516 (DIAL_EXEC): UNABLE TO CREATE
> > > CHANNEL OF TYPE 'ZAP'
> > > == Everyone is busy at this time
> > > When I start Asterisk I have no error
> > > Only the following isn't right:
> > > ZAP SHOW CHANNELS = No channels
> > > modprobe wcfxo = ok (no errors)
> > > I have following config.
> > > ZAPATA
> > > [channels]
> > > language=en
> > > group=1
> > > pickupgroup=1
> > > context=incoming
> > > signalling=fxs_ks
> > > usecallerid=yes
> > > hidecallerid=no
> > > callwaiting=yes
> > > callwaitingcallerid=yes
> > > threewaycalling=yes
> > > transfer=yes
> > > cancallforward=yes
> > > callreturn=yes
> > > echocancel=yes
> > > echocancelwhenbridged=yes
> > > rxgain=0.0
> > > txgain=0.0
> > > immediate=yes
> > > musiconhold=default
> > > channel => 1
> > >
> > > ZAPTEL
> > > loadzone = us
> > > defaultzone = us
> > > fxsks = 1
> > >
> > > EXTENSION
> > > [incoming]
> > > exten => s,1,Dial(SIP/Phone1&SIP/Phone3,20,tr)
> > > [outgoing]
> > > exten => _0X.,1,Dial,Zap/1/${EXTEN:1}
> > >
> > > IN [SIP]
> > > include => outgoing
> > > I'm don't know what I can change to the config.
> > > Anyone an idea
> > > Thanks,
> > > Wim
> > >
> > > ___
> > > Asterisk-Users mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.digium.c

RE: [Asterisk-Users] Unable to create channel of type 'Zap'

2004-02-24 Thread Brent Franks
The best thing I can recommend is giving Digium a call.  That's part of
the reason to buy the cards from Digium, as the support is included free
with the hardware you purchase from them.  Well worth the money.  They
have an excellent support staff that should be able to see where the
problem is cropping up.

- B

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Wim Venneman
> Sent: Tuesday, February 24, 2004 2:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap'
> 
> Dave,
> 
> I have fxsks = 1
> (fxsls is for loopstart prot. and it doesn't work for me)
> 
> Wim
> 
> - Original Message -
> From: "David J Carter" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 24, 2004 8:33 PM
> Subject: RE: [Asterisk-Users] Unable to create channel of type 'Zap'
> 
> 
> > I had this after my last CVS update.
> >
> > A line in Zaptel.conf was set to fxsls=1 instaead of fxsks=1
> >
> > Dave
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Wim
Venneman
> > Sent: 24 February 2004 19:17
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Asterisk-Users] Unable to create channem of type 'Zap'
> >
> >
> > Thanks Derek,
> >
> > Changed the channel = 1 to channel => 1, makes no difference.
> >
> > Wim
> >
> > - Original Message -
> > From: "Derek Samford" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Tuesday, February 24, 2004 6:38 PM
> > Subject: RE: [Asterisk-Users] Unable to create channem of type 'Zap'
> >
> >
> > > Wim,
> > > Made one more change below in Zapata.conf
> > >  It should be channel => 1
> > >
> > > -Original Message-
> > > From: Wim Venneman [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, February 23, 2004 4:46 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Asterisk-Users] Unable to create channem of type
'Zap'
> > >
> > > Thanks for the help !
> > >
> > > Made changes, still the same message.
> > > I have two NIC's with IRQ 11
> > > The FXO card has IRQ10 (and no other card has IRQ10)
> > >
> > > Wim
> > >
> > >
> > > - Original Message -
> > > From: "Brent Franks" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, February 23, 2004 10:21 PM
> > > Subject: RE: [Asterisk-Users] Unable to create channem of type
'Zap'
> > >
> > >
> > > > Wim, I made some changes to your Zapata.conf and zaptel.conf
config
> > > > files below.
> > > >
> > > > Hope this helps.
> > > >
> > > > Also, do a less /proc/interrupts and see if the card is on it's
own
> > > IRQ.
> > > >
> > > > - Brent
> > > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On Behalf Of Wim
> > > Venneman
> > > > Sent: Monday, February 23, 2004 3:10 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: [Asterisk-Users] Unable to create channem of type 'Zap'
> > > >
> > > > Can anyone help me, (after a two day search, also on the mailing
> list)
> > > > I have the following situation:
> > > > Asterisk works fine, until I added a FXO card. (Digium)
> > > > When I tried to call to the pstn I have the following error
> > > > Executing Dial("SIP/Phone2-fc49", "Zap/1/2355") in new stack
> > > > NOTIVE[16401]: FILE APP_DIAL.C, LINE 516 (DIAL_EXEC): UNABLE TO
> CREATE
> > > > CHANNEL OF TYPE 'ZAP'
> > > > == Everyone is busy at this time
> > > > When I start Asterisk I have no error
> > > > Only the following isn't right:
> > > > ZAP SHOW CHANNELS = No channels
> > > > modprobe wcfxo = ok (no errors)
> > > > I have following config.
> > > > ZAPATA
> > > > [channels]
> > > > language=en
> > > > group=1
> > > > pickupgroup=1
> > > > context=incoming
> > > > signalling=fxs_ks
> > > > usecallerid=yes
> > > > hidecallerid=no

Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2004-02-24 Thread Wim Venneman
Thanks Brent,

You will never believe, it works.
I copied a config from a friend (ZAPATA.CONF) and now it works fine.
I can call to * from pstn and can call from * to pstn.
I will take a look tomorrow what was wrong in my config and let you know.

Wim


- Original Message - 
From: "Brent Franks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 10:21 PM
Subject: RE: [Asterisk-Users] Unable to create channel of type 'Zap'


> The best thing I can recommend is giving Digium a call.  That's part of
> the reason to buy the cards from Digium, as the support is included free
> with the hardware you purchase from them.  Well worth the money.  They
> have an excellent support staff that should be able to see where the
> problem is cropping up.
> 
> - B
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:asterisk-users-
> > [EMAIL PROTECTED] On Behalf Of Wim Venneman
> > Sent: Tuesday, February 24, 2004 2:47 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap'
> > 
> > Dave,
> > 
> > I have fxsks = 1
> > (fxsls is for loopstart prot. and it doesn't work for me)
> > 
> > Wim
> > 
> > - Original Message -----
> > From: "David J Carter" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, February 24, 2004 8:33 PM
> > Subject: RE: [Asterisk-Users] Unable to create channel of type 'Zap'
> > 
> > 
> > > I had this after my last CVS update.
> > >
> > > A line in Zaptel.conf was set to fxsls=1 instaead of fxsks=1
> > >
> > > Dave
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] Behalf Of Wim
> Venneman
> > > Sent: 24 February 2004 19:17
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Asterisk-Users] Unable to create channem of type 'Zap'
> > >
> > >
> > > Thanks Derek,
> > >
> > > Changed the channel = 1 to channel => 1, makes no difference.
> > >
> > > Wim
> > >
> > > - Original Message -
> > > From: "Derek Samford" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, February 24, 2004 6:38 PM
> > > Subject: RE: [Asterisk-Users] Unable to create channem of type 'Zap'
> > >
> > >
> > > > Wim,
> > > > Made one more change below in Zapata.conf
> > > >  It should be channel => 1
> > > >
> > > > -Original Message-
> > > > From: Wim Venneman [mailto:[EMAIL PROTECTED]
> > > > Sent: Monday, February 23, 2004 4:46 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [Asterisk-Users] Unable to create channem of type
> 'Zap'
> > > >
> > > > Thanks for the help !
> > > >
> > > > Made changes, still the same message.
> > > > I have two NIC's with IRQ 11
> > > > The FXO card has IRQ10 (and no other card has IRQ10)
> > > >
> > > > Wim
> > > >
> > > >
> > > > - Original Message -
> > > > From: "Brent Franks" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Monday, February 23, 2004 10:21 PM
> > > > Subject: RE: [Asterisk-Users] Unable to create channem of type
> 'Zap'
> > > >
> > > >
> > > > > Wim, I made some changes to your Zapata.conf and zaptel.conf
> config
> > > > > files below.
> > > > >
> > > > > Hope this helps.
> > > > >
> > > > > Also, do a less /proc/interrupts and see if the card is on it's
> own
> > > > IRQ.
> > > > >
> > > > > - Brent
> > > > >
> > > > > -Original Message-
> > > > > From: [EMAIL PROTECTED]
> > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Wim
> > > > Venneman
> > > > > Sent: Monday, February 23, 2004 3:10 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: [Asterisk-Users] Unable to create channem of type 'Zap'
> > > > >
> > > > > Can anyone help me, (after a two day search, also on the mailing
> > list)
> > > > > I have the f

Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-04-20 Thread Rod Bacon
You have 2 problems.
Zap/g2 is one. You are trying to dial out a non-existent Zaptel group. 
Change your TRUNK variable to Zap/1-1 (or just Zap/1 will do).

Also, you are stripping the 1st number off your outgoing call. If you don't 
want to do this, then change TRUNKMSD to 0.



- Original Message - 
From: "Jaime Blanco" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, April 21, 2005 4:33 AM
Subject: [Asterisk-Users] Unable to create channel of type 'Zap'


Hi,
I just installed the asterisk and the X100P card.  I can receive calls 
from PSTN and it can ring on a Grandstream SIP Phone.  From the SIP Phone 
I can dial the demo extension on asterisk pbx.  The issue is as soon as I 
try to dial out 92714756 or another number I received the following 
message:

*CLI> -- Executing Dial("SIP/1001-2b93", "Zap/g2/2714756") in new 
stack
Apr 20 02:27:40 NOTICE[245776]: app_dial.c:536 dial_exec: Unable to create 
channel of type 'Zap'
 == Everyone is busy at this time
   -- Executing Congestion("SIP/1001-2b93", "") in new stack
 == Spawn extension (from-sip, 92714756, 2) exited non-zero on 
'SIP/1001-2b93'

Zapata.conf is:
[channels]
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
echocancel=yes
echocancelwhenbridged=no
rxgain=0.0
txgain=0.0
immediate=no
context=default
signalling=fxs_ks
channel=1
extensions.conf
;
; Static extension configuration file, used by ; the pbx_config module. 
This is where you configure all your ; inbound and outbound calls in 
Asterisk.
;

;
; The "General" category is for certain variables.
;
[general]
;
; If static is set to no, or omitted, then the pbx_config will rewrite ; 
this file when extensions are modified.  Remember that all comments ; made 
in the file will be lost when that happens.
;
; XXX Not yet implemented XXX
;
static=yes
;
; if static=yes and writeprotect=no, you can save dialplan by ; CLI 
command 'save dialplan' too ; writeprotect=no

; You can include other config files, use the #include command (without 
the
';')
; Note that this is different from the "include" command that includes 
contexts within ; other contexts. The #include command works in all 
asterisk configuration files.
;#include "filename.conf"

; The "Globals" category contains global variables that can be referenced 
; in the dialplan with ${VARIABLE} or ${ENV(VARIABLE)} for Environmental 
variable ; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid ; [globals]
CONSOLE=Console/dsp ; Console interface for 
demo
;CONSOLE=Zap/1
;CONSOLE=Phone/phone0
IAXINFO=guest   ; IAXtel username/password
;IAXINFO=myuser:mypass
TRUNK=Zap/g2; Trunk interface
TRUNKMSD=1  ; MSD digits to strip
(usually 1 or 0)
;TRUNK=IAX2/user:[EMAIL PROTECTED]
;
; Any category other than "General" and "Globals" represent ; extension 
contexts, which are collections of extensions.
;
; Extension names may be numbers, letters, or combinations ; thereof. If 
an extension name is prefixed by a '_'
; character, it is interpreted as a pattern rather than a ; literal.  In 
patterns, some characters have special meanings:
;
;   X - any digit from 0-9
;   Z - any digit from 1-9
;   N - any digit from 2-9
;   [1235-9] - any digit in the brackets (in this example, 
1,2,3,5,6,7,8,9)
;   . - wildcard, matches anything remaining (e.g. _9011. matches
;   anything starting with 9011 excluding 9011 itself)
;
; For example the extension _NXX would match normal 7 digit dialings, 
; while _1NXXNXX would represent an area code plus phone number ; 
preceeded by a one.
;
; Contexts contain several lines, one for each step of each ; extension, 
which can take one of two forms as listed below, ; with the first form 
being preferred.  One may include another ; context in the current one as 
well, optionally with a ; date and time.  Included contexts are included 
in the order ; they are listed.
;
;[context]
;exten => someexten,priority,application(arg1,arg2,...)
;exten => someexten,priority,application,arg1|arg2...
;
; Timing list for includes is
;
;   |||
;
;include => daytime|9:00-17:00|mon-fri|*|* ; ; ignorepat can be used to 
instruct drivers to not cancel dialtone upon ; receipt of a particular 
pattern.  The most commonly used example is ; of course '9' like this:
;
;ignorepat => 9
; so that dialtone remains even after dialing a 9.
;

;
; Here are the entries you need to participate in the IAXTEL ; call 
routing system.  Most IAXTEL numbers begin with 1-700, but ; there are 
exceptions.  For more information, and to sign ; up, please go to 
www.gnophone.com or www.iaxtel.com ; [iaxtel700] exten => 
_91700NXX,1,Dial(IAX2/[EMAIL PROTECTED]/${EXTEN:[EMAIL PROTECTED])

[iaxprovider]
;switch => IAX2/user:[EMAIL PROTECTED]/mycontext
[trunkint]
;
; International long distance through trunk ; exten => 
_9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9011.,2,Congest

Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-04-20 Thread Robert Webb
On Wed, 20 Apr 2005 18:33:44 +
 "Jaime Blanco" <[EMAIL PROTECTED]> wrote:
Hi,
I just installed the asterisk and the X100P card.  I can 
receive calls from PSTN and it can ring on a Grandstream 
SIP Phone.  From the SIP Phone I can dial the demo 
extension on asterisk pbx.  The issue is as soon as I try 
to dial out 92714756 or another number I received the 
following message:

*CLI> -- Executing Dial("SIP/1001-2b93", 
"Zap/g2/2714756") in new stack
Apr 20 02:27:40 NOTICE[245776]: app_dial.c:536 
dial_exec: Unable to create channel of type 'Zap'
 == Everyone is busy at this time
   -- Executing Congestion("SIP/1001-2b93", "") in new 
stack
 == Spawn extension (from-sip, 92714756, 2) exited 
non-zero on 
'SIP/1001-2b93'

You are getting this because your dial plan is trying to 
send the connection to ZAP/g2 which is any zap channel in 
group number 2.

If you look in your zapata.conf below, you do not even 
have a group defined.

Zapata.conf is:
[channels]
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
echocancel=yes
echocancelwhenbridged=no
rxgain=0.0
txgain=0.0
immediate=no
context=default
signalling=fxs_ks
channel=1



Trying cleaning up your extensions.conf so it is a little 
more readable. I understand that you may just be getting 
started, but it is really difficult to try and decipher 
your extensions.conf file the way it is.
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-04-20 Thread Tim Touhsaent
To help you out i will post my config files... The only problem that i have
is in an active call i can't get my phones to send responses to voice menus
such as dialling the voicemailmain cmd.


I am using a TDM04b card with four ports instead of one my zapata.conf file
looks like:

[trunkgroups]

[channels]

;this block is standard features of the anolog lines
musiconhold=default
rxwink=300 ; seems to use long winks
usecallerid=yes
hidecallerid=no
callerid="Berkleigh Computer Systems"
Callwaiting=yes
busydetect=no
callprogress=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=800
rxgain=3.3 ; the gain options are volume adjustments (recieve&transmit)
txgain=3.3

group=0
callgroup=1
pickupgroup=1
immediate=no
faxdetect=no

signalling=fxs_ks ;fxo cards use fxs signalling
callerid=asrecieved
context=default ; context in extensions.conf to use
channel=>1-4 ; we have four availlable ports on our card

and my zaptel.conf has:

fxsks=1-4
defaultzone=us
loadzone=us


the only difference should be that you should have 1 instead of 1-4 in both
zapata and zaptel. as far as the extensions.conf i had issues with trying to
work with the demo file and just wrote my own, I found it easier, what you
prefer is your choice.

Tim Touhsaent
Berkleigh Computer Systems
Kutztown, PA

- Original Message -
From: "Jaime Blanco" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, April 20, 2005 2:33 PM
Subject: [Asterisk-Users] Unable to create channel of type 'Zap'


> Hi,
>
> I just installed the asterisk and the X100P card.  I can receive calls
from
> PSTN and it can ring on a Grandstream SIP Phone.  From the SIP Phone I can
> dial the demo extension on asterisk pbx.  The issue is as soon as I try to
> dial out 92714756 or another number I received the following message:
>
> *CLI> -- Executing Dial("SIP/1001-2b93", "Zap/g2/2714756") in new
stack
> Apr 20 02:27:40 NOTICE[245776]: app_dial.c:536 dial_exec: Unable to create
> channel of type 'Zap'
>   == Everyone is busy at this time
> -- Executing Congestion("SIP/1001-2b93", "") in new stack
>   == Spawn extension (from-sip, 92714756, 2) exited non-zero on
> 'SIP/1001-2b93'
>
> Zapata.conf is:
>
> [channels]
> callwaiting=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> transfer=yes
> cancallforward=yes
>
> echocancel=yes
> echocancelwhenbridged=no
>
> rxgain=0.0
> txgain=0.0
>
> immediate=no
>
> context=default
>
> signalling=fxs_ks
> channel=1
>
>
> extensions.conf
> ;
> ; Static extension configuration file, used by ; the pbx_config module.
This
> is where you configure all your ; inbound and outbound calls in Asterisk.
> ;
>
> ;
> ; The "General" category is for certain variables.
> ;
> [general]
> ;
> ; If static is set to no, or omitted, then the pbx_config will rewrite ;
> this file when extensions are modified.  Remember that all comments ; made
> in the file will be lost when that happens.
> ;
> ; XXX Not yet implemented XXX
> ;
> static=yes
> ;
> ; if static=yes and writeprotect=no, you can save dialplan by ; CLI
command
> 'save dialplan' too ; writeprotect=no
>
> ; You can include other config files, use the #include command (without
the
> ';')
> ; Note that this is different from the "include" command that includes
> contexts within ; other contexts. The #include command works in all
asterisk
> configuration files.
> ;#include "filename.conf"
>
> ; The "Globals" category contains global variables that can be referenced
;
> in the dialplan with ${VARIABLE} or ${ENV(VARIABLE)} for Environmental
> variable ; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid ; [globals]
> CONSOLE=Console/dsp ; Console interface for
demo
> ;CONSOLE=Zap/1
> ;CONSOLE=Phone/phone0
> IAXINFO=guest   ; IAXtel username/password
> ;IAXINFO=myuser:mypass
> TRUNK=Zap/g2; Trunk interface
> TRUNKMSD=1  ; MSD digits to strip
> (usually 1 or 0)
> ;TRUNK=IAX2/user:[EMAIL PROTECTED]
> ;
> ; Any category other than "General" and "Globals" represent ; extension
> contexts, which are collections of extensions.
> ;
> ; Extension names may be numbers, letters, or combinations ; thereof. If
an
> extension name is prefixed by a '_'
> ; character, it is interpreted as a pattern rather than a ; literal.  In
> patterns, some characters have special meanings:
> ;
> ;   X - any digit from 0-9
> ;   Z - any digit from 1-9
> ;   N - any digit from 2-9
> ;   [1235-9] - any digit in the brackets (in this example,
1,2,3,5,6,7,8,9)
> ;   . - wildcard, matches anything remaining (e.g. _9011. matches
> ;   anything starting with 9011 excluding 9011 itself)
> ;
> ; For example the extension _NXX would match normal 7 digit dialings,
;
> while _1NXXNXX would represent an area code plus phone number ;
> preceeded by a one.
> ;
> ; Contexts contain several lines, 

Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-04-20 Thread Jaime Blanco
Thanks Rob, Robert and Tim,
the issue, in fact, the group keyword in zapata.conf.
Best regards.
Jaime
From: "Tim Touhsaent" <[EMAIL PROTECTED]>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion 

To: "Asterisk Users Mailing List - Non-Commercial Discussion" 

Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap'
Date: Wed, 20 Apr 2005 15:38:31 -0400
MIME-Version: 1.0
X-Originating-IP: [64.9.40.49]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
Received: from lists.digium.com ([69.16.138.164]) by mc11-f30.hotmail.com 
with Microsoft SMTPSVC(6.0.3790.211); Wed, 20 Apr 2005 18:23:03 -0700
Received: from [69.16.138.164] (localhost [127.0.0.1])by lists.digium.com 
(Postfix) with ESMTPid 915467C443; Wed, 20 Apr 2005 19:12:22 -0500 (CDT)
Received: from psmtp.com (exprod5mx119.postini.com [64.18.0.33])by 
lists.digium.com (Postfix) with SMTP id B9F632FE852for 
;Wed, 20 Apr 2005 14:38:23 -0500 (CDT)
Received: from source ([64.4.47.8]) by exprod5mx119.postini.com 
([64.18.4.10])with SMTP; Wed, 20 Apr 2005 13:38:31 MDT
Received: from mail pickup service by hotmail.com with Microsoft 
SMTPSVC;Wed, 20 Apr 2005 12:38:31 -0700
Received: from 64.9.40.49 by BAY9-DAV8.phx.gbl with DAV;Wed, 20 Apr 2005 
19:38:30 +
X-Message-Info: N4u0pqWW+O0aUaWu/93BrasPa2p97Lw4rlBTRL4dd1U=
X-Original-To: asterisk-users@lists.digium.com
Delivered-To: asterisk-users@lists.digium.com
References: <[EMAIL PROTECTED]>
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-OriginalArrivalTime: 20 Apr 2005 19:38:31.0041 
(UTC)FILETIME=[8839D710:01C545E0]
X-pstn-levels: (S:99.9/99.9 )
X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 X-pstn-addresses: from 
<[EMAIL PROTECTED]> [90/4] X-BeenThere: asterisk-users@lists.digium.com
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Asterisk Users Mailing List - Non-Commercial 
Discussion
List-Unsubscribe: 
<http://lists.digium.com/mailman/listinfo/asterisk-users>,<mailto:[EMAIL PROTECTED]>
List-Archive: <http://lists.digium.com/pipermail/asterisk-users>
List-Post: <mailto:asterisk-users@lists.digium.com>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: 
<http://lists.digium.com/mailman/listinfo/asterisk-users>,<mailto:[EMAIL PROTECTED]>
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

To help you out i will post my config files... The only problem that i have
is in an active call i can't get my phones to send responses to voice menus
such as dialling the voicemailmain cmd.
I am using a TDM04b card with four ports instead of one my zapata.conf file
looks like:
[trunkgroups]
[channels]
;this block is standard features of the anolog lines
musiconhold=default
rxwink=300 ; seems to use long winks
usecallerid=yes
hidecallerid=no
callerid="Berkleigh Computer Systems"
Callwaiting=yes
busydetect=no
callprogress=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=800
rxgain=3.3 ; the gain options are volume adjustments (recieve&transmit)
txgain=3.3
group=0
callgroup=1
pickupgroup=1
immediate=no
faxdetect=no
signalling=fxs_ks ;fxo cards use fxs signalling
callerid=asrecieved
context=default ; context in extensions.conf to use
channel=>1-4 ; we have four availlable ports on our card
and my zaptel.conf has:
fxsks=1-4
defaultzone=us
loadzone=us
the only difference should be that you should have 1 instead of 1-4 in both
zapata and zaptel. as far as the extensions.conf i had issues with trying 
to
work with the demo file and just wrote my own, I found it easier, what you
prefer is your choice.

Tim Touhsaent
Berkleigh Computer Systems
Kutztown, PA
- Original Message -
From: "Jaime Blanco" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, April 20, 2005 2:33 PM
Subject: [Asterisk-Users] Unable to create channel of type 'Zap'
> Hi,
>
> I just installed the asterisk and the X100P card.  I can receive calls
from
> PSTN and it can ring on a Grandstream SIP Phone.  From the SIP Phone I 
can
> dial the demo extension on asterisk pbx.  The issue is as soon as I try 
to
> dial out 92714756 or another number I received the following message:
>
> *CLI> -- Executing Dial("SIP/1001-2b93", "Zap/g2/2714756") in new
stack
> Apr 20 02:27:40 NOTICE[245776]: app_dial.c:536 dial_exec: Unable to 
create
> channel of type 'Zap'
>   == Everyone is busy at this time
> -- Executing Congestion("SIP/1001-2b93", "") in new stack
>   == Spawn extension (from-sip, 92714756, 2) exited non-zero on
> 'SIP/1001-2b93'
>
> Zapata.conf is:
>
> [channels]
> callwaiting=yes
> callwaitingcallerid=yes
> threewaycalling=y

Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-01-08 Thread Howard Lowndes
On Sun, 2005-01-09 at 12:12, Tim Davidson wrote:
> I've looked around so hard for days now for a solution to my problem. 
> I'm new to asterisk but I've managed to get an IAX coinnection working
> to voiptalk.org, ive got sip to sipgate.  But I just can't get my
> X100P clone working.

Have you done modprobe zaptel followed by modprobe wcfxo <- note that
fxo is correct even though the signalling is fxs.

What does lsmod give you?

>  
> I'm running Redhat 9
> It's got IRQ 5 all to itself
> ztcfg likes it :Zaptel Configuration
> ==
>  
> Channel map:
>  
> Channel 01: FXS Kewlstart (Default) (Slaves: 01)
>  
> 1 channels configured.
> 
> zapata.conf is as described in many howto's:
>   callwaitingcallerid=yes
>   threewaycalling=yes
>   transfer=yes
>   cancallforward=yes
>   callreturn=yes
>   echocancel=yes
>   echocancelwhenbridged=yes
>   ;relaxdtmf=yes
>   rxgain=0.0
>   txgain=0.0
>   group=1
>   callgroup=1
>   pickupgroup=1-4
>   immediate=no
>   busydetect=yes
>   busycount=7
>  
> ; PSTN Home Line Context
>   context=telewest-incoming
>   signalling=fxs_ks
>   callerid=asreceived
>   channel=1
>  
>  
> Extensions.conf has the following :
>  
>  
> [telewest-incoming]
> exten => s,1,Wait,2
> exten => s,2(Dial,SIP/grandstream1,20,tr)
> exten => s,3,Hangup
>  
> [telewest]
> exten => _6X.,1,Dial,Zap/1/${EXTEN:1}
>  
> When dialing the speaking clok in the UK (123) with the prefix of 6 I
> get this on the * console:
>  
> -- Executing Dial("SIP/grandstream1-75e0", "Zap/1/123") in new stack
> Jan  9 01:00:20 NOTICE[10689]: app_dial.c:746 dial_exec: Unable to
> create channel of type 'Zap'
>   == Everyone is busy/congested at this time
>  
> Any Help would be verg greatfully received.
>  
> Regards
>  
> Tim Davidson
> 
> __
> ___
> Asterisk-Users mailing list
> Asterisk-Users@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
-- 
Howard.
LANNet Computing Associates;
Your Linux people 
--
"When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft."
--
"Flatter government, not fatter government;
Get rid of the Australian states."


___
Asterisk-Users mailing list
Asterisk-Users@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


RE : [Asterisk-Users] Unable to create channel of type 'Zap'

2005-01-09 Thread Jalil BOUREKBA








Hi there

 

I have
troubles while installing oh323.

I got
from cvs the asterisk_oh323, and then I tried to  make install, in the end I have this:

 

...

/usr/include/ptlib/array.h:341:
`dynamic' undeclared (first use this function)

/usr/include/ptlib/array.h:341:
only constructors take base initializers

/usr/include/ptlib/array.h:341:
confused by earlier errors, bailing out

make[1]:
*** [asteriskaudio.o] Error 1

make[1]:
Leaving directory `/usr/src/asterisk-oh323/wrapper'

make:
*** [subdirs_all] Error 1

 

Could
you plese illuminate the way for me, I´ll be thankfull.

 

May thanks






___
Asterisk-Users mailing list
Asterisk-Users@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

RE: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-01-15 Thread Brent Franks
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of VenkataRao Chimata
> Sent: Saturday, January 15, 2005 12:30 PM
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] Unable to create channel of type 'Zap'
> 
> Hi friends
> 
>  I recently bought an X100P card and fixed it to my
> PC.
> I connected one port to an analog phone and the
> other(the port which is supposed to be connected to
> the telephone network) is left unconnected to anyone.
> When tried to make a call from asterisk command prompt
> to the phone I am getting the following error.
> 
> 
>  -- Executing Dial("ALSA/default", "Zap/1|20") in new
> stack
> Jan 15 18:28:45 NOTICE[1152795712]: app_dial.c:714
> dial_exec: Unable to create channel of type 'Zap'
>   == Everyone is busy/congested at this time

After you do modprobe wcfxo

Are you running ztcfg - ?

- Brent

___
Asterisk-Users mailing list
Asterisk-Users@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


RE: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-01-15 Thread Brent Franks
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of VenkataRao Chimata
> Sent: Saturday, January 15, 2005 12:30 PM
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] Unable to create channel of type 'Zap'
> 
> Hi friends
> 
>  I recently bought an X100P card and fixed it to my
> PC.
> I connected one port to an analog phone and the
> other(the port which is supposed to be connected to
> the telephone network) is left unconnected to anyone.
> When tried to make a call from asterisk command prompt
> to the phone I am getting the following error.

Ohhh, I just saw something else.  The X100P is only meant to interface to
the phone network.  You need to have a FXS device (Either Card from Digium)
or an ATA or Hard/Soft Sip phone to use as a phone.  The FXS device would
connect to a regular phone.  

The X100P is not a FXS.

- Brent

___
Asterisk-Users mailing list
Asterisk-Users@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


RE: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-01-15 Thread VenkataRao Chimata
Date: Sat, 15 Jan 2005 13:19:02 -0500
From: "Brent Franks" <[EMAIL PROTECTED]>
Subject: RE: [Asterisk-Users] Unable to create channel
of type 'Zap'
To: "'Asterisk Users Mailing List - Non-Commercial
Discussion'"

Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;   charset="US-ASCII"

> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of VenkataRao
Chimata
> Sent: Saturday, January 15, 2005 12:30 PM
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] Unable to create channel
of type 'Zap'
> 
> Hi friends
> 
>  I recently bought an X100P card and fixed it to my
> PC.
> I connected one port to an analog phone and the
> other(the port which is supposed to be connected to
> the telephone network) is left unconnected to
anyone.
> When tried to make a call from asterisk command
prompt
> to the phone I am getting the following error.
> 
> 
>  -- Executing Dial("ALSA/default", "Zap/1|20") in
new
> stack
> Jan 15 18:28:45 NOTICE[1152795712]: app_dial.c:714
> dial_exec: Unable to create channel of type 'Zap'
>   == Everyone is busy/congested at this time

After you do modprobe wcfxo

Are you running ztcfg - ?

- Brent



Yes I did ztcfg - also.
And I got the following output

Zaptel Configuration
==
  
  
   
  
  
   
Channel map:
  
  
   
Channel 01: FXS Loopstart (Default) (Slaves: 01)
  
  
   
1 channels configured.






__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-01-18 Thread Giovanni Powell
Hmmm, when you plug the phone line into the x100p card slot (from
PSTN) then asterisk should say something like: alarm cleared blah blah
blah...

then try the call again. If your not getting that message try changing
the signalling in zaptel & zapata.conf  to fxsks=1, signalling=fxs_ks
respectively.
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] unable to create channel of type Zap

2004-11-07 Thread Andres Tello Abrego
Verify what
zap show channel N says.
I have a fxo channel alarmed, and even I unplugged and re-plugged my 
phone cord, and stoped and restarted my * box, I needed to unload the 
wcfxs and zaptel modules and load them again to get the alarm "cleaned"...

Remember to replace N for your channel number...
Adnan Ahmed wrote:
hi,
I am using TDM400 with FXS and FXO modules,everytime i try to make call 
of my analog phone it gives following errors:
Executing Dial("  ", "") in 
new stack
app_dial.c:554 dial_exec:Unable to create channel of type Zap Everyone 
is busy at this time.
I am new in this group and also asterisk too so don't bother with my 
questions!

my configs are:
zaptel.conf
fxoks=1
fxsks=4
loadzone=us
defaultzone=us
zapata.conf
[channels]
signalling=fxo_ks
context=outgoing
channel => 1
signalling=fxs_ks
context=incoming
channel => 4
extensions.conf
[incoming]
exten => s,1,Dial,Zap/1
;exten => s,1,Dial,Zap/4
in above two lines which one os appropriate i am trying both options but 
no result.
[outgoing]
exten => 021NXX,1,Dial/Zap/1/${EXTEN:1}

kindly pointout my mistakes/errors and helping me out.
Thanks In Advance .
Adnan Ahmed.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type Zap!

2004-11-10 Thread Seth Remington
On Sun, 2004-11-07 at 13:37, Adnan Ahmed wrote:
> hi,
> I am using TDM400 with FXS and FXO modules,everytime i try to make call 
> of my analog phone it gives following errors:
> Executing Dial("  ", "") in 
> new stack
> app_dial.c:554 dial_exec:Unable to create channel of type Zap Everyone 
> is busy at this time.
> Executing Congestion("   ", "") in new stack
> Spawn Extension (outgoing,6943442, 2) exitd non-zero on Zap/1-1  ;in 
> which 6943442 is local number and '2' i don't know what is that.
> Hungup Zap/1-1
>  
> I am new in this group and also asterisk too so don't bother with my 
> questions!
> 
> 
> my configs are:
> zaptel.conf
> fxoks=1
> fxsks=4
> loadzone=us
> defaultzone=us
> 
> zapata.conf
> [channels]
> signalling=fxo_ks
> context=outgoing
> channel => 1
> 
> signalling=fxs_ks
> context=incoming
> channel => 4
> 
> 
> extensions.conf
> [incoming]
> exten => s,1,Dial,Zap/4
>  
> [outgoing]
> exten => _NXX,1,Dial/Zap/1/${EXTEN:1}

This should be "exten => _NXX,1,Dial(Zap/1/${EXTEN:1})"

-Seth

> kindly pointout my mistakes/errors and helping me out.
> 
> 
> Thanks In Advance .
> Adnan Ahmed.

-- 
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-22 Thread Bob Goddard
On Monday 22 Aug 2005 04:30, root linux wrote:
> My zaptel.conf config: -
>
> # Below setting is for E1
> span=1,1,0,cas,hdb3
> bchan=1-15
> bchan=17-31
> dchan=16
>
> loadzone = us
> defaultzone=us

You do not appear to be in the US but Malaysia. Not sure what these
should be.

> My zapata.conf config: -
>
> # Below setting is for E1
> switchtype = national
> signalling = pri_cpe
> group = 1
> channel => 1-15
> channel => 17-31
>
> My extension.conf config: -
>
> [default]
> exten => 181,1,Dial(Zap/1/181)

This is better to be "exten => 181,1,Dial(Zap/g1/181)",
at least as a test.

Are the kernel modules loaded?
What kind of E1 card do you have?
What does "ztcfg -vvv" tell you?
You may also want to check out zttool.


B
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-22 Thread Craig Guy

Hi rootlinux,

I'm in Australia where we also uses crc4 on the span line, could you also 
show the relevant section of your zapata.conf?  Looking at your 
extensions.conf excerpt, it is customary to group the b channels eg 
Dial(Zap/g1/12345678) and there should be an entry in zapata.conf under your 
channel definitions such as group=>1.  Also check that your context in 
zapata.conf matches the extensions.conf context you are trying to dial from.


Craig

- Original Message - 
From: "root linux" <[EMAIL PROTECTED]>

To: 
Sent: Monday, August 22, 2005 11:30 AM
Subject: [Asterisk-Users] Unable to create channel of type 'Zap'



My zaptel.conf config: -

# Below setting is for E1
span=1,1,0,cas,hdb3
bchan=1-15
bchan=17-31
dchan=16

loadzone = us
defaultzone=us


My zapata.conf config: -

# Below setting is for E1
switchtype = national
signalling = pri_cpe
group = 1
channel => 1-15
channel => 17-31

My extension.conf config: -

[default]
exten => 181,1,Dial(Zap/1/181)

When I perform a dailing from my SIP Phone, I got the
error message as below: -

   -- Executing Dial("SIP/118301-6f4e",
"Zap/1/181") in new stack
Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
dial_exec: Unable to create channel of type 'Zap'
 == Everyone is busy/congested at this time


I am beginner...How to solve this?






Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs

___
Asterisk-Users mailing list
Asterisk-Users@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



___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-23 Thread root linux
I am using TE110P E1 Card and using the wcte11xp
driver.

Here is my "ztcfg -vvv" result: -

Zaptel Configuration
==

SPAN 1: CAS/HDB3 Build-out: 0 db (CSU)/0-133 feet
(DSX-1)

Channel map:

Channel 01: Individual Clear channel (Default)
(Slaves: 01)
Channel 02: Individual Clear channel (Default)
(Slaves: 02)
Channel 03: Individual Clear channel (Default)
(Slaves: 03)
Channel 04: Individual Clear channel (Default)
(Slaves: 04)
Channel 05: Individual Clear channel (Default)
(Slaves: 05)
Channel 06: Individual Clear channel (Default)
(Slaves: 06)
Channel 07: Individual Clear channel (Default)
(Slaves: 07)
Channel 08: Individual Clear channel (Default)
(Slaves: 08)
Channel 09: Individual Clear channel (Default)
(Slaves: 09)
Channel 10: Individual Clear channel (Default)
(Slaves: 10)
Channel 11: Individual Clear channel (Default)
(Slaves: 11)
Channel 12: Individual Clear channel (Default)
(Slaves: 12)
Channel 13: Individual Clear channel (Default)
(Slaves: 13)
Channel 14: Individual Clear channel (Default)
(Slaves: 14)
Channel 15: Individual Clear channel (Default)
(Slaves: 15)
Channel 16: D-channel (Default) (Slaves: 16)
Channel 17: Individual Clear channel (Default)
(Slaves: 17)
Channel 18: Individual Clear channel (Default)
(Slaves: 18)
Channel 19: Individual Clear channel (Default)
(Slaves: 19)
Channel 20: Individual Clear channel (Default)
(Slaves: 20)
Channel 21: Individual Clear channel (Default)
(Slaves: 21)
Channel 22: Individual Clear channel (Default)
(Slaves: 22)
Channel 23: Individual Clear channel (Default)
(Slaves: 23)
Channel 24: Individual Clear channel (Default)
(Slaves: 24)
Channel 25: Individual Clear channel (Default)
(Slaves: 25)
Channel 26: Individual Clear channel (Default)
(Slaves: 26)
Channel 27: Individual Clear channel (Default)
(Slaves: 27)
Channel 28: Individual Clear channel (Default)
(Slaves: 28)
Channel 29: Individual Clear channel (Default)
(Slaves: 29)
Channel 30: Individual Clear channel (Default)
(Slaves: 30)
Channel 31: Individual Clear channel (Default)
(Slaves: 31)

31 channels configured.



--- Bob Goddard <[EMAIL PROTECTED]> wrote:

> On Monday 22 Aug 2005 04:30, root linux wrote:
> > My zaptel.conf config: -
> >
> > # Below setting is for E1
> > span=1,1,0,cas,hdb3
> > bchan=1-15
> > bchan=17-31
> > dchan=16
> >
> > loadzone = us
> > defaultzone=us
> 
> You do not appear to be in the US but Malaysia. Not
> sure what these
> should be.
> 
> > My zapata.conf config: -
> >
> > # Below setting is for E1
> > switchtype = national
> > signalling = pri_cpe
> > group = 1
> > channel => 1-15
> > channel => 17-31
> >
> > My extension.conf config: -
> >
> > [default]
> > exten => 181,1,Dial(Zap/1/181)
> 
> This is better to be "exten =>
> 181,1,Dial(Zap/g1/181)",
> at least as a test.
> 
> Are the kernel modules loaded?
> What kind of E1 card do you have?
> What does "ztcfg -vvv" tell you?
> You may also want to check out zttool.
> 
> 
> B
> ___
> Asterisk-Users mailing list
> Asterisk-Users@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
> 





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-23 Thread root linux
My context in zapata.conf is default

But still cannot dial via Zaptel (TE110P)



--- Craig Guy <[EMAIL PROTECTED]> wrote:

> Hi rootlinux,
> 
> I'm in Australia where we also uses crc4 on the span
> line, could you also 
> show the relevant section of your zapata.conf? 
> Looking at your 
> extensions.conf excerpt, it is customary to group
> the b channels eg 
> Dial(Zap/g1/12345678) and there should be an entry
> in zapata.conf under your 
> channel definitions such as group=>1.  Also check
> that your context in 
> zapata.conf matches the extensions.conf context you
> are trying to dial from.
> 
> Craig
> 
> - Original Message - 
> From: "root linux" <[EMAIL PROTECTED]>
> To: 
> Sent: Monday, August 22, 2005 11:30 AM
> Subject: [Asterisk-Users] Unable to create channel
> of type 'Zap'
> 
> 
> > My zaptel.conf config: -
> >
> > # Below setting is for E1
> > span=1,1,0,cas,hdb3
> > bchan=1-15
> > bchan=17-31
> > dchan=16
> >
> > loadzone = us
> > defaultzone=us
> >
> >
> > My zapata.conf config: -
> >
> > # Below setting is for E1
> > switchtype = national
> > signalling = pri_cpe
> > group = 1
> > channel => 1-15
> > channel => 17-31
> >
> > My extension.conf config: -
> >
> > [default]
> > exten => 181,1,Dial(Zap/1/181)
> >
> > When I perform a dailing from my SIP Phone, I got
> the
> > error message as below: -
> >
> >-- Executing Dial("SIP/118301-6f4e",
> > "Zap/1/181") in new stack
> > Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
> > dial_exec: Unable to create channel of type 'Zap'
> >  == Everyone is busy/congested at this time
> >
> >
> > I am beginner...How to solve this?
> >
> >
> >
> >
> >
> >
> 
> > Start your day with Yahoo! - make it your home
> page
> > http://www.yahoo.com/r/hs
> >
> > ___
> > Asterisk-Users mailing list
> > Asterisk-Users@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
> > 
> 
> ___
> Asterisk-Users mailing list
> Asterisk-Users@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
> 





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-23 Thread dbruce
First off... go through your zapata.conf and zaptel.conf files and actually
set your configuration for your specific hardware and desired results.

The obvious is that you are using E1 signalling (set in zaptel.conf), but in
zapata.conf you specify switchtype=national. This probably not work because
national ISDN is a T1 protocol, and is usually not provisioned on E1
circuits unless your provider is using some really strange combination of
equipment.

On an E1 circuit, you should have switchtype=euroisdn.

Try this change and see if it resolves your problem. Also increase your
debugging ( use 'pri debug span 1' or 'pri intense debug span 1') to see
what messages are being passed between your system and the provider.

Regards,
Derek


- Original Message -
From: "root linux" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Sent: Tuesday, August 23, 2005 4:48 AM
Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap'


> My context in zapata.conf is default
>
> But still cannot dial via Zaptel (TE110P)
>
>
>
> --- Craig Guy <[EMAIL PROTECTED]> wrote:
>
> > Hi rootlinux,
> >
> > I'm in Australia where we also uses crc4 on the span
> > line, could you also
> > show the relevant section of your zapata.conf?
> > Looking at your
> > extensions.conf excerpt, it is customary to group
> > the b channels eg
> > Dial(Zap/g1/12345678) and there should be an entry
> > in zapata.conf under your
> > channel definitions such as group=>1.  Also check
> > that your context in
> > zapata.conf matches the extensions.conf context you
> > are trying to dial from.
> >
> > Craig
> >
> > - Original Message -
> > From: "root linux" <[EMAIL PROTECTED]>
> > To: 
> > Sent: Monday, August 22, 2005 11:30 AM
> > Subject: [Asterisk-Users] Unable to create channel
> > of type 'Zap'
> >
> >
> > > My zaptel.conf config: -
> > >
> > > # Below setting is for E1
> > > span=1,1,0,cas,hdb3
> > > bchan=1-15
> > > bchan=17-31
> > > dchan=16
> > >
> > > loadzone = us
> > > defaultzone=us
> > >
> > >
> > > My zapata.conf config: -
> > >
> > > # Below setting is for E1
> > > switchtype = national
> > > signalling = pri_cpe
> > > group = 1
> > > channel => 1-15
> > > channel => 17-31
> > >
> > > My extension.conf config: -
> > >
> > > [default]
> > > exten => 181,1,Dial(Zap/1/181)
> > >
> > > When I perform a dailing from my SIP Phone, I got
> > the
> > > error message as below: -
> > >
> > >-- Executing Dial("SIP/118301-6f4e",
> > > "Zap/1/181") in new stack
> > > Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
> > > dial_exec: Unable to create channel of type 'Zap'
> > >  == Everyone is busy/congested at this time
> > >
> > >
> > > I am beginner...How to solve this?
> > >
> > >
> > >
> > >
> > >
> > >
> > 
> > > Start your day with Yahoo! - make it your home
> > page
> > > http://www.yahoo.com/r/hs
> > >
> > > ___
> > > Asterisk-Users mailing list
> > > Asterisk-Users@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
> > >
> >
> > ___
> > Asterisk-Users mailing list
> > Asterisk-Users@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
> >
>
>
>
>
> 
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
>
> ___
> Asterisk-Users mailing list
> Asterisk-Users@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

___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-23 Thread root linux
I did go through the zapata.conf and zaptel.conf but
no luck after changing switchtype=euroisdn

Still having the same problem...

My zaptel.conf config: -

span=1,1,0,ccs,hdb3,crc4
bchan=1-15 
bchan=17-31 
dchan=16 

loadzone = us
defaultzone=us


Here is my result of my command "ztcfg -vvv" : -

Zaptel Configuration
==

SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet
(DSX-1)

Channel map:

Channel 01: Individual Clear channel (Default)
(Slaves: 01)
Channel 02: Individual Clear channel (Default)
(Slaves: 02)
Channel 03: Individual Clear channel (Default)
(Slaves: 03)
Channel 04: Individual Clear channel (Default)
(Slaves: 04)
Channel 05: Individual Clear channel (Default)
(Slaves: 05)
Channel 06: Individual Clear channel (Default)
(Slaves: 06)
Channel 07: Individual Clear channel (Default)
(Slaves: 07)
Channel 08: Individual Clear channel (Default)
(Slaves: 08)
Channel 09: Individual Clear channel (Default)
(Slaves: 09)
Channel 10: Individual Clear channel (Default)
(Slaves: 10)
Channel 11: Individual Clear channel (Default)
(Slaves: 11)
Channel 12: Individual Clear channel (Default)
(Slaves: 12)
Channel 13: Individual Clear channel (Default)
(Slaves: 13)
Channel 14: Individual Clear channel (Default)
(Slaves: 14)
Channel 15: Individual Clear channel (Default)
(Slaves: 15)
Channel 16: D-channel (Default) (Slaves: 16)
Channel 17: Individual Clear channel (Default)
(Slaves: 17)
Channel 18: Individual Clear channel (Default)
(Slaves: 18)
Channel 19: Individual Clear channel (Default)
(Slaves: 19)
Channel 20: Individual Clear channel (Default)
(Slaves: 20)
Channel 21: Individual Clear channel (Default)
(Slaves: 21)
Channel 22: Individual Clear channel (Default)
(Slaves: 22)
Channel 23: Individual Clear channel (Default)
(Slaves: 23)
Channel 24: Individual Clear channel (Default)
(Slaves: 24)
Channel 25: Individual Clear channel (Default)
(Slaves: 25)
Channel 26: Individual Clear channel (Default)
(Slaves: 26)
Channel 27: Individual Clear channel (Default)
(Slaves: 27)
Channel 28: Individual Clear channel (Default)
(Slaves: 28)
Channel 29: Individual Clear channel (Default)
(Slaves: 29)
Channel 30: Individual Clear channel (Default)
(Slaves: 30)
Channel 31: Individual Clear channel (Default)
(Slaves: 31)

31 channels configured.




--- dbruce <[EMAIL PROTECTED]> wrote:

> First off... go through your zapata.conf and
> zaptel.conf files and actually
> set your configuration for your specific hardware
> and desired results.
> 
> The obvious is that you are using E1 signalling (set
> in zaptel.conf), but in
> zapata.conf you specify switchtype=national. This
> probably not work because
> national ISDN is a T1 protocol, and is usually not
> provisioned on E1
> circuits unless your provider is using some really
> strange combination of
> equipment.
> 
> On an E1 circuit, you should have
> switchtype=euroisdn.
> 
> Try this change and see if it resolves your problem.
> Also increase your
> debugging ( use 'pri debug span 1' or 'pri intense
> debug span 1') to see
> what messages are being passed between your system
> and the provider.
> 
> Regards,
> Derek
> 
> 
> - Original Message -
> From: "root linux" <[EMAIL PROTECTED]>
> To: "Asterisk Users Mailing List - Non-Commercial
> Discussion"
> 
> Sent: Tuesday, August 23, 2005 4:48 AM
> Subject: Re: [Asterisk-Users] Unable to create
> channel of type 'Zap'
> 
> 
> > My context in zapata.conf is default
> >
> > But still cannot dial via Zaptel (TE110P)
> >
> >
> >
> > --- Craig Guy <[EMAIL PROTECTED]> wrote:
> >
> > > Hi rootlinux,
> > >
> > > I'm in Australia where we also uses crc4 on the
> span
> > > line, could you also
> > > show the relevant section of your zapata.conf?
> > > Looking at your
> > > extensions.conf excerpt, it is customary to
> group
> > > the b channels eg
> > > Dial(Zap/g1/12345678) and there should be an
> entry
> > > in zapata.conf under your
> > > channel definitions such as group=>1.  Also
> check
> > > that your context in
> > > zapata.conf matches the extensions.conf context
> you
> > > are trying to dial from.
> > >
> > > Craig
> > >
> > > - Original Message -
> > > From: "root linux" <[EMAIL PROTECTED]>
> > > To: 
> > > Sent: Monday, August 22, 2005 11:30 AM
> > > Subject: [Asterisk-Users] Unable to create
> channel
> > > of type 'Zap'
> > >
> > >
> > > > My zaptel.conf config: -
> > > >
> > > > # Below setting is for E1
> > > 

Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-25 Thread root linux
I am connecting my TE110P card to a National
Microsystems card...

Can it be done?


--- dbruce <[EMAIL PROTECTED]> wrote:

> First off... go through your zapata.conf and
> zaptel.conf files and actually
> set your configuration for your specific hardware
> and desired results.
> 
> The obvious is that you are using E1 signalling (set
> in zaptel.conf), but in
> zapata.conf you specify switchtype=national. This
> probably not work because
> national ISDN is a T1 protocol, and is usually not
> provisioned on E1
> circuits unless your provider is using some really
> strange combination of
> equipment.
> 
> On an E1 circuit, you should have
> switchtype=euroisdn.
> 
> Try this change and see if it resolves your problem.
> Also increase your
> debugging ( use 'pri debug span 1' or 'pri intense
> debug span 1') to see
> what messages are being passed between your system
> and the provider.
> 
> Regards,
> Derek
> 
> 
> - Original Message -
> From: "root linux" <[EMAIL PROTECTED]>
> To: "Asterisk Users Mailing List - Non-Commercial
> Discussion"
> 
> Sent: Tuesday, August 23, 2005 4:48 AM
> Subject: Re: [Asterisk-Users] Unable to create
> channel of type 'Zap'
> 
> 
> > My context in zapata.conf is default
> >
> > But still cannot dial via Zaptel (TE110P)
> >
> >
> >
> > --- Craig Guy <[EMAIL PROTECTED]> wrote:
> >
> > > Hi rootlinux,
> > >
> > > I'm in Australia where we also uses crc4 on the
> span
> > > line, could you also
> > > show the relevant section of your zapata.conf?
> > > Looking at your
> > > extensions.conf excerpt, it is customary to
> group
> > > the b channels eg
> > > Dial(Zap/g1/12345678) and there should be an
> entry
> > > in zapata.conf under your
> > > channel definitions such as group=>1.  Also
> check
> > > that your context in
> > > zapata.conf matches the extensions.conf context
> you
> > > are trying to dial from.
> > >
> > > Craig
> > >
> > > - Original Message -
> > > From: "root linux" <[EMAIL PROTECTED]>
> > > To: 
> > > Sent: Monday, August 22, 2005 11:30 AM
> > > Subject: [Asterisk-Users] Unable to create
> channel
> > > of type 'Zap'
> > >
> > >
> > > > My zaptel.conf config: -
> > > >
> > > > # Below setting is for E1
> > > > span=1,1,0,cas,hdb3
> > > > bchan=1-15
> > > > bchan=17-31
> > > > dchan=16
> > > >
> > > > loadzone = us
> > > > defaultzone=us
> > > >
> > > >
> > > > My zapata.conf config: -
> > > >
> > > > # Below setting is for E1
> > > > switchtype = national
> > > > signalling = pri_cpe
> > > > group = 1
> > > > channel => 1-15
> > > > channel => 17-31
> > > >
> > > > My extension.conf config: -
> > > >
> > > > [default]
> > > > exten => 181,1,Dial(Zap/1/181)
> > > >
> > > > When I perform a dailing from my SIP Phone, I
> got
> > > the
> > > > error message as below: -
> > > >
> > > >-- Executing Dial("SIP/118301-6f4e",
> > > > "Zap/1/181") in new stack
> > > > Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
> > > > dial_exec: Unable to create channel of type
> 'Zap'
> > > >  == Everyone is busy/congested at this time
> > > >
> > > >
> > > > I am beginner...How to solve this?
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> 
> > > > Start your day with Yahoo! - make it your home
> > > page
> > > > http://www.yahoo.com/r/hs
> > > >
> > > >
> ___
> > > > Asterisk-Users mailing list
> > > > Asterisk-Users@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
> > > >
> > >
> > > ___
>

Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-25 Thread root linux
Yep, I am connecting to some other equipemnt...its a
Clarent gateway equipped with a National Microsystems
(Quad Port)



--- El Flynn <[EMAIL PROTECTED]> wrote:

> Hi there,
> 
> Are you getting the E1 span in from Telekom, or are
> you connecting to some other 
> equipment?
> 
> root linux wrote:
> > My zaptel.conf config: -
> > 
> > # Below setting is for E1
> > span=1,1,0,cas,hdb3
> > bchan=1-15 
> > bchan=17-31 
> > dchan=16 
> > 
> > loadzone = us
> > defaultzone=us
> > 
> > 
> > My zapata.conf config: -
> > 
> > # Below setting is for E1
> > switchtype = national
> > signalling = pri_cpe
> > group = 1
> > channel => 1-15
> > channel => 17-31
> > 
> > My extension.conf config: -
> > 
> > [default]
> > exten => 181,1,Dial(Zap/1/181)
> > 
> > When I perform a dailing from my SIP Phone, I got
> the
> > error message as below: -
> > 
> > -- Executing Dial("SIP/118301-6f4e",
> > "Zap/1/181") in new stack
> > Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
> > dial_exec: Unable to create channel of type 'Zap'
> >   == Everyone is busy/congested at this time
> > 
> > 
> > I am beginner...How to solve this?
> > 
> > 
> > 
> > 
> > 
> >
> 
> > Start your day with Yahoo! - make it your home
> page 
> > http://www.yahoo.com/r/hs 
> >  
> > ___
> > Asterisk-Users mailing list
> > Asterisk-Users@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
> > 
> 
> 
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-25 Thread Umair Bari
Please confirm if PRI span is up

on CLI, type "pri show span 1" it must be UP before you can dial through it.

regards,

Umair bari

On 8/25/05, root linux <[EMAIL PROTECTED]> wrote:
> Yep, I am connecting to some other equipemnt...its a
> Clarent gateway equipped with a National Microsystems
> (Quad Port)
> 
> 
> 
> --- El Flynn <[EMAIL PROTECTED]> wrote:
> 
> > Hi there,
> >
> > Are you getting the E1 span in from Telekom, or are
> > you connecting to some other
> > equipment?
> >
> > root linux wrote:
> > > My zaptel.conf config: -
> > >
> > > # Below setting is for E1
> > > span=1,1,0,cas,hdb3
> > > bchan=1-15
> > > bchan=17-31
> > > dchan=16
> > >
> > > loadzone = us
> > > defaultzone=us
> > >
> > >
> > > My zapata.conf config: -
> > >
> > > # Below setting is for E1
> > > switchtype = national
> > > signalling = pri_cpe
> > > group = 1
> > > channel => 1-15
> > > channel => 17-31
> > >
> > > My extension.conf config: -
> > >
> > > [default]
> > > exten => 181,1,Dial(Zap/1/181)
> > >
> > > When I perform a dailing from my SIP Phone, I got
> > the
> > > error message as below: -
> > >
> > > -- Executing Dial("SIP/118301-6f4e",
> > > "Zap/1/181") in new stack
> > > Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
> > > dial_exec: Unable to create channel of type 'Zap'
> > >   == Everyone is busy/congested at this time
> > >
> > >
> > > I am beginner...How to solve this?
> > >
> > >
> > >
> > >
> > >
> > >
> > 
> > > Start your day with Yahoo! - make it your home
> > page
> > > http://www.yahoo.com/r/hs
> > >
> > > ___
> > > Asterisk-Users mailing list
> > > Asterisk-Users@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
> > >
> >
> >
> >
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> ___
> --Bandwidth and Colocation sponsored by Easynews.com --
> 
> Asterisk-Users mailing list
> Asterisk-Users@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
>
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@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


RE: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-25 Thread Nathan C. Smith
Which side of the span is actually providing the clock?  The Asterisk side
or the other side (telco?)  If it is the telco the clock needs to be set to
'0'.

Span=1,0,0,cas,hdb3

-Nate

-Original Message-
From: root linux [mailto:[EMAIL PROTECTED] 
Sent: Sunday, August 21, 2005 10:30 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Unable to create channel of type 'Zap'


My zaptel.conf config: -

# Below setting is for E1
span=1,1,0,cas,hdb3
bchan=1-15 
bchan=17-31 
dchan=16 

loadzone = us
defaultzone=us


My zapata.conf config: -

# Below setting is for E1
switchtype = national
signalling = pri_cpe
group = 1
channel => 1-15
channel => 17-31

My extension.conf config: -

[default]
exten => 181,1,Dial(Zap/1/181)

When I perform a dailing from my SIP Phone, I got the
error message as below: -

-- Executing Dial("SIP/118301-6f4e",
"Zap/1/181") in new stack
Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
dial_exec: Unable to create channel of type 'Zap'
  == Everyone is busy/congested at this time


I am beginner...How to solve this?






Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___
Asterisk-Users mailing list
Asterisk-Users@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
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@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


RE: [Asterisk-Users] Unable to create channel of type 'Zap'

2005-08-25 Thread root linux
Actually I am connecting the Digium TE110P to another
box which is using National MicroSystems 

So, my config in zaptel.conf should be: -

span=1,0,0,cas,hdb3

Or

span=1,1,0,cas,hdb3

I have no problem connecting to the telco side with
the below setting in zaptel.conf: -

span=1,1,0,cas,hdb3

I can make call through the telco PRI line but if
connect to the National MicroSystems box, I cant make
any call...will get the error message below in
asterisk: -

dial_exec: Unable to create channel of type 'Zap'




--- "Nathan C. Smith" <[EMAIL PROTECTED]> wrote:

> Which side of the span is actually providing the
> clock?  The Asterisk side
> or the other side (telco?)  If it is the telco the
> clock needs to be set to
> '0'.
> 
> Span=1,0,0,cas,hdb3
> 
> -Nate
> 
> -Original Message-
> From: root linux [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, August 21, 2005 10:30 PM
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] Unable to create channel
> of type 'Zap'
> 
> 
> My zaptel.conf config: -
> 
> # Below setting is for E1
> span=1,1,0,cas,hdb3
> bchan=1-15 
> bchan=17-31 
> dchan=16 
> 
> loadzone = us
> defaultzone=us
> 
> 
> My zapata.conf config: -
> 
> # Below setting is for E1
> switchtype = national
> signalling = pri_cpe
> group = 1
> channel => 1-15
> channel => 17-31
> 
> My extension.conf config: -
> 
> [default]
> exten => 181,1,Dial(Zap/1/181)
> 
> When I perform a dailing from my SIP Phone, I got
> the
> error message as below: -
> 
> -- Executing Dial("SIP/118301-6f4e",
> "Zap/1/181") in new stack
> Aug 22 11:03:02 NOTICE[9023]: app_dial.c:764
> dial_exec: Unable to create channel of type 'Zap'
>   == Everyone is busy/congested at this time
> 
> 
> I am beginner...How to solve this?
> 
> 
> 
> 
>   
> 
> Start your day with Yahoo! - make it your home page 
> http://www.yahoo.com/r/hs 
>  
> ___
> Asterisk-Users mailing list
> Asterisk-Users@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
> ___
> --Bandwidth and Colocation sponsored by Easynews.com
> --
> 
> Asterisk-Users mailing list
> Asterisk-Users@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
> 





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap' error

2005-02-19 Thread Rich Adamson

> I'm trying to configure a 100xp fxo card for the first time but am not able to
> get the channel type ZAP recognised
> 
> app_dial.c:743 dial_exec: Unable to create channel of type 'Zap'
> 
> WHen starting asterisk with -vvvgc i see
> 
> [chan_zap.so] => (Zapata Telephony w/PRI)
>   == Parsing '/etc/asterisk/zapata.conf': Found
> -- Registered channel 1, FXS Kewlstart signalling
> -- Automatically generated pseudo channel
>   == Registered channel type 'Zap' (Zapata Telephony Driver w/PRI)
>   == Registered channel type 'Tor' (Zapata Telephony Driver w/PRI)
>   == Registered application 'CallingPres'
>   == Manager registered action ZapTransfer
>   == Manager registered action ZapHangup
>   == Manager registered action ZapDialOffhook
>   == Manager registered action ZapDNDon
>   == Manager registered action ZapDNDoff
>   == Manager registered action ZapShowChannels   
>   
> 
> when I type "zap show channel 1 i see:
> 
> zap show channel 1
> Channel: 1
> File Descriptor: 17
> Span: 1
> Extension:
> Dialing: no
> Context: internal
> Caller ID string:
> Destroy: 0
> InAlarm: 1
> Signalling Type: FXS Kewlstart
> Owner: 
> Real: 
> Callwait: 
> Threeway: 
> Confno: -1
> Propagated Conference: -1
> Real in conference: 0
> DSP: no
> Relax DTMF: no
> Dialing/CallwaitCAS: 0/0
> Default law: ulaw
> Fax Handled: no
> Pulse phone: no
> Echo Cancellation: 128 taps, currently OFF
> Actual Confinfo: Num/0, Mode/0x
> Actual Confmute: No
> Actual Hookstate: Onhook
> *CLI>
> 
> The test I perform to dial is: 
> 
> exten => 47302410,1,Dial(Zap/1/47302410)
> 
> I deal the number and get teh ZAP error.  Can anoyone suggest soemthing I'm
> missing as I've never ued a ZAP interface before...and seems that
> http://www.voip-info.org is overloaded, not been able to get a page from them
> for a few days..

The only hint in the above is the "InAlarm: 1" entry; that should be 0.
That would suggest the /etc/zaptel.conf entry has an issue, ztcfg -vv 
didn't complete properly, the phone line isn't plugged into the card,
or something like that.



___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] "Unable to create channel of type Zap" Message

2005-04-01 Thread Andres Tello Abrego
check that the phone cord is correctly attached to the tdm11b.
Also verify if the channel isnÂt alarmed with
zap show channel N whewre N the channel number.
[EMAIL PROTECTED] wrote:
Hello
i use TDM11B,and i'm connecting the analog telephone to channel 1, and i'm
trying to use
*CLI> dial 11
at asterisk Console but the following message appeares, and no ringing occures
 Executing Dial("OSS/dsp", "Zap/1|20") in new stack
Apr  1 19:13:42 NOTICE[3781]: app_dial.c:746 dial_exec: Unable to create channel
of type 'Zap'
  == Everyone is busy/congested at this time
my zapata.conf is
-
[channels]
language=en
context=local
signalling=fxo_ks
channel => 1
signalling=fxs_ks
channel => 4
and zaptel.conf is
--
fxoks=1
fxsks=4
loadzone = us
defaultzone=us
and extensions.conf
--
[local]
exten => 11,1,Dial(Zap/1,20)
waiting for response and thanks in advance

Reserve your free [EMAIL PROTECTED], http://www.egypt.com
Spam free & Virus clean web based mail service
___
Asterisk-Users mailing list
Asterisk-Users@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
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] "Unable to create channel of type Zap" Message

2005-04-01 Thread eng . yousri
Firstly, thanks too much for your help...

i ensured that the phone is already connected fine.
when i used command :

show channel 1
the result is
1 is not a known channel

i tried also show channel 1, show channel 2, show channel 3 show channel 4

and i obtained the same result.

waiting for response and thanks in advance


Quoting Andres Tello Abrego <[EMAIL PROTECTED]>:

> check that the phone cord is correctly attached to the tdm11b.
>
> Also verify if the channel isnÂt alarmed with
> zap show channel N whewre N the channel number.
>
>
> [EMAIL PROTECTED] wrote:
> > Hello
> >
> > i use TDM11B,and i'm connecting the analog telephone to channel 1, and i'm
> > trying to use
> > *CLI> dial 11
> > at asterisk Console but the following message appeares, and no ringing
> occures
> >
> >  Executing Dial("OSS/dsp", "Zap/1|20") in new stack
> > Apr  1 19:13:42 NOTICE[3781]: app_dial.c:746 dial_exec: Unable to create
> channel
> > of type 'Zap'
> >   == Everyone is busy/congested at this time
> >
> > my zapata.conf is
> > -
> > [channels]
> > language=en
> > context=local
> >
> > signalling=fxo_ks
> > channel => 1
> > signalling=fxs_ks
> > channel => 4
> >
> > and zaptel.conf is
> > --
> > fxoks=1
> > fxsks=4
> > loadzone = us
> > defaultzone=us
> >
> > and extensions.conf
> > --
> > [local]
> > exten => 11,1,Dial(Zap/1,20)
> >
> > waiting for response and thanks in advance
> >
> > 
> > Reserve your free [EMAIL PROTECTED], http://www.egypt.com
> > Spam free & Virus clean web based mail service
> > ___
> > Asterisk-Users mailing list
> > Asterisk-Users@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
> >
> ___
> Asterisk-Users mailing list
> Asterisk-Users@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
>





Reserve your free [EMAIL PROTECTED], http://www.egypt.com
Spam free & Virus clean web based mail service
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] "Unable to create channel of type Zap" Message

2005-04-01 Thread eng . yousri
i also tried
localhost*CLI> show channels
and i get:
   OSS/dsp  (local  11   2   ) Ringing (None)(None)
1 active channel(s)

and then i tried
localhost*CLI> show channel OSS/dsp
and i get
 -- General --
   Name: OSS/dsp
   Type: Console
   UniqueID: 1112390765.0
  Caller ID: (N/A)
DNID Digits: (N/A)
  State: Up (6)
  Rings: 0
   NativeFormat: 64
WriteFormat: 2
 ReadFormat: 0
1st File Descriptor: 12
  Frames in: 4380
 Frames out: 450
 Time to Hangup: 0
   Elapsed Time: 0h0m17s
 --   PBX   --
Context: local
  Extension: #
   Priority: 1
 Call Group: 0
   Pickup Group: 0
Application: Playback
   Data: demo-thanks
  Stack: 0
Blocking in: ast_waitfor_nandfds



Quoting Andres Tello Abrego <[EMAIL PROTECTED]>:

> check that the phone cord is correctly attached to the tdm11b.
>
> Also verify if the channel isnÂt alarmed with
> zap show channel N whewre N the channel number.
>
>
> [EMAIL PROTECTED] wrote:
> > Hello
> >
> > i use TDM11B,and i'm connecting the analog telephone to channel 1, and i'm
> > trying to use
> > *CLI> dial 11
> > at asterisk Console but the following message appeares, and no ringing
> occures
> >
> >  Executing Dial("OSS/dsp", "Zap/1|20") in new stack
> > Apr  1 19:13:42 NOTICE[3781]: app_dial.c:746 dial_exec: Unable to create
> channel
> > of type 'Zap'
> >   == Everyone is busy/congested at this time
> >
> > my zapata.conf is
> > -
> > [channels]
> > language=en
> > context=local
> >
> > signalling=fxo_ks
> > channel => 1
> > signalling=fxs_ks
> > channel => 4
> >
> > and zaptel.conf is
> > --
> > fxoks=1
> > fxsks=4
> > loadzone = us
> > defaultzone=us
> >
> > and extensions.conf
> > --
> > [local]
> > exten => 11,1,Dial(Zap/1,20)
> >
> > waiting for response and thanks in advance
> >
> > 
> > Reserve your free [EMAIL PROTECTED], http://www.egypt.com
> > Spam free & Virus clean web based mail service
> > ___
> > Asterisk-Users mailing list
> > Asterisk-Users@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
> >
> ___
> Asterisk-Users mailing list
> Asterisk-Users@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
>





Reserve your free [EMAIL PROTECTED], http://www.egypt.com
Spam free & Virus clean web based mail service
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Steven Critchfield
On Fri, 2004-12-03 at 16:39 -0300, Leonardo Tramontina wrote:
> Hi,
> 
> I've created a test at "extensions.conf" like this with 3 steps:
> 
> 
> ; When dial , get the first available channel and dial do 482343400
> exten => ,1,Dial(Zap/g1/482343400,5,rt)
482-343-400

Are you missing a number? Looks like it to me, well if you are in the
US.
-- 
Steven Critchfield <[EMAIL PROTECTED]>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Leonardo J. Tramontina
No, I'm not in USA!!
Besides this, my Asterisk is not making external calls; it is installed for 
some tests...

I forgot to say... I'm making these tests in order to test the TE110P card 
we bought.

Leonardo
- Original Message - 
From: "Steven Critchfield" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<[EMAIL PROTECTED]>
Sent: Friday, December 03, 2004 6:14 PM
Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 
0)


On Fri, 2004-12-03 at 16:39 -0300, Leonardo Tramontina wrote:
Hi,
I've created a test at "extensions.conf" like this with 3 steps:
; When dial , get the first available channel and dial do 482343400
exten => ,1,Dial(Zap/g1/482343400,5,rt)
482-343-400
Are you missing a number? Looks like it to me, well if you are in the
US.
--
Steven Critchfield <[EMAIL PROTECTED]>
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Julio Arruda
Remarks inline
Leonardo J. Tramontina wrote:
No, I'm not in USA!!
Besides this, my Asterisk is not making external calls; it is installed 
for some tests...

I forgot to say... I'm making these tests in order to test the TE110P 
card we bought.

- Original Message - From: "Steven Critchfield" 
<[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<[EMAIL PROTECTED]>
Sent: Friday, December 03, 2004 6:14 PM
Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap' 
(cause 0)


On Fri, 2004-12-03 at 16:39 -0300, Leonardo Tramontina wrote:
Hi,
I've created a test at "extensions.conf" like this with 3 steps:
; When dial , get the first available channel and dial do 482343400
exten => ,1,Dial(Zap/g1/482343400,5,rt)
482-343-400
Are you missing a number? Looks like it to me, well if you are in the
US.
Brazil, a DN has 8 digits. This way for quite some time.
This would be a local dialed call, for a regular phone.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Steven Critchfield
On Fri, 2004-12-03 at 19:02 -0200, Leonardo J. Tramontina wrote:
> No, I'm not in USA!!
> Besides this, my Asterisk is not making external calls; it is installed for 
> some tests...
> 
> I forgot to say... I'm making these tests in order to test the TE110P card 
> we bought.

Okay, then I assume you are dialing a PBX that is providing the other
side of the T1/E1 link. Turn on dubugging and see if it is sending the
digits and the other side is saying it won't handle the call. You will
get a similar type error.

-- 
Steven Critchfield <[EMAIL PROTECTED]>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Leonardo J. Tramontina
I don't think the problem is in the number of digits because, as I said, I'm 
not making a real call... I'm not redirecting to the real number 482343400 
(my Asterisk is not connected to another network)... I just want to allocate 
one channel to test my TE110P!!!

Leonardo
- Original Message - 
From: "Julio Arruda" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<[EMAIL PROTECTED]>
Sent: Friday, December 03, 2004 7:20 PM
Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 
0)


Remarks inline
Leonardo J. Tramontina wrote:
No, I'm not in USA!!
Besides this, my Asterisk is not making external calls; it is installed 
for some tests...

I forgot to say... I'm making these tests in order to test the TE110P 
card we bought.

- Original Message - From: "Steven Critchfield" 
<[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<[EMAIL PROTECTED]>
Sent: Friday, December 03, 2004 6:14 PM
Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap' 
(cause 0)


On Fri, 2004-12-03 at 16:39 -0300, Leonardo Tramontina wrote:
Hi,
I've created a test at "extensions.conf" like this with 3 steps:
; When dial , get the first available channel and dial do 482343400
exten => ,1,Dial(Zap/g1/482343400,5,rt)
482-343-400
Are you missing a number? Looks like it to me, well if you are in the
US.
Brazil, a DN has 8 digits. This way for quite some time.
This would be a local dialed call, for a regular phone.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Eric Wieling
Leonardo J. Tramontina wrote:
I don't think the problem is in the number of digits because, as I said, 
I'm not making a real call... I'm not redirecting to the real number 
482343400 (my Asterisk is not connected to another network)... I just 
want to allocate one channel to test my TE110P!!!
Do you have a T-1 or E-1 connected to the TE100P?  If not Asterisk 
will give you a CHANUNAVAIL
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Leonardo J. Tramontina
No, I don't have anything connected on the TE110P.
After the "Unable to create channel of type 'Zap' (cause 0) " message, I 
also get the CHANUNAVAIL...

Is not possible test a channel from the card without connections on it??
Leonardo
- Original Message - 
From: "Eric Wieling" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<[EMAIL PROTECTED]>
Sent: Friday, December 03, 2004 9:12 PM
Subject: Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 
0)


Leonardo J. Tramontina wrote:
I don't think the problem is in the number of digits because, as I said, 
I'm not making a real call... I'm not redirecting to the real number 
482343400 (my Asterisk is not connected to another network)... I just 
want to allocate one channel to test my TE110P!!!
Do you have a T-1 or E-1 connected to the TE100P?  If not Asterisk will 
give you a CHANUNAVAIL
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-03 Thread Eric Wieling
Leonardo J. Tramontina wrote:
No, I don't have anything connected on the TE110P.
After the "Unable to create channel of type 'Zap' (cause 0) " message, I 
also get the CHANUNAVAIL...

Is not possible test a channel from the card without connections on it??
Correct.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' (cause 0)

2004-12-04 Thread Richard Lyman
Leonardo J. Tramontina wrote:
No, I don't have anything connected on the TE110P.
After the "Unable to create channel of type 'Zap' (cause 0) " message, 
I also get the CHANUNAVAIL...

Is not possible test a channel from the card without connections on it??
Leonardo
*snipped
no, the only way is if you have another t1/e1 device that can 'act' like 
net/cpe.  so if you had a 4 port digium t1/e1 card, you could have made 
a t1 crossover cable, and connected say port 1 to port 4 and setup a 
dialplan that would have the one port group for sending out, and one 
group for receiving the 'fakeout' traffic.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unable to create channel of type 'Zap' with zaphfc driver

2005-05-27 Thread Jean-Christophe Heger

Have you placed a group=1 in zapata.conf ?

For a trial, you can use: exten => 203,1,Dial,Zap/1/onetelephonnumber


Aitor a écrit :


I new in asterisk world so, please, forgive me if I say something stupid.
At least, and after a lot of tryes, the isdn card seems to be registered:
[chan_zap.so] => (Zapata Telephony w/PRI)
 == Parsing '/etc/asterisk/zapata.conf': Found
   -- Registered channel 1, PRI Signalling signalling
   -- Registered channel 2, PRI Signalling signalling
   -- Automatically generated pseudo channel
 == Starting D-Channel on span 1   
And some info about channels:

*CLI> zap show channels
  Chan Extension  Context Language   MusicOnHold
pseudodefault
 1default
 2default
*CLI> zap show channel 1
Channel: 1
File Descriptor: 21
Span: 1
Extension:
Dialing: no
Context: default
Caller ID string:
Destroy: 0
InAlarm: 1
Signalling Type: PRI Signalling
Owner: 
Real: 
Callwait: 
Threeway: 
Confno: -1
Propagated Conference: -1
Real in conference: 0
DSP: no
Relax DTMF: no
Dialing/CallwaitCAS: 0/0
Default law: alaw
Fax Handled: no
Pulse phone: no
Echo Cancellation: 128 taps, currently OFF
PRI Flags:
PRI Logical Span: Implicit
Actual Hookstate: Onhook

I'm making this test in extensions.conf
exten => 203,1,Dial,Zap/g1/onetelephonnumber
But asterisk always says:
Unable to create channel of type 'Zap'
What I'm doing wrongly?
Thanks

___
Asterisk-Users mailing list
Asterisk-Users@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
 



___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Unable to create channel of type 'Zap' with zaphfc driver

2005-05-27 Thread Aitor
Yes I have group=1. Also I've try with 
exten => 203,1,Dial,Zap/1/number 
and always the same message:
May 27 20:56:20 NOTICE[1041]: app_dial.c:759 dial_exec: Unable to 
create 
channel of type 'Zap'
  == Everyone is busy/congested at this time
I think that the problem is not in configuration... I have this message in the 
syslog:
May 27 20:56:25 localhost kernel: zaphfc: bchan rx fifo not enough 
bytes to 
receive! (z1=8191, z2=8191, wanted 8 got 0), probably a buffer overrun.
Hundred of times repeated... It seems as the line wasnt connected, no?
Thanks a lot.
El Viernes 27 Mayo 2005 19:31, Jean-Christophe Heger escribió:
> exten => 203,1,Dial,Zap/1/
___
Asterisk-Users mailing list
Asterisk-Users@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