I have what I’ll politely call a “vintage” Nortel Option 81c that to it’s credit is really pretty bulletproof. The problem I have with it is that it doesn’t accept PRI, all of our routes from the PSTN are coming over CAS T1s that are programmed up in the Nortel as Wink start E&M DID trunks. What I am looking to do is replicate that on another route on the Nortel and have Asterisk appear to be the same as our PSTN provider as far as Nortel is concerned. This is what I have gotten from our provider regarding how the current T1s we have are configured on their (The PSTN) side.
Start Mode: Wink Start
Tone Type: DTMF
Inpulse: CALLED PARTY ADDR (national) *
Outpulse: rcv Wink spill digits (4)
and here are my current chan_dahdi.conf and system.conf
[i][channels]
echocancel=yes
echocancelwhenbridged=no
echotraining=yes
pridialplan=unknown
prilocaldialpan=unknown
usecallerid=yes
callerid=asreceived
cidsignalling=bell
group=1
context=nortel
signalling=em_w
switchtype=national
channel => 1-24
span=1,0,0,esf,b8zs
e&m=1-24
echocanceller=mg2,1-24
[/i]
Can anyone enlighten me on how I need to set that up in Asterisk? I have tried every combination of E&M I can find and even swapped from ESF/B8ZS to D4/AMI on both machines and I still get nothing of use. I can get the T1’s to go green on both machines and I can see activity and both sides will seize a channel to use but here’s the output I get from Asterisk when I try to make a call over to it:
– Starting simple switch on ‘DAHDI/24-1’
– Unknown extension ‘s’ in context ‘nortel’ requested
– <DAHDI/24-1> Playing ‘ss-noservice.ulaw’ (language ‘en’)
– Hanging up on ‘DAHDI/24-1’
– Hungup ‘DAHDI/24-1’
As you can see for some reason I’m not seeing any digits passed to it and I know that the nortel has to be passing something otherwise the PSTN wouldn’t know how to route it!
Any help would be greatly appreciated
-Drew