Thanks Henry,
 -Scott

----- Original Message ----- From: "Henry Devito" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Sent: Saturday, April 23, 2005 11:05 PM
Subject: Re: [Asterisk-Users] TE11OP -> Mitel 200Sx??



I am trying to locate the manual for that level software. If it's not here at home it is at my office and I will look everything up in the morning.
----- Original Message ----- From: "Scott Wolfe" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>; <[EMAIL PROTECTED]>
Sent: Saturday, April 23, 2005 9:00 PM
Subject: Re: [Asterisk-Users] TE11OP -> Mitel 200Sx??



The Switch is since 1995 and I get a SX-200 Digital G1005 ENH 672P / F25.0 09-FEB1994 when I look up the software on the switch board so if I am reading what your telling me then I have to do D4/AMI. So does my zaptel look correct? Maybe my cableing is off.
Thanks,
-Scott
----- Original Message ----- From: "Henry Devito" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Sent: Friday, April 22, 2005 8:34 PM
Subject: Re: [Asterisk-Users] TE11OP -> Mitel 200Sx??



Of course there are exceptions to the rules. I see now on a couple software releases where they do allow PRI with D4/AMI and PRI with esf/b8zs. It's been a year or so since I messed with trunking on a 200, I've mostly been installing and maintaining the SX2000's and 3300's.

Henry



----- Original Message ----- From: "Dennis Walker" <[EMAIL PROTECTED]>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" <asterisk-users@lists.digium.com>
Sent: Friday, April 22, 2005 9:13 PM
Subject: RE: [Asterisk-Users] TE11OP -> Mitel 200Sx??



I have done the same thing with an sx200 and a pri circuit

My sx200 can only do ami d4 and e&m channels

Here's parts of my config that takes the pri and converts it to e&m with
ANI & DNIS


zaptel.conf

# t1 connected to the PRI circuit
span=1,1,0,exf,b8zs

# t1 connected to SX200
# the t1 card on my sx200 did d4 ami and I supplied ANI and DNIS through
the dial plan


span=2,0,0,d4,ami

bchan=1-23
dchan=24
e&m=25-47
---------------------------------------------
zapata.conf

[channels]

echocancel=yes
echocancelwhenbridged=yes
echotraining=no
rxgain=0.0
txgain=0.0
useincomingcalleridonzaptransfer=yes
restrictcid=no
context=default
usecallingpres=yes
usercallerid=yes
hidecallerid=no
callerid="Company Name"<8005551212>
signalling=pri_cpe
switchtype=dms100
group=1
channel => 1-23

group=2
signalling=em_w
emdigitwait=500
channel => 24-47

# I needed the emdigitwait=500 to wait long enough for the SX200 to dial
out it's digits



-------------------------------------------------- extensions.conf

# our PRI circiut gave us the last 4 digits of the dialed number and this
is how I passed
# *ANI*DNIS* to the SX200 for it to decode


# the first group were individual numbers that mapped to faxes and modems

exten => 1234,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 5555,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 3333,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)

# this set mapped our did 5000 - 5199 to the SX200

exten => _5[0-1]XX,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)

The reset of the dial plan took what ever I set up in the sx200 ARS to dial
out and
sent out put Zap/G1



Hope this helps




----------
From: Henry Devito[SMTP:[EMAIL PROTECTED]
Reply To: Asterisk Users Mailing List - Non-Commercial Discussion
Sent: Friday, April 22, 2005 8:56 PM
To: Scott Wolfe; Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] TE11OP -> Mitel 200Sx??


<<File: ATT00262.html>><<File: ATT00263.txt>>
I was wrong. I just looked in my Mitel I&M's. What level software are you
on in the SX200? Up until a certain level 200's could only do D4/AMI T1's,
they could not do PRI's. If it is a newer switch within the past 3 years
or an older switch with later software than you can do PRI, but the
signaling and framing must be ESF/B8ZS.


Henry
 ----- Original Message -----
 From: Scott Wolfe
 To: [EMAIL PROTECTED] ; Asterisk Users Mailing List - Non-Commercial
Discussion
 Sent: Friday, April 22, 2005 7:04 PM
 Subject: Re: [Asterisk-Users] TE11OP -> Mitel 200Sx??




Thanks,
This is what I have now, but my Mitel PBX and Asterisk Box are unable
to communicate via the T1 connection. Asterisk loads ok but I get error
lights (blinking orange) on my TE110P and on my Mitel T1 card. Hummmm



-Scott

 /etc/zaptel.conf
 loadzone = us
 defaultzone=us
 span=1,0,0,d4,ami
 bchan=1-23
 dchan=24

 /etc/asterisk/zapata.conf
 [trunkgroups]

 [channels]
 context=default
 switchtype=dms100
 rxwink=300
 usecallerid=no
 hidecallerid=no
 callwaiting=no
 usecallingpres=yes
 callwaitingcallerid=no
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 callreturn=yes
 echocancel=yes
 echocancelwhenbridged=yes
 rxgain=0.0 ;into the pstn twords the telco
 txgain=0.0
 callgroup=1
 pickupgroup=1
 immediate=yes

 signalling=pri_cpe
 group=1
 context=default
 emdigitwait=500
 channel => 1-23 ; Set this to 1-15,17-31 for E1




----- Original Message ----- From: Michael D Schelin To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Friday, April 22, 2005 4:48 PM Subject: Re: [Asterisk-Users] TE11OP -> Mitel 200Sx??


Hello Henry e&m=1-23 should be bchan=1-23 you have it set for analog also signaling=pri_cpe


Henry Devito wrote:

     Don't you need one of these directives so the PRI knows which is
master and which is slave?

     a.. pri_cpe: PRI signaling, CPE side
     a.. pri_net: PRI signaling, Network side

     Henry
       ----- Original Message -----
       From: Scott Wolfe
       To: Asterisk-Users@lists.digium.com
       Sent: Friday, April 22, 2005 11:01 AM
       Subject: [Asterisk-Users] TE11OP -> Mitel 200Sx??


Hello all. I just received a TE110P and am trying to hook it to my
Mitel 200SX has anyone successfully done this? My configuration is as
follows.



Asterisk -> TE110P ->Kentrox (csu/dsu) -> Mitel T1 Card.


All I get is a blinking yellow on my TE110P card and an alarm on my
Mitel. T1 card.



Any advice would be great.


Zaptel.conf

       span=1,0,1,d4,ami

       e&m=1-23

       dchan=24


Zapata.conf

       signalling=em_w

       switchtype=dms100

       echocancel=yes

       echocancelwhenbridged=yes

       echotraining=400

       callerid=asreceived

       group=1

       context=default

       channel => 1-23




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

Reply via email to