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!

Group Hounting Data (GHGRI)

Status
Not open for further replies.

demys80

Technical User
Nov 8, 2004
17
0
0
IT
Good Morning forum,
I have a problem with GHGRI:When I call the group says to me that the members of the same group are absent and resolves the single problem removing every element and to insert it newsly.What is the unit of program for restart group Hounting Data??(realese BC10). Thanks and good day!
 
Hi

This problem appear when all members are made absent from the group. To make a memnber absent, is to not answer to the GH calls. After the timer of ringing on no answer, the call is presented to an other agent and so on (CDINI of the agent to the group).

To be present again, simply make offhook/onhook.
 
Hi' maybe aspap 178 can help you:

PARNUM=178, PARVAL=D 1
0 PBX members will be excluded from group at diversion on no answer
1 PBX members will be retained from group at diversion on no answer
 
Thanks a lot....what is the unit for GH in BC10????
have a nice day!!!
 
demys80,

restarting a program unit for a "normal behaviour" is a very bad idea. lifting the handset of the GH member telephones is enough to make them available again to the group. configure your GH members so that they can't divert on no answer or busy, the aspac mundus mentioned is only available from BC11.

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
HI demys80

The solution to your problem is to understand the way the GH member works; why do they not answer the calls? Do you think it is a normal behaviour?
 
For our Application System the solution is:

/* For some customers PBXMEMBER must */
/* be present after diversion */
/* at no answer */
/*-----------------------------------*/
/* */
/*Assembly.Solution: */
/* */
PCASI:UNIT=DER,CI=21-DER,REV=3-R4A,IA=1DD04,RA=1DD0C,BYTE=6;
BNE CPS10;
MOVEQ #1,D3;
MOVE.W D3,($33A,A6);
JMP (PROGSTART+$1DD2E);
CPS10:;
END;
!A;
PCACS:UNIT=DER,CI=21-DER;
Y;
PCCOS:UNIT=DER,CI=21-DER;
Y;
/*=================================================*/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top