NewGirl999
Technical User
We use Nortel CC6 for call filtering and have a number of staff who do not log in as agents, their incoming calls are routed via a hunt group.
Is it possible to give a BUSY signal when all staff are engaged on calls and / or give a message depending on the age of the call? I am relatively new to scripting and there is only me to do this - all the examples I’ve found so far relate to agents and skillsets and, for this application, we don’t use either of these. I've attached a coy of the script for this item - 1032, 1033 and 1034 are pilot dn's for the hunt groups.
Many thanks for any assistance you may be able to offer.
/*************************************************/
/* SCRIPT : PAC_Group4 */
ASSIGN 0 TO pacm_cv
SECTION MENU
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT vs_pac_renal
COLLECT 1 DIGITS INTO pacm_cv
INTER DIGIT TIMER 2
END VOICE SESSION
GIVE RINGBACK
WAIT 2
WHERE pacm_cv EQUALS
VALUE 1: ROUTE CALL 1032
VALUE 2: ROUTE CALL 1033
VALUE 3: ROUTE CALL 1034
VALUE 9: EXECUTE MENU
DEFAULT: EXECUTE FINISH
END WHERE
SECTION FINISH
Is it possible to give a BUSY signal when all staff are engaged on calls and / or give a message depending on the age of the call? I am relatively new to scripting and there is only me to do this - all the examples I’ve found so far relate to agents and skillsets and, for this application, we don’t use either of these. I've attached a coy of the script for this item - 1032, 1033 and 1034 are pilot dn's for the hunt groups.
Many thanks for any assistance you may be able to offer.
/*************************************************/
/* SCRIPT : PAC_Group4 */
ASSIGN 0 TO pacm_cv
SECTION MENU
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT vs_pac_renal
COLLECT 1 DIGITS INTO pacm_cv
INTER DIGIT TIMER 2
END VOICE SESSION
GIVE RINGBACK
WAIT 2
WHERE pacm_cv EQUALS
VALUE 1: ROUTE CALL 1032
VALUE 2: ROUTE CALL 1033
VALUE 3: ROUTE CALL 1034
VALUE 9: EXECUTE MENU
DEFAULT: EXECUTE FINISH
END WHERE
SECTION FINISH