[Asterisk-Users] TE11OP -> Mitel 200Sx??

Henry Devito hdevito at mchsi.com
Fri Apr 22 20:34:56 MST 2005


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" <dwalker at jackson-tube.com>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" 
<asterisk-users at 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:hdevito at mchsi.com]
> 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: mike at shelcomm.com ; 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 at 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 at 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 at 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 at 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 at 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 at 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 




More information about the asterisk-users mailing list