cveazey@blackhillsfiber.com
2004-Oct-15 12:46 UTC
[Asterisk-Users] Unable to make E&M Wink work with T400P
Hi! I'm having a problem getting a channelized T1 to signal correctly with a Nortel DMS 500. I've got a 2-way trunk group set up with E&M Wink start connected to Asterisk on channel 1 of a T400P card. I'm pretty sure the configs are correct (listed below) but when the Northern winks to Asterisk, Asterisk is not returning the wink. Has anyone set up this configuration who could possibly see an error on my part? Thanks! chris ______________________ zaptel.conf span=1,1,0,esf,b8zs span=2,1,0,esf,b8zs span=3,1,0,esf,b8zs span=4,1,0,esf,b8zs e&m=1-24 loadzone=us defaultzone=us ______________________ zapata.conf [channels] context=tester rxwink=300 usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes tranfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes ragain=0.0 txgain=0.0 callgroup=1 pickupgroup=1 immediate=no signalling=em_w group=1 channel=1-24 ______________________ extensions.conf [tester] exten => _1NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN:1},60,) exten => _1NXXNXXXXXX,102,Busy exten => _1NXXNXXXXXX,2,Congestion -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041015/196b924f/attachment.htm
Richard Lyman
2004-Oct-15 13:09 UTC
[Asterisk-Users] Unable to make E&M Wink work with T400P
cveazey@blackhillsfiber.com wrote:> > Hi! I'm having a problem getting a channelized T1 to signal correctly > with a Nortel DMS 500. I've got a 2-way trunk group set up with E&M > Wink start connected to Asterisk on channel 1 of a T400P card. I'm > pretty sure the configs are correct (listed below) but when the Northern > winks to Asterisk, Asterisk is not returning the wink. Has anyone set > up this configuration who could possibly see an error on my part? > > Thanks! > > chris > > > ______________________ > zaptel.conf > > span=1,1,0,esf,b8zsif you are using e&m wink on the nortel are you sure it shouldn't be d4,ami> span=2,1,0,esf,b8zs > span=3,1,0,esf,b8zs > span=4,1,0,esf,b8zswhy are these 3 suppling timing? they aren't connected to anything (hense the zapata.conf below)> e&m=1-24since you aren't using the others you should have unused=25-96> loadzone=us > defaultzone=us > ______________________ > > zapata.conf > > [channels] > context=tester > rxwink=300 > usecallerid=yes > hidecallerid=no > callwaiting=yes > usecallingpres=yes > callwaitingcallerid=yesaren't you going to need callprogress=yes (e&m = ear and mouth, else how do you expect to get any progress info?)> threewaycalling=yes > tranfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > ragain=0.0 > txgain=0.0 > callgroup=1 > pickupgroup=1 > immediate=no > signalling=em_w > group=1 > channel=1-24 > ______________________ > > > extensions.conf > > [tester] > exten => _1NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN:1},60,) > exten => _1NXXNXXXXXX,102,Busy > exten => _1NXXNXXXXXX,2,Congestion > >i hope this helps.