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

Dennis Walker dwalker at jackson-tube.com
Fri Apr 22 14:27:02 MST 2005


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

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 => 8551,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 8577,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 8641,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 8642,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 1773,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 1774,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)
exten => 1775,1,Dial(Zap/g2/*${CALLERIDNUM}*${EXTEN}*,,r)

# this set mapped our did 7000 - 7199 to the SX200

exten => _7[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 4:27 PM
To: 	Scott Wolfe; Asterisk Users Mailing List - Non-Commercial Discussion
Subject: 	Re: [Asterisk-Users] TE11OP -> Mitel 200Sx??

<<File: ATT00231.html>><<File: ATT00232.txt>>
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




More information about the asterisk-users mailing list