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

Setting up a voicemail CPI group (HELP) 1

Status
Not open for further replies.

susip

Technical User
Jun 12, 2002
2
0
0
US
Hi everyone.

Can anybody help me ??? PLS

I currently use The MD110 BC 10

I've had 4 extensions installed which I need to use for extra ports on the 3rd party voicemail system, but they need to be configured into a voicemail group - so the MD send's the cpi information out on the RS232 type connection to the voicemail therfore the voicemail knows how to handle the call ...etc etc

I'm just a but stuck on how to enter these new numbers into this group. I know the voicemail group number which is a start !

I think the command is VMPOI:ICUIND= dir, grp, port

Can anybody give me some pointers on this one.......

Many thanks in advance
 
Hi susip
Try these commands.
----
EXTEI:DIR=865,EQU=1-1-60-14,TYPE=EL6,CAT=3,CUST=2,ICAT=0018,TRM=0,ADC=000000000;
EXTEI:DIR=866,EQU=1-1-60-15,TYPE=EL6,CAT=3,CUST=2,ICAT=0018,TRM=0,ADC=000000000;

GHGRI:GRP=890,SERV=5000,TRAF=15,SEL=110,QUE=2,LIM=1,RLTC=0;
GHGMI:GRP=890,DIR=865;
GHGMI:GRP=890,DIR=866;

ICFUI:IFCIND=2,IODEV=VOICE,DFMT=5,UPDFCN=NO,FILLER=48;
ICMWC:SID=11,DTXT=S,KFCN=MWC,DIG=890;

VMPOI:IFCIND=2,DIR=865,PORT=20;
VMPOI:IFCIND=2,DIR=866,PORT=21;
VMPOI:IFCIND=2,GRP=890;
VMFUI:IFCIND=2,VMF=EXTN2,POFMT=2;

Observe ICAT=0018 parameter..--


 
I have a similar problem to susip. I already have 6 exts 3090-3095 using ports 00-06 in a hunt group 7222. I have tried to add 2 extra exts 3096,3097 using the commands
VMPOI:IFCIND=0;DIR=3096;PORT=07;GRP=7222
VMPOI:IFCIND=0;DIR=3097;PORT=08;GRP=7222.
When I run this command I get the message

missing parameter
GRP

Am I missing a step or is the syntax wrong?
 
Hello smiller0556

You are using this syntax, which is wrong:

VMPOI:IFCIND=0;DIR=3096;PORT=07;GRP=7222
VMPOI:IFCIND=0;DIR=3097;PORT=08;GRP=7222.

Use this one instead:( use "," inead of ";")

VMPOI:IFCIND=0,DIR=3096,PORT=07,GRP=7222;
VMPOI:IFCIND=0,DIR=3097,PORT=08,GRP=7222;

Good luck
doktor
 
Sorry!

The GRP parameter should not have been in the first two commands.
Use this instead:

VMPOI:IFCIND=0,DIR=3096,PORT=07;
VMPOI:IFCIND=0,DIR=3097,PORT=08;
and
VMPOI:IFCIND=0,GRP=7222;

Now it wil work!

/// doktor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top