Re: [asterisk-users] TE110P and TDM400P

2006-11-23 Thread Lincoln Zuljewic Silva

Ok, now it works:

ideiafix:~# modprobe zaptel
ideiafix:~# modprobe wcte11xp
ZT_CHANCONFIG failed on channel 32: No such device or address (6)
FATAL: Error running install command for wcte11xp
ideiafix:~# modprobe wctdm
ideiafix:~# modprobe wcte11xp


Order to load: zaptel, wctdm, wcte11xp

Thanks a lot Henk !


- Original Message - 
From: Henk Dick [EMAIL PROTECTED]
To: 'Lincoln Zuljewic Silva' [EMAIL PROTECTED]; 'Asterisk Users 
Mailing List - Non-Commercial Discussion' asterisk-users@lists.digium.com

Sent: Wednesday, November 22, 2006 5:03 PM
Subject: RE: [asterisk-users] TE110P and TDM400P



I would suggest the following

- remove the drivers
- load them manually (zaptel, wcte11xp, wctdm)

Run:

Zttools - should show unconfigured cards.


Take:

/etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
fxsks=32-35
loadzone = us
defaultzone=us

run:

ztcfg -vv

See what it is saying


Hope this helps







___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] TE110P and TDM400P

2006-11-22 Thread Lincoln Zuljewic Silva
Hello all. I have here a TE110P (configured as E1) and a TDM400P (with four 
X100P - FXS). Both boards are recognized by the operating system as showed 
above:

:08:00.0 Communication controller: Tiger Jet Network Inc. Tiger3XX 
Modem/ISDN interface
Subsystem: Unknown device b1d9:0003
Flags: bus master, medium devsel, latency 64, IRQ 169
I/O ports at e800 [size=256]
Memory at febff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2

:08:01.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN 
interface
Subsystem: Unknown device 79fe:0001
Flags: bus master, medium devsel, latency 64, IRQ 193
I/O ports at e400 [size=256]
Memory at febfe000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2

The problem is that I cant make the both cards to work together in the same 
server. Here is my /etc/zaptel.conf:

###
fxsks=1-4
loadzone = us
defaultzone=us

span=1,1,0,ccs,hdb3,crc4
bchan=5-19,21-35
dchan=20
###

When I load the wctdm module, I get this error: ZT_CHANCONFIG failed on channel 
5: No such device or address (6). Its sounds like the FXS module its tring to 
configure the channels 5 to 35 (E1 - ISDN Channels - TE110P card).

Anybody already saw this ? Its possible to use this two cards in the same 
computer ? There is any separator that I can use in zaptel.conf to make the 
load of the modules dont mistakes itself ?

Here is my versions:
Debian kernel - 2.6.8
asterisk-1.2.12.1
libpri-1.2.4
zaptel-1.2.11 


Thanks
Lincoln___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] TE110P and TDM400P

2006-11-22 Thread Lincoln Zuljewic Silva
This is the scenarios:

1 - 
###
/etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=5-19,21-35
dchan=20
fxsks=1-4
loadzone = us
defaultzone=us
###
modprobe wcte11xp
ZT_CHANCONFIG failed on channel 32: No such device or address (6)
FATAL: Error running install command for wcte11xp

2 - 
###
/etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=5-19,21-35
dchan=20
fxsks=1-4
loadzone = us
defaultzone=us
###
modprobe wctdm
ZT_CHANCONFIG failed on channel 5: No such device or address (6)
FATAL: Error running install command for wctdm

3 - 
###
/etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
fxsks=32-35
loadzone = us
defaultzone=us
###
modprobe wcte11xpok
modprobe wctdmok
modprobe wcfxook
modprobe wct4xxpok
modprobe zaptelok
###
/etc/asterisk/zapata.conf
[channels]
context=corsidian
overlapdial=yes
immediate=no
callprogress=yes
busydetect=no
switchtype=euroisdn
signalling=pri_net
channel = 1-15,17-31
group=2
group=1
callgroup=1
pickupgroup=1
signalling=fxs_ks
channel = 32-35
###

tail -f /var/log/asterisk/messages
Nov 22 15:11:43 ERROR[5524] chan_zap.c: Channel 16 is reserved for D-channel.
Nov 22 15:11:43 ERROR[5524] chan_zap.c: Unable to register channel '1-15'
Nov 22 15:11:43 WARNING[5524] loader.c: chan_zap.so: load_module failed, 
returning -1
Nov 22 15:11:43 WARNING[5524] loader.c: Loading module chan_zap.so failed!




  - Original Message - 
  From: Henk Dick 
  To: 'Lincoln Zuljewic Silva' ; 'Asterisk Users Mailing List - Non-Commercial 
Discussion' 
  Sent: Wednesday, November 22, 2006 4:08 PM
  Subject: RE: [asterisk-users] TE110P and TDM400P


  I think that you are loading the drivers in the wrong order.  You can change 
the order of loading are first define the E1 followed by the TDM400

   

  Hope this helps,

   

  Henk 

   


--

  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln 
Zuljewic Silva
  Sent: woensdag 22 november 2006 20:51
  To: asterisk-users@lists.digium.com
  Subject: [asterisk-users] TE110P and TDM400P

   

  Hello all. I have here a TE110P (configured as E1) and a TDM400P (with four 
X100P - FXS). Both boards are recognized by the operating system as showed 
above:

   

  :08:00.0 Communication controller: Tiger Jet Network Inc. Tiger3XX 
Modem/ISDN interface
  Subsystem: Unknown device b1d9:0003
  Flags: bus master, medium devsel, latency 64, IRQ 169
  I/O ports at e800 [size=256]
  Memory at febff000 (32-bit, non-prefetchable) [size=4K]
  Capabilities: [40] Power Management version 2

   

  :08:01.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN 
interface
  Subsystem: Unknown device 79fe:0001
  Flags: bus master, medium devsel, latency 64, IRQ 193
  I/O ports at e400 [size=256]
  Memory at febfe000 (32-bit, non-prefetchable) [size=4K]
  Capabilities: [40] Power Management version 2

   

  The problem is that I cant make the both cards to work together in the same 
server. Here is my /etc/zaptel.conf:

   

  ###
  fxsks=1-4
  loadzone = us
  defaultzone=us

   

  span=1,1,0,ccs,hdb3,crc4
  bchan=5-19,21-35
  dchan=20
  ###

   

  When I load the wctdm module, I get this error: ZT_CHANCONFIG failed on 
channel 5: No such device or address (6). Its sounds like the FXS module its 
tring to configure the channels 5 to 35 (E1 - ISDN Channels - TE110P card).

   

  Anybody already saw this ? Its possible to use this two cards in the same 
computer ? There is any separator that I can use in zaptel.conf to make the 
load of the modules dont mistakes itself ?

   

  Here is my versions:
  Debian kernel - 2.6.8
  asterisk-1.2.12.1
  libpri-1.2.4
  zaptel-1.2.11 

   

   

  Thanks

  Lincoln
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] SIP and NAT

2006-07-31 Thread Lincoln Zuljewic Silva
Hello all. I'm having a little problem here with NAT, and I already read 
a lot of documentation on web, but I still cant understand how to get 
asterisk and external (on internet) sip clients connected.


Could anybody give me a tip ?

Thanks
Lincoln
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Circuit/channel Congestion

2006-07-24 Thread Lincoln Zuljewic Silva

Hello all. I have a Digium TE110P board and when I do a 'dial 4509' I got:

Jul 24 11:44:33 NOTICE[8180]: app_dial.c:1049 dial_exec_full: Unable to 
create channel of type 'Zap' (cause 34 - Circuit/channel congestion)



My zaptel.conf:
span=1,0,0,cas,hdb3,crc4
bchan=1-15,17-31
dchan=16

My zapata.conf:
[channels]
context=demo
priindication=outofband
pridialplan=local
prilocaldialplan=local
overlapdial=yes
immediate=no
callprogress=yes
busydetect=no
switchtype=euroisdn
signalling=pri_net

group=1
callgroup=1
pickupgroup=1
channel = 1-15,17-31

My /proc/zaptel/1
Span 1: WCT1/0 Digium Wildcard TE110P T1/E1 Card 0 HDB3//CRC4

  1 WCT1/0/1 Clear (In use)
  2 WCT1/0/2 Clear (In use)
  3 WCT1/0/3 Clear (In use)
  4 WCT1/0/4 Clear (In use)
  5 WCT1/0/5 Clear (In use)
  6 WCT1/0/6 Clear (In use)
  7 WCT1/0/7 Clear (In use)
  8 WCT1/0/8 Clear (In use)
  9 WCT1/0/9 Clear (In use)
 10 WCT1/0/10 Clear (In use)
 11 WCT1/0/11 Clear (In use)
 12 WCT1/0/12 Clear (In use)
 13 WCT1/0/13 Clear (In use)
 14 WCT1/0/14 Clear (In use)
 15 WCT1/0/15 Clear (In use)
 16 WCT1/0/16 HDLCFCS (In use)
 17 WCT1/0/17 Clear (In use)
 18 WCT1/0/18 Clear (In use)
 19 WCT1/0/19 Clear (In use)
 20 WCT1/0/20 Clear (In use)
 21 WCT1/0/21 Clear (In use)
 22 WCT1/0/22 Clear (In use)
 23 WCT1/0/23 Clear (In use)
 24 WCT1/0/24 Clear (In use)
 25 WCT1/0/25 Clear (In use)
 26 WCT1/0/26 Clear (In use)
 27 WCT1/0/27 Clear (In use)
 28 WCT1/0/28 Clear (In use)
 29 WCT1/0/29 Clear (In use)
 30 WCT1/0/30 Clear (In use)
 31 WCT1/0/31 Clear (In use)

My pri show span 1:
Primary D-channel: 16
Status: Provisioned, Down, Active
Switchtype: EuroISDN
Type: Network
Window Length: 0/7
Sentrej: 0
SolicitFbit: 0
Retrans: 0
Busy: 0
Overlap Dial: -1
T200 Timer: 1000
T203 Timer: 1
T305 Timer: 3
T308 Timer: 4000
T313 Timer: 4000
N200 Counter: 3

My zap show channels:
  Chan Extension  Context Language   MusicOnHold
pseudodemo  
 1demo  
 2demo  
 3demo  
 4demo  
 5demo  
 6demo  
 7demo  
 8demo  
 9demo  
10demo  
11demo  
12demo  
13demo  
14demo  
15demo  
17demo  
18demo  
19demo  
20demo  
21demo  
22demo  
23demo  
24demo  
25demo  
26demo  
27demo  
28demo  
29demo  
30demo  
31demo  


Thanks a lot!
Lincoln
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Circuit/channel Congestion

2006-07-24 Thread Lincoln Zuljewic Silva

grep 4509 extensions.conf
exten = 4509,1,Dial(Zap/g1/4509)



Doug Lytle wrote:


Lincoln Zuljewic Silva wrote:

Hello all. I have a Digium TE110P board and when I do a 'dial 4509' I 
got:


Jul 24 11:44:33 NOTICE[8180]: app_dial.c:1049 dial_exec_full: Unable 
to create channel of type 'Zap' (cause 34 - Circuit/channel congestion)



Where is your configuration for extension 4509?

Also, show us the extension.conf entry for this extension.

Doug



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Circuit/channel Congestion

2006-07-24 Thread Lincoln Zuljewic Silva
In my line, i need to use 0 because I send the clock to the other 
machine...


Thomas Laurids Pedersen wrote:


I have the same card, but in my zaptel.conf I have the following line
span=1,1,0,hdb3,crc4

as you can see from the status your line is down.

BR Thomas



  
Lincoln Zuljewic  
Silva 
[EMAIL PROTECTED]  To 
.com Asterisk Users Mailing List -   
Sent by:  Non-Commercial Discussion   
asterisk-users-bo asterisk-users@lists.digium.com   
[EMAIL PROTECTED]  cc 
m.com 
  Subject 
  [asterisk-users] Circuit/channel
07/24/2006 04:58  Congestion  
PM
  
  
Please respond to 
 Asterisk Users   
 Mailing List -   
 Non-Commercial   
   Discussion 
[EMAIL PROTECTED] 
ists.digium.com  
  
  





Hello all. I have a Digium TE110P board and when I do a 'dial 4509' I got:

Jul 24 11:44:33 NOTICE[8180]: app_dial.c:1049 dial_exec_full: Unable to
create channel of type 'Zap' (cause 34 - Circuit/channel congestion)


My zaptel.conf:
span=1,0,0,cas,hdb3,crc4
bchan=1-15,17-31
dchan=16

My zapata.conf:
[channels]
context=demo
priindication=outofband
pridialplan=local
prilocaldialplan=local
overlapdial=yes
immediate=no
callprogress=yes
busydetect=no
switchtype=euroisdn
signalling=pri_net

group=1
callgroup=1
pickupgroup=1
channel = 1-15,17-31

My /proc/zaptel/1
Span 1: WCT1/0 Digium Wildcard TE110P T1/E1 Card 0 HDB3//CRC4

  1 WCT1/0/1 Clear (In use)
  2 WCT1/0/2 Clear (In use)
  3 WCT1/0/3 Clear (In use)
  4 WCT1/0/4 Clear (In use)
  5 WCT1/0/5 Clear (In use)
  6 WCT1/0/6 Clear (In use)
  7 WCT1/0/7 Clear (In use)
  8 WCT1/0/8 Clear (In use)
  9 WCT1/0/9 Clear (In use)
 10 WCT1/0/10 Clear (In use)
 11 WCT1/0/11 Clear (In use)
 12 WCT1/0/12 Clear (In use)
 13 WCT1/0/13 Clear (In use)
 14 WCT1/0/14 Clear (In use)
 15 WCT1/0/15 Clear (In use)
 16 WCT1/0/16 HDLCFCS (In use)
 17 WCT1/0/17 Clear (In use)
 18 WCT1/0/18 Clear (In use)
 19 WCT1/0/19 Clear (In use)
 20 WCT1/0/20 Clear (In use)
 21 WCT1/0/21 Clear (In use)
 22 WCT1/0/22 Clear (In use)
 23 WCT1/0/23 Clear (In use)
 24 WCT1/0/24 Clear (In use)
 25 WCT1/0/25 Clear (In use)
 26 WCT1/0/26 Clear (In use)
 27 WCT1/0/27 Clear (In use)
 28 WCT1/0/28 Clear (In use)
 29 WCT1/0/29 Clear (In use)
 30 WCT1/0/30 Clear (In use)
 31 WCT1/0/31 Clear (In use)

My pri show span 1:
Primary D-channel: 16
Status: Provisioned, Down, Active
Switchtype: EuroISDN
Type: Network
Window Length: 0/7
Sentrej: 0
SolicitFbit: 0
Retrans: 0
Busy: 0
Overlap Dial: -1
T200 Timer: 1000
T203 Timer: 1
T305 Timer: 3
T308 Timer: 4000
T313 Timer: 4000
N200 Counter: 3

My zap show channels:
  Chan Extension  Context Language   MusicOnHold
pseudodemo
 1demo
 2demo
 3demo
 4demo
 5demo
 6demo
 7demo
 8demo
 9demo
10demo
11demo
12demo
13demo
14demo
15demo
17demo
18demo
19demo
20demo
21demo
22demo
23demo
24demo
25demo
26demo
27demo
28demo
29demo
30demo
31demo

Thanks a lot!
Lincoln

Re: [asterisk-users] Circuit/channel Congestion

2006-07-24 Thread Lincoln Zuljewic Silva

Its another pbx.

Doug Lytle wrote:


Lincoln Zuljewic Silva wrote:


grep 4509 extensions.conf
exten = 4509,1,Dial(Zap/g1/4509)



Doug Lytle wrote:


Lincoln Zuljewic Silva wrote:


Where is your configuration for extension 4509?




I still don't know how you are hooking up extension 4509.  Is this 
hanging off of a channel bank, is it a SIP phone or on another PBX?


Doug



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Circuit/channel Congestion

2006-07-24 Thread Lincoln Zuljewic Silva
Yes, I saw that...I just don't know what do to anymore. The framing and 
protocol between machines are the same and the pri signaling is ok in 
both machines.


Doug Lytle wrote:


Lincoln Zuljewic Silva wrote:


Its another pbx.



It looks like your setup between the PBX and the Asterisk box is not 
correct.  Your span line shows:


My pri show span 1:
Primary D-channel: 16
Status: Provisioned, Down, Active

Notice that it shows Provisioned, *DOWN*, Active.

If setup correctly, it should show up.

Doug



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Circuit/channel Congestion

2006-07-24 Thread Lincoln Zuljewic Silva
It's a propretary hardware that is Telephony Server for a predictive 
dialer. We would like to use asterisk as pbx of that hardware instead of 
another pbx like avaya ou nortel...


Doug Lytle wrote:


Lincoln Zuljewic Silva wrote:

Yes, I saw that...I just don't know what do to anymore. The framing 
and protocol between machines are the same and the pri signaling is 
ok in both machines.



Not that this is it, but you have:

signalling=pri_net

It should probably be pri_cpe, net being the PBX.

What PBX is it?

Ours it a Avaya Definity G3R.

Doug



___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] MFCR2 Patch

2006-07-21 Thread Lincoln Zuljewic Silva




Hello all. Im trying to make asterisk support MFCR2 here but Im getting
an error when I apply the patch:

patch 
channels_Makefile.patch
patching file Makefile
Hunk #1 succeeded at 75 with fuzz 1 (offset 12 lines).
Hunk #2 succeeded at 99 (offset 17 lines).
Hunk #3 FAILED at 166.
Hunk #4 FAILED at 190.
2 out of 4 hunks FAILED -- saving rejects to file Makefile.rej

In Makefile.rej I have:
***
*** 167,176 
 ./gentone busy 480 620

 ringtone.h: gentone
 ./gentone ringtone 440 480

 chan_oss.o: chan_oss.c busy.h ringtone.h

 ifeq (${OSARCH},OpenBSD)
 chan_oss.so: chan_oss.o
 $(CC) $(SOLINK) -o $@ chan_oss.o -lossaudio
--- 166,181 
 ./gentone busy 480 620

 ringtone.h: gentone
 ./gentone ringtone 440 480

+ chan_unicall.o: chan_unicall.c
+ $(CC) -c $(CFLAGS) -o chan_unicall.o chan_unicall.c
+
+ chan_unicall.so: chan_unicall.o
+ $(CC) $(SOLINK) -o $@ $ -lunicall -lxml2 -lsupertone
-lspandsp -ltiff $(ZAPLIB)
+
 chan_oss.o: chan_oss.c busy.h ringtone.h

 ifeq (${OSARCH},OpenBSD)
 chan_oss.so: chan_oss.o
 $(CC) $(SOLINK) -o $@ chan_oss.o -lossaudio
***
*** 185,195 

 chan_zap.o: chan_zap.c
 $(CC) -c $(CFLAGS) -o chan_zap.o chan_zap.c

 chan_zap.so: chan_zap.o
- $(CC) $(SOLINK) -o $@ $ $(ZAPPRI) $(ZAPR2) -ltonezone

 chan_sip.so: chan_sip.o
 $(CC) $(SOLINK) -o $@ chan_sip.o

 chan_alsa.o: $(ALSA_SRC)
--- 190,200 

 chan_zap.o: chan_zap.c
 $(CC) -c $(CFLAGS) -o chan_zap.o chan_zap.c

 chan_zap.so: chan_zap.o
+ $(CC) $(SOLINK) -o $@ $ $(ZAPPRI) -ltonezone

 chan_sip.so: chan_sip.o
 $(CC) $(SOLINK) -o $@ chan_sip.o

 chan_alsa.o: $(ALSA_SRC)

Im using the follows versions:
asterisk-1.2.10
asterisk-addons-1.2.3
asterisk-sounds-1.2.1
libmfcr2-0.0.3
libpri-1.2.3
libsupertone-0.0.2
libunicall-0.0.3
spandsp-0.0.3
zaptel-1.2.7

The only problem that I see is that I just have the patch file to
download for asterisk-1.1.x (found in
http://www.soft-switch.org/downloads/unicall/unicall-0.0.3pre9/asterisk-1.1.x/
)

Anybody have any ideia ?
Thanks


___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Digium TE110P IRQ

2006-07-21 Thread Lincoln Zuljewic Silva
Hello all. I have a Digium TE110P board and when I do a zap show 
status on CLI I get:


DescriptionAlarms
   IRQbpviolCRC4
Digium Wildcard TE110P T1/E1 Card 0OK00 
 0


IRQ = 0 ?

In lspci I have the board in IRQ 15:
:01:06.0 Network controller: Tiger Jet Network Inc. Tiger3XX 
Modem/ISDN interface

   Subsystem: Unknown device 79fe:0001
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR+ FastB2B-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-

   Latency: 64 (250ns min, 32000ns max)
 *  Interrupt: pin A routed to IRQ 15*
   Region 0: I/O ports at c800 [size=256]
   Region 1: Memory at fc5ff000 (32-bit, non-prefetchable) [size=4K]
   Capabilities: [40] Power Management version 2
   Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA 
PME(D0+,D1-,D2+,D3hot+,D3cold-)

   Status: D0 PME-Enable- DSel=0 DScale=0 PME-

There is no difference when I load the module using:
modprobe wcte11xp irq=15
or
modprobe wcte11xp

This is normal ?
Thanks
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Source Clock

2006-07-20 Thread Lincoln Zuljewic Silva
Hello all. I have a TE110P Digium board. Could I setup this board to 
generate the clock to another equipment ?


Thanks
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Zaptel Problem - Unable to create channel of type 'Zap'

2006-07-19 Thread Lincoln Zuljewic Silva




Hello all. I have a Digitum TE110P board configured and working (I
think that it's working). When I configure in extensions.conf to a
extension route to that board I get "Unable to create channel of type
'Zap'" on log.

Here are some configuration:

lspci -vv
:01:07.0 Network controller: Tiger Jet Network Inc. Tiger3XX
Modem/ISDN interface
 Subsystem: Unknown device 795e:0001
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR+ FastB2B-
 Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium
TAbort- TAbort- MAbort- SERR- PERR-
 Latency: 64 (250ns min, 32000ns max)
 Interrupt: pin A routed to IRQ 11
 Region 0: I/O ports at c800 [size=256]
 Region 1: Memory at fc5ff000 (32-bit, non-prefetchable)
[size=4K]
 Capabilities: [40] Power Management version 2
 Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA
PME(D0+,D1-,D2+,D3hot+,D3cold-)
 Status: D0 PME-Enable- DSel=0 DScale=0 PME-

ztcfg -vv
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.

My zaptel.cfg
span=1,0,0,cas,hdb3
loadzone=us
defaultzone=us
bchan=1-15,17-31
dchan=16

My zapata.conf
[channels]
context=customer
signalling=pri_cpe
channel = 1

My extensions.conf
exten = 4502,1,Dial(Zap/1/4502)

show channels in Asterisk CLI:
 Channel (Context Extension Pri ) State Appl.
Data
0 active channel(s)

zap show channels in Asterisk CLI:
 Chan Extension Context Language MusicOnHold
pseudo customer
 1 customer

zap show channel 1 in Asterisk CLI:
hannel: 1
File Descriptor: 10
Span: 1
Extension:
Dialing: no
Context: corsidian
Caller ID string:
Destroy: 0
InAlarm: 0
Signalling Type: PRI Signalling
Owner: None
Real: None
Callwait: None
Threeway: None
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
PRI Flags:
PRI Logical Span: Implicit
Actual Hookstate: Onhook

When I dial 4502 in the softphone I get "Unable to create channel
of type 'Zap'".
Could anybody give to me a little help ?

Thanks a lot !
Lincoln



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Zaptel Problem - Unable to create channel of type 'Zap'

2006-07-19 Thread Lincoln Zuljewic Silva




Hello Moises. I enabled debug mode in asterisk. When I dial, I get:

Jul 19 14:24:38 DEBUG[4463]: build_route: Contact hop:
sip:192.168.0.6:5060
Jul 19 14:24:38 VERBOSE[4463]: -- Executing
Dial("SIP/192.168.0.6-08137090", "Zap/1/4502") in new stack
Jul 19 14:24:38 NOTICE[4463]: Unable to create channel of type 'Zap'
Jul 19 14:24:38 VERBOSE[4463]: == Everyone is busy/congested at this
time
Jul 19 14:24:38 DEBUG[4463]: Exiting with DIALSTATUS=CHANUNAVAIL.

zttool say:
OK Digium Wildcard TE110P T1/E1 Card 0

Current Alarms: No alarms. 
Sync Source: Internally clocked
IRQ Misses: 14
Bipolar Viol: 0
Tx/Rx Levels: 0/ 0 
Total/Conf/Act: 31/ 31/ 0
112333
1234567890123456789012345789012

I thing that the other end it's ok because I can close the ISDN Link
between the two machines.

Thanks
Lincoln

Moises Silva wrote:
Are you sure the other end is configured properly?
  
What does "zttool" says?
  
Have you turned on all the asterisk debug messages to look further?
  
  
Regards
  
  
On 7/19/06, Lincoln Zuljewic Silva [EMAIL PROTECTED] wrote:
  
  
Hello all. I have a Digitum TE110P board configured and working (I
think

that it's working). When I configure in extensions.conf to a extension
route

to that board I get "Unable to create channel of type 'Zap'" on log.


Here are some configuration:


lspci -vv

:01:07.0 Network controller: Tiger Jet Network Inc. Tiger3XX
Modem/ISDN

interface

 Subsystem: Unknown device 795e:0001

 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-

Stepping- SERR+ FastB2B-

 Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium
TAbort-

TAbort- MAbort- SERR- PERR-

 Latency: 64 (250ns min, 32000ns max)

 Interrupt: pin A routed to IRQ 11

 Region 0: I/O ports at c800 [size=256]

 Region 1: Memory at fc5ff000 (32-bit, non-prefetchable)
[size=4K]

 Capabilities: [40] Power Management version 2

 Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA

PME(D0+,D1-,D2+,D3hot+,D3cold-)

 Status: D0 PME-Enable- DSel=0 DScale=0 PME-


ztcfg -vv

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.


My zaptel.cfg

span=1,0,0,cas,hdb3

loadzone=us

defaultzone=us

bchan=1-15,17-31

dchan=16


My zapata.conf

[channels]

context=customer

signalling=pri_cpe

channel = 1


My extensions.conf

exten = 4502,1,Dial(Zap/1/4502)


show channels in Asterisk CLI:

 Channel (Context Extension Pri ) State Appl.
Data

0 active channel(s)


zap show channels in Asterisk CLI:

 Chan Extension Context Language MusicOnHold

 pseudo customer

 1 customer


zap show channel 1 in Asterisk CLI:

hannel: 1

File Descriptor: 10

Span: 1


[asterisk-users] ISDN Protocol

2006-07-18 Thread Lincoln Zuljewic Silva
   Hello all. I'm installing a Digium TE110P board on Asterisk to work 
with a telephony hardware. The telephony hardware use ISDN and no-ISDN 
but the Digium board only use ISDN.
   My telephony hardware can use the folows ISDN protocols: n12, 4ess, 
Sess, 4ess_tr, Sess_tr, net5, qsig, qsig_s, ntt, ndd and 1tr6. In 
zaptel.conf, I saw that the Digium board can use: cas and ccs (but 
neither are ISDN protocols that could be related to my telephony hardware).

   Anybody have any idea of what protocol could I use ?

   Thanks a lot !
   Lincoln
___
--Bandwidth and Colocation provided by Easynews.com --

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