[Asterisk-Users] 2 servers via PRI

Michael Di Martino mdm at telx.com
Sun Jun 26 08:20:49 MST 2005



-----Original Message-----
From: Altus Snyman [mailto:altus at stormcorp.co.za] 
Sent: Monday, May 16, 2005 9:41 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] 2 servers via PRI

Good day all
How do i set a connection between 2 asterisk servers via PRI
In Bri I would set one to NT and TE
How shoud the zapata.conf and zaptel.conf look
And how should the cable be?
All I got on the web was to set one to "pri_net"...this cant be all?
And the cable 
> pin1 <--> pin4> pin2 <--> pin5> pin3 <--> pin6> pin4 <--> pin1> pin5
<--> pin2> pin6 <--> pin3> pin5 <--> pin8> pin8 <--> pin7
Please Help and advice
Thanks Altus

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

I have one asterisk server connected to 2 Norstar mics systems via two
PRI lines. Here is how I did it

My Zaptel.conf
loadzone = us
defaultzone = us
#loadzone = us-old
#loadzone=gr
#loadzone=it
#loadzone=fr
#loadzone=de
#loadzone=uk
#loadzone=fi
#loadzone=jp
#loadzone=sp
#loadzone=no

#
# PRI's
#
span=1,0,0,esf,b8zs
#clear=1-24
bchan=1-23
dchan=24
span=2,1,0,esf,b8zs
#clear=25-48
bchan=25-47
dchan=48

my Zapata.conf

[channels]
usecallerid=yes
hidecallerid=no
usecallingpres=yes
callerid=asreceived
echocancel = yes   ; You can set this to 16, 32, 64, or 128, or 256
tweak to your needs.  Try 64.  Yes=128.
echotraining = 400 ; Ast trains to the beginning of the call, num is in
millisec.  0-4000.  Try 800.
echocancelwhenbridged = yes

context = internal
switchtype = dms100
signalling = pri_net
group = 1
channel => 1-23

context = internal
switchtype = dms100
signalling = pri_net
group = 2
channel => 25-47

my extensions.conf  (partial)

;Allows access to 2000 3000 Nortel extensions
exten => _2XXX,1,Dial(${TELX-MICS2}/${EXTEN:${TELX-MICS2-MSD}})
exten => _2XXX,2,Congestion
exten => _3XXX,1,Dial(${TELX-MICS1}/${EXTEN:${TELX-MICS1-MSD}})
exten => _3XXX,2,Congestion

I hope this help[s




More information about the asterisk-users mailing list