[Asterisk-Users] TE110P on E1

2006-05-12 Thread Koen Van Impe
Hi,

I wonder if anyone is using Digium's TE110P card on an E1 connection.
I have been try to, but so far it wasn't much of a success.
It only works more or less in EuroISDN as PRI CPE.
And even that config gives me some trouble with channel negotiation.

My current config:
zaptel.conf:
span=1,1,0,ccs,hdb3
bchan=1-15,17-31
dchan=16
loadzone=be
defaultzone=be

zapata.conf:
[trunkgroups]
trunkgroup = 1,16
spanmap = 1,1,1

[channels]
context=incoming-pri
switchtype=euroisdn
pridialplan=national
prilocaldialplan=national
signalling=pri_cpe
group=1
channels = 1-15,17-31

I have tried EuroISDN and QSIG in both NET and CPE, without much success.
From traces of D-channel messaging, I think there's a problem with channel negotiation.
The information element (IE) involved only shows 5 bytes coming from our PBX.
But Asterisk (Zaptel) uses 6 bytes. From pri debug messages on Asterisk, I see that it adds a DS1 Identifier.
I haven't seen that in other d-channel traces between other systems.

Anyone with experience on this matter???

Regards,

Koen
___
--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 on E1

2006-05-12 Thread Gareth Blades
For BT in the UK I use :-

zaptel.conf
loadzone = uk
defaultzone=uk
span=1,1,0,ccs,hdb3,crc4
bchan=1-15
dchan=16
bchan=17-31

zapata.conf
[trunkgroups]
[channels]
language=en
context=did
priindication = outofband
usecallerid=yes
cidsignalling=v23
usecallingpres=yes
sendcalleridafter=1
switchtype = euroisdn
pridialplan=unknown
signalling = pri_cpe
group = 1
channel = 1-15
channel = 17-31
overlap=yes


On Fri, 2006-05-12 at 08:34, Koen Van Impe wrote:
 Hi,
  
 I wonder if anyone is using Digium's TE110P card on an E1 connection.
 I have been try to, but so far it wasn't much of a success.
 It only works more or less in EuroISDN as PRI CPE.
 And even that config gives me some trouble with channel negotiation.
  
 My current config:
 zaptel.conf:
 span=1,1,0,ccs,hdb3
 bchan=1-15,17-31
 dchan=16
 loadzone=be
 defaultzone=be
  
 zapata.conf:
 [trunkgroups]
 trunkgroup = 1,16
 spanmap = 1,1,1
  
 [channels]
 context=incoming-pri
 switchtype=euroisdn
 pridialplan=national
 prilocaldialplan=national
 signalling=pri_cpe
 group=1
 channels = 1-15,17-31
  
 I have tried EuroISDN and QSIG in both NET and CPE, without much
 success.
 From traces of D-channel messaging, I think there's a problem with
 channel negotiation.
 The information element (IE) involved only shows 5 bytes coming from
 our PBX.
 But Asterisk (Zaptel) uses 6 bytes. From pri debug messages on
 Asterisk, I see that it adds a DS1 Identifier.
 I haven't seen that in other d-channel traces between other systems.
  
 Anyone with experience on this matter???
  
 Regards,
  
 Koen
 
 __
 ___
 --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

___
--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 E1

2005-09-01 Thread Stephen

Hi All,

I managed to get it up and running. It is my telco problem. Thanks.

Regards,
Stephen

El Flynn wrote:


Stephen wrote:


Hi All,

I have configure my Asterisk as follow (using [EMAIL PROTECTED]):

[zaptel.conf]
span=1,1,0,ccs,hdb3,yellow
bchan=1-15,17-31
dchan=16
loadzone = uk
defaultzone=uk



try this in your zaptel.conf:

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

CRC required for E1 from telekom IIRC

snip



I am connecting my TE110P with a Balun converter where the two BNC 
connectors are from connected to a Fibre optic line.


When I reboot my pc , I got my TE110P LED flashing RED slowly. But 
nothing happen when I hooked up to Balun Convertor. Balun convertor 
is 75ohm on BNC and 120ohm on RJ45.


I am using straight through cable to connect my TE110P to Balun.



Are you sure you have the zap modules loaded?

Got the same type of setup going and it works fine, as far as the 
physical connection from E1 - balun - card. Try connecting it first 
and then loading the zap modules, although it shouldn't make any 
difference.


In any case, start up asterisk with -vdgc and see what kind of 
errors are showing up.


Flynn

___
--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] TE110p and E1

2005-08-31 Thread El Flynn

Stephen wrote:

Hi All,

I have configure my Asterisk as follow (using [EMAIL PROTECTED]):

[zaptel.conf]
span=1,1,0,ccs,hdb3,yellow
bchan=1-15,17-31
dchan=16
loadzone = uk
defaultzone=uk


try this in your zaptel.conf:

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

CRC required for E1 from telekom IIRC

snip


I am connecting my TE110P with a Balun converter where the two BNC 
connectors are from connected to a Fibre optic line.


When I reboot my pc , I got my TE110P LED flashing RED slowly. But 
nothing happen when I hooked up to Balun Convertor. Balun convertor is 
75ohm on BNC and 120ohm on RJ45.


I am using straight through cable to connect my TE110P to Balun.



Are you sure you have the zap modules loaded?

Got the same type of setup going and it works fine, as far as the physical 
connection from E1 - balun - card. Try connecting it first and then loading 
the zap modules, although it shouldn't make any difference.


In any case, start up asterisk with -vdgc and see what kind of errors are 
showing up.


Flynn

___
--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


[Asterisk-Users] TE110p and E1

2005-08-30 Thread Stephen

Hi All,

I have configure my Asterisk as follow (using [EMAIL PROTECTED]):

[zaptel.conf]
span=1,1,0,ccs,hdb3,yellow
bchan=1-15,17-31
dchan=16
loadzone = uk
defaultzone=uk

[zapata.conf]
[channels]
switchtype=euroisdn
pridialplan=local
prilocaldialplan=local
internationalprefix=00
nationalprefix=0
usecallingpres=yes
busydetect=no   ; not need on pri
callprogress=no ; was yes but wiki says experimatley could be produce 
hangups

callwaitingcallerid=yes  ; show callerid on callwaitingcalls
echotraining=no
echocancel=no
echocancelwhenbridged=no
overlapdial=yes
immediate=no
callerid=asreceived
language=de
rxgain=0.0
txgain=0.0
group=1
signalling=pri_cpe
context=pri1
channel = 1-15,17-31

I am connecting my TE110P with a Balun converter where the two BNC 
connectors are from connected to a Fibre optic line.


When I reboot my pc , I got my TE110P LED flashing RED slowly. But 
nothing happen when I hooked up to Balun Convertor. Balun convertor is 
75ohm on BNC and 120ohm on RJ45.


I am using straight through cable to connect my TE110P to Balun.

Anyone please help?

Regards,
Stephen


___
--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] TE110P as E1

2005-01-19 Thread Peter Childs

 Sounds like you don't ever get Layer 1 up.

 I'd check your cabling (pins 1,2 and 4,5)

 Should span=1,1,0,ccs,hdb3,crc4 be the way to go (aren't you getting
clocking
 from your carrier...)

 Good luck.

 Cheers,
  Peter

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andre FAURE
Sent: Tuesday, 18 January 2005 11:59 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] TE110P as E1


Hello,

I'm having problem with a wildcard TE110P. As soon as I load
the module (wcte11xp for kernel 2.6.10), it spawns a yellow
error with or without an E1 plugged-in.
Any one managed to set it up in France?

Here are my files:

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

zapata.conf:
[channels]
language=fr
context=default
switchtype=euroisdn
pridialplan=unknown
prilocaldialplan=unknown
signalling=pri_cpe
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no

group=1
channel = 1-15
channel = 17-31

I also tried without crc4 and using signaling=pri_net.

Thanks for any idea.




___
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


[Asterisk-Users] TE110P as E1

2005-01-18 Thread Andre FAURE
Hello,

I'm having problem with a wildcard TE110P. As soon as I load
the module (wcte11xp for kernel 2.6.10), it spawns a yellow
error with or without an E1 plugged-in.
Any one managed to set it up in France?

Here are my files:

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

zapata.conf:
[channels]
language=fr
context=default
switchtype=euroisdn
pridialplan=unknown
prilocaldialplan=unknown
signalling=pri_cpe
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no

group=1
channel = 1-15
channel = 17-31

I also tried without crc4 and using signaling=pri_net.

Thanks for any idea.




___
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