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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connect VOICE 200 to NIU2 board

Status
Not open for further replies.

ges69

Technical User
Joined
Oct 24, 2003
Messages
27
Location
SM
Sorry for my english. I want to connect an old VOICE 200 to NIU2 board, in the MD110 system BC12 SP6. This is the configuration that I have create:
IOBPI:NODE=BEGNI,BPOS=2-0-12;
IOEQI:IODEV=VOICE,EQU=2-0-12-2,USAGE=OUT;
ICFUI:IFCIND=1,IODEV=VOICE,DFMT=4,UPDFCN=YES;
ICFUC:UPDTIM=01-30;
ICFUC:MWF=ALL;
ICFUC:IFCIND=1,FILLER=32;
ICMWC:SID=1,DTXT=B5BSB01B,KFCN=MWC,DIG=5995;
VMFUI:IFCIND=1,VMF=EXTN2,POFMT=2;
VMPOI:IFCIND=1,DIR=5991,PORT=05;
VMPOI:IFCIND=1,DIR=5992,PORT=06;
VMPOI:IFCIND=1,DIR=5993,PORT=07;
VMPOI:IFCIND=1,DIR=5994,PORT=08;
VMPOI:IFCIND=1,DIR=5996,PORT=01;
VMPOI:IFCIND=1,DIR=5997,PORT=02;
VMPOI:IFCIND=1,DIR=5998,PORT=03;
VMPOI:IFCIND=1,DIR=5999,PORT=04;
VMPOI:IFCIND=1,GRP=5985;
VMPOI:IFCIND=1,GRP=5995;
this is the old configuration on ICU board:
VMPOI:IFCIND=1,DIR=5991,PORT=05;
VMPOI:IFCIND=1,DIR=5992,PORT=06;
VMPOI:IFCIND=1,DIR=5993,PORT=07;
VMPOI:IFCIND=1,DIR=5994,PORT=08;
VMPOI:IFCIND=1,DIR=5996,PORT=01;
VMPOI:IFCIND=1,DIR=5997,PORT=02;
VMPOI:IFCIND=1,DIR=5998,PORT=03;
VMPOI:IFCIND=1,DIR=5999,PORT=04;
VMPOI:IFCIND=1,GRP=5985;
VMPOI:IFCIND=1,GRP=5995;
VMFUI:IFCIND=1,VMF=EXTN2,POFMT=2;
ICFUI:IFCIND=1,EQU=2-1-13-0,RATE=1200,PARITY=EVEN,CCHECK=YES,TXC=YES,DFMT=4,UPDFCN=YES,FILLER=32;
ICFUC:UPDTIM=01-30;
ICFUC:MWF=ALL;
why my system don't work?
thanks!
 
You will need to tell the NIU2 the baudrate of 1200 bits/sec, and the data setup 7 bits, even parity and 1 stopbit.
IOIFC:EQU=2-0-12-2,IODEV=VOICE,BAUDR=1200,WORDL=7,PARITY=EVEN,STPBIT=1;
Check with IOIFP;
Then it should work.
Good and stable that OCTEL VOICE 200 product!

///doktor
 
Also swap this line:
ICMWC:SID=1,DTXT=B5BSB01B,KFCN=MWC,DIG=5995;
with this:
ICMWC:SID=1,DTXT=5995,KFCN=MWC,DIG=5995;

Then you can see the group number of the Voice 200 in the display of your Dialog system telephone when you press the active MEW button.

///doktor
 
Thanks Doktor for your reply, the configuration is working, but for the NIU configuration the EQU parameter isn't needed:
<IOIFC:EQU=2-0-12-2,IODEV=VOICE,
BAUDR=1200,WORDL=7,PARITY=EVEN,STPBIT=1;
NOT ACCEPTED
TOO MANY PARAMETERS ENTERED

<IOIFC:IODEV=VOICE,BAUDR=1200,WORDL=7,PARITY=EVEN,STPBIT=1;
EXECUTED

I also find the way to change the system configuation of the OCTEL VOICE 200:

-------- SYSTEM CONFIGURATION UPDATE --------

TUE 10/03/2006 14:41:23 NEWSYS ID:0 S/N:205210 PBX:58

At the dot (.), enter ? for HELP.
.l sys
Enter system parameter index.
LST:271
INDEX VALUE (LST/MOD) PARAMETER NAME:

271 1200 L/M RS232 INTEGRATION BAUD RATE

.l sys
Enter system parameter index.
LST:180
INDEX VALUE (LST/MOD) PARAMETER NAME:

180 7 BITS E/P L/M RS-232 INTEGRATED WITH PBX

.m sys
Enter system parameter index.
MOD:271
Enter the baudrate for terminal #2 for RS-232 Integration
(1200,2400,4800,or 9600, empty line = 1200)
MOD:

Enter system parameter index.
MOD:180
Enter the type of RS-232 byte FORMAT for PBX INTEGRATION:
0 = 7 bits/even parity.
1 = 8 bits/no parity.
( 0-1, empty line = 0 ).
MOD:

Enter system parameter index.
MOD:
.

sorry for my english...good work and a little italian story;

LE TELECOMUNICAZIONI FANNO GIRARE IL MONDO, A NOI FANNO GIRARE LE PALLE!!!

 
Hello in Italy.

I have an italian friend that I will have to translate your last line...
Anyway, your OCTEL 200 runs ID=0, and the MD110 runs ID=1.
MD110: SID=1
ICMWC:SID=1,DTXT=B5BSB01B,KFCN=MWC,DIG=5995;
OCTEL 200: NEWSYS ID:0
You need to send this line to the MD110 to set the ID to 0:
ICMWC:SID=0,DTXT=5995,KFCN=MWC,DIG=5995;

Or in the OCTEL 200 set:
.M SYS #2 (system ID) to 1, if you dont want to change the MD110.
///doktor
 
If you change the system ID on the OCTEL 200, you need to restart the OCTEL 200 after this.
. L SYS
LIST:2
5 L/M SYSTEM ID NUMBER

.M SYS
This command is used to change the sys id.
///doktor
 
TELECOMUNICATIONS SPIN THE WORLD, BUT IN OUR CASE THEY SPIN OUR B...!!!
This was the translation??
///doktor
 
Hello

Thanks for Your help, now all is working as well
We have changed the ID:0 in ID:1 in the VOICE 200.

Your translation is rigth :-)
Anyway, ours little italian story, is only a joke,
we are happy to work in a telecomunications company
not in Italy but in Republic of San Marino

Thanks a lot for all.
Best regardes.
 
Hello!

Interesting. I was in the Republic of San Marino many years ago. Beautiful place.
Please check thread923-831490 for more info on the OCTEL 200.
///doktor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top