Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Voice mail system 1

Status
Not open for further replies.

md110user

Technical User
Nov 24, 2002
76
SA
Hi All
I have MD110 BC12 Sp6, I need a Voice mail system so :

OneBox is the choice of the customer but I have questions:

1-What is the type of the integration between OneBox and MD110 and if there is a sample programming from the MD110 side ( I mean is it a serial V.24 connection or a TCP/Ip connection on the NIU and how to programe it).

2-what is the type of the port on the ONeBox, Is it an Analogue extensions, If yes what is the CARD interface on the oneBox side that shuld be installed)

If it is a tcp?ip port it shuld be connected to the ELU32, so how to programe the ELU32 to make it functional well and it will be cinnected to the Ethernet port on the OneBox server or there is a special card for that??

Please I need to know all these information and if there is a manual about oneBox I will be appreciated...
 
Hi,

OB4 supports...
Analogue Extension
IP Extension (ELU32)
E1 (TLU76)

Integration can be inband or outband (V24 or TCP/IP)

Dialogic & Aculab cards are used depending on case.

How many ports do you need? Analogue systems have from 4 to 24 ports. E1 solutions can have up to 144 ports (Not sure how you get that many but that's what the Ericsson docs say)
IP would be in the middle ground, but adds the extra complexity of LAN QOS etc, but less hardware/cost in PC.

Ericsson offer a 30 day trial licence which you could use with IP integration to check it out. You might also get the ref docs called "DOCS ON DVD" on the 30 day trail.

Example programming...

Analog Extensions & Hunt Group
EXTEI:DIR=3001&&3016,EQU=1-1-30-1,TYPE=EL6,CAT=1,ICAT=0015;
GHGRI:GRP=3000,LIM=1,SERV=1000,TRAF=15,SEL=110,QUE=10;
GHGMI:GRP=3000,DIR=3001&&3016;

Programming the NIU Port for Voice Mail
IOBPI:NODE=ONEBOX,BPOS=1-1-60;
IOEQI:IODEV=ONEBOX,EQU=1-1-60-4,TYPE=NETWORK,USAGE=OUT;
IONCI:IODEV=ONEBOX,USER=GICI-1,RPORT=2555,IP=192.110.110.105;

Initiating the Information Computer Function
ICFUI:IFCIND=1,IODEV=ONEBOX,USER=GICI-1,DFMT=4,UPDFCN=YES,FILLER=32;
ICMWC:SID=01,DTXT=3000,DIG=3000,KFCN=MWC;

Initiating the Voice Mail Function
VMFUI:IFCIND=1,VMF=EXTN3,POFMT=3;
VMPOI:IFCIND=1,DIR=3001&&3016,PORT=001;
VMPOI:IFCIND=1,GRP=3000;

Message Waiting and Call Diversion for Subscriber Telephones
KSFKC:DIR=2001&&2299,KEY=2,FCN=MEW;

Regards
Isinor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top