I need to connect a system to a Nortel Meridian 11 (and later on an Alcatel 4400) via an E1.
Ok all fine, the problem arises when I need to transfer a call from the E1 slot where I am handling it to an extension of the external PBX where the E1 comes from.
I know Q.Sig signaling allows this, but haven’t found a way to do this on Asterisk, Is it possible? Is there any other way?
thanks for any input.
PS
This is an extremelly useful feature since will allow to completely integrate an asterisk PBX with any other PBX which supports Q.SIG and act as only one PBX with a single set of extensions.
So if by any chance it is not done it is REALLY worthwhile doing it, and I volunteer to work on the project.
I did something similar about 18 months ago, extension dialing between Cisco Call Managers and a Nortel Opt 81. Being in the US, I was using mutliple T1’s. I can’t imagine that the E1 signaling is that far removed, but anything’s possible.
Anyways, I tried qsig, and then ni2, before settling on dms-100 on the line protocol. QSIG and NI2 both “worked” to some extent, but dms-100 allowed for extension dialing from both sides without passing the full 10-digit caller id, as well as vmail functionality from the Cisco side to Meridian Mail. I never did get it to accept the # to skip entering the mailbox number from the Cisco phones though. That and the MWi. But other than that it works like a champ.
Let me know if you’re willing to try this and I’ll post or send you some sample configs for both systems. Not sure how dead set you are on using qsig.
First, make the dlop entry. Note also that this is using msdl instead of a ddch. Nortel DCH Programming
ADAN DCH 77
CTYP MSDL
GRP 2
DNUM 0
PORT 1
DES CIPT-GW1
USR PRI
DCHL 77
OTBF 32
PARM RS422 DTE
DRAT 64KC
CLOK EXT
IFC S100
SIDE NET
CNEG 1
RLS ID **
RCAP ND2
T200 3
T203 10
N200 3
N201 260
K 7
Nortel Route Programming
TYPE RDB
CUST 00
ROUT 18
DES CIPT-GW1
TKTP TIE
NPID_TBL_NUM 0
ESN NO
CNVT NO
SAT NO
RCLS INT
DTRK YES
DGTP PRI
ISDN YES
MODE PRA
IFC S100
SBN NO
PNI 00001
NCNA YES
NCRD YES
CHTY BCH
CTYP UKWN
INAC NO
ISAR NO
CPUB OFF
DAPC NO
BCOT 0
DSEL VOD
PTYP PRI
AUTO NO
DNIS NO
DCDR NO
ICOG IAO
SRCH LIN
TRMB YES
STEP
ACOD 57918
TCPP NO
TARG 01
CLEN 1
BILN NO
OABS
INST
IDC NO
DCNO 0 *
NDNO 0
DEXT NO
ANTK
SIGO STD
ICIS YES
TIMR ICF 512
OGF 512
EOD 13952
NRD 10112
DDL 70
ODT 4096
RGV 640
GRD 896
SFB 3
NBS 2048
NBL 4096
TFD 0
DRNG NO
CDR YES
PAGE 002
MUS NO
RACD NO
FRL 0 0
FRL 1 0
FRL 2 0
FRL 3 0
FRL 4 0
FRL 5 0
FRL 6 0
FRL 7 0
OHQ NO
OHQT 00
CBQ NO
AUTH NO
TDET NO
TTBL 0
PLEV 2
ALRM NO
ART 0
SGRP 0
AACR NO
Nortel Trunk Programming (just do a “new 23”)
DES CIPT-GW1
TN 077 01
TYPE TIE
CDEN SD
CUST 0
TRK PRI
PDCA 1
PCML MU
NCOS 0
RTMB 18 1
B-CHANNEL SIGNALING
TGAR 1
AST NO
IAPG 0
CLS CTD DIP CND WTA LPR APN THFD HKD
P10 VNL
TKID
Summarized Cisco 6000 T1 Gateway Programming
I can't seem to upload images, but I've got screenshots of these configs. I'll email them to you. If anyone else wants them can someone show me how to attach the images?
I’ll be trying my hand at integrating *, Nortel, and Cisco as soon as my request to use Asterisk has been approved by my legal group. I can’t imagine Cisco being any more difficult to configure than *. The config examples that I’ve seen for tying Cisco to * show similar configs (I mean the actual configs, not the interface for making those configs). I’m looking forward to trying it out.
I have similar problem. I need to transfer call using Q.SIG signalling and legacy Siemens PBX. I’m programmer and my knowledge about ISDN is very limited. For now I’m interesting is it possible at all? Please give me some advice.