Robert.Kelly@ebimed.com
2004-Aug-05 08:27 UTC
[Asterisk-Users] Avaya/Lucent Definity -> Asterisk interop question
Calling all Definity admins,
Got a few questions about Definity -> Asterisk interoperability.
1) What are the options for integration? Can I hand off extensions from the
Definity and vice versa?
2) Anybody have any working configs they would like to post?
I've found and read the legacy integration on the wiki about the two
systems. I've also googled and found a few threads that were cured by
finding working hardware.
I know our hardware works.
I've got a box running Suse 9.1 (2.6.5 kernel) with a CVS of zaptel, libpri
and asterisk.
Everything compiled and installed fine and yes I did a 'make linux26'
for
zaptel.
The box has a T100P card hooked up to a csu on the Definity with a patch
cable.
When I load wct1xxp and zaptel and do a ztcfg -v all channels come up, but
I get a pulsing orange light. (normal ?)
On the Definity side, the 464 has red lights pulsing on 2 and 4.
Disclaimer: I'm not the Definity admin so I barely know what I'm talking
about on that side.
The idea is to hook up the two using pri and hand off some extensions to
asterisk for ivr, iax etc. and to have some sip clients route calls to the
Definity.
Any help through configs, urls on either end would be greatly appreciated.
Thanks in advance,
Rob
Robert Kelly
Communications
Manager
Information
Systems
(Embedded EBI L.P.
image moved to Parsippany, NJ
file: 07054
pic29463.jpg) 973?299?9300 x2015
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pic29463.jpg
Type: image/jpeg
Size: 5975 bytes
Desc: not available
Url :
http://lists.digium.com/pipermail/asterisk-users/attachments/20040805/8c80725c/pic29463.jpg
Scott Stingel
2004-Aug-05 09:16 UTC
[Asterisk-Users] Avaya/Lucent Definity -> Asterisk interop question
>>When I load wct1xxp and zaptel and do a ztcfg -v all channels come up, butI get a pulsing orange light. (normal ?) On the Definity side, the 464 has red lights pulsing on 2 and 4. Hi- Better post your zaptel.conf and zapata.conf. I'm not a Definity expert, but something's wrong. Maybe, for example, you should be configured as signalling=pri_net, rather than pri_cpe. Also, I wonder if you should be using a T1 cross-over cable - you should get a green light on the T100P if asterisk is up and things are configured correctly. A crossover cable is wired as follows: 1 <--> 4 2 <--> 5 4 <--> 1 5 <--> 2 Regards Scott Stingel Scott M. Stingel President, Emerging Voice Technology, Inc. Palo Alto California & London England www.evtmedia.com -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Robert.Kelly@ebimed.com Sent: Thursday, August 05, 2004 8:27 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Avaya/Lucent Definity -> Asterisk interop question
Steve Kann
2004-Aug-05 09:21 UTC
[Asterisk-Users] Avaya/Lucent Definity -> Asterisk interop question
Robert,
I'm actually looking into the same thing as you.
I have (and have had) them talking to each other OK for some time.
The Wiki describes how to do that.
The basic setup will allow calls from asterisk -> Definity OK. I
have some outgoing calls routed to asterisk via ARS on the definity side.
I'd really like to figure out a way to map a set of extensions on
the definity to automatically be handed off to asterisk. For example,
have all extensions in the range 4900-4999 end up being calls to
asterisk with the extension number.
I don't see an easy way to do that, though. The best idea I have so
far is to make a whole set of extensions in that range with "X" ports,
make an ARS route which maps 1-200-999-XXXX to get rewritten to XXXX and
get routed via the Asterisk-bound PRI, and then manually set
call-forwarding for each of the 49XX extensions to 1-200-999-49XX.
But, this seems like quite a PITA to have to make all those extensions
and call-forwarding rules. I'm also not sure what else I'm missing by
doing this, how these extensions will act in a hunt group, etc.
Here's my config, if you like.
non-commented lines in /etc/zaptel.conf:
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
loadzone = us
defaultzone=us
non-commented lines in /etc/asterisk/zapata.conf:
[channels]
context=incoming
switchtype=national
signalling=pri_net
rxwink=300 ; Atlas seems to use long (250ms) winks
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
immediate=no
context = incoming
channel => 1-23
-SteveK
Robert.Kelly@ebimed.com wrote:
>Calling all Definity admins,
>Got a few questions about Definity -> Asterisk interoperability.
>1) What are the options for integration? Can I hand off extensions from the
>Definity and vice versa?
>2) Anybody have any working configs they would like to post?
>
>I've found and read the legacy integration on the wiki about the two
>systems. I've also googled and found a few threads that were cured by
>finding working hardware.
>I know our hardware works.
>I've got a box running Suse 9.1 (2.6.5 kernel) with a CVS of zaptel,
libpri
>and asterisk.
>Everything compiled and installed fine and yes I did a 'make
linux26' for
>zaptel.
>The box has a T100P card hooked up to a csu on the Definity with a patch
>cable.
>When I load wct1xxp and zaptel and do a ztcfg -v all channels come up, but
>I get a pulsing orange light. (normal ?)
>On the Definity side, the 464 has red lights pulsing on 2 and 4.
>
>Disclaimer: I'm not the Definity admin so I barely know what I'm
talking
>about on that side.
>The idea is to hook up the two using pri and hand off some extensions to
>asterisk for ivr, iax etc. and to have some sip clients route calls to the
>Definity.
>Any help through configs, urls on either end would be greatly appreciated.
>
>Thanks in advance,
>Rob
>
> Robert Kelly
>
> Communications
> Manager
> Information
> Systems
>
> (Embedded EBI L.P.
> image moved to Parsippany, NJ
> file: 07054
> pic29463.jpg) 973?299?9300 x2015
>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
-------------- next part --------------
Skipped content of type multipart/related
kwijibo@zianet.com
2004-Aug-05 12:04 UTC
[Asterisk-Users] Avaya/Lucent Definity -> Asterisk interop question
I have the setup you described working somewhat. You *will* need a T1 crossover(at least I did). You also have to be careful about what the Definity is doing. After programming my Definity my CSU liked to stay in the loop state even though I put the thing in service. To compound the matters it doesn't look like the Digium hardware can detect loops, I had to plug it into some Cisco gear to verify it was looped. Simply unplugging and plugging back in the CSU fixed the loop. You should be able to hand off extensions to the Asterisk box with PRI but I am not sure how to program that up on the Definity. I am using fxs_ls/e&m to do my signalling at the moment because I couldn't figure out how to route extensions on the Definity using PRI. I tinker with it in my spare time. The following config works for me but like I said, I am not using PRI atm. You just need to make sure both sides of the circuit are configured the same. The wiki gives a good explanation of how to configure PRI on the Definity. span=1,1,0,esf,b8zs #bchan=1-23 (Uncomment if you are doing PRI) #dchan=24 (Uncomment if you are doing PRI) fxsls=1-12 (Remove if you are doing PRI) e&m=13-24 (Remove if you are doing PRI) loadzone = us defaultzone=us Steve Robert.Kelly@ebimed.com wrote:>Calling all Definity admins, >Got a few questions about Definity -> Asterisk interoperability. >1) What are the options for integration? Can I hand off extensions from the >Definity and vice versa? >2) Anybody have any working configs they would like to post? > >I've found and read the legacy integration on the wiki about the two >systems. I've also googled and found a few threads that were cured by >finding working hardware. >I know our hardware works. >I've got a box running Suse 9.1 (2.6.5 kernel) with a CVS of zaptel, libpri >and asterisk. >Everything compiled and installed fine and yes I did a 'make linux26' for >zaptel. >The box has a T100P card hooked up to a csu on the Definity with a patch >cable. >When I load wct1xxp and zaptel and do a ztcfg -v all channels come up, but >I get a pulsing orange light. (normal ?) >On the Definity side, the 464 has red lights pulsing on 2 and 4. > >Disclaimer: I'm not the Definity admin so I barely know what I'm talking >about on that side. >The idea is to hook up the two using pri and hand off some extensions to >asterisk for ivr, iax etc. and to have some sip clients route calls to the >Definity. >Any help through configs, urls on either end would be greatly appreciated. > >Thanks in advance, >Rob > > Robert Kelly > > Communications > Manager > Information > Systems > > (Embedded EBI L.P. > image moved to Parsippany, NJ > file: 07054 > pic29463.jpg) 973?299?9300 x2015 > > > > > > > >
Reasonably Related Threads
- h.323 Call problem asterisk to\from lucent(avaya) definity
- Connecting Asterisk and Avaya Definity By E1 . Incoming work, but not outgoing
- Connecting Asterisk and Avaya Definity By E1. Incoming work, but not outgoing
- Asterisk as the recording server for Avaya Definity
- Asterisk Integration with Lucent Definity g3 si