|
Home > Archive > Voice over IP Cisco > January 2006 > Setting IPCC call center to a meeting state?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Setting IPCC call center to a meeting state?
|
|
| TechGuy 2006-01-13, 9:10 pm |
| Ok so right now we are running IPCC express enhanced and we have an issue
where the call center needs to shutdown for a meeting. There does not seem
to be a way for the supervisors to do this. Even if all agents sign out
calls would come into the queue and sit there.
We can manually go into the ipccadmin and edit the application script where
we have a field call "meeting" that is set to 0, if they are in a meeting we
can change that field to 1 and then it will play a new voice message for
them. The problem of course is this becomes an administrative issue and is
not something the call center supervisors can do. They have to track down
someone in IT to do this for them.
Any thoughts on this?
| |
| Voll, Scott 2006-01-13, 9:10 pm |
| Is this a 24hour Call center?
Our script has if no agents are logged in it goes to Voicemail. And the
Supervisor has the ability to change the voicemail greeting.
Might be an option.
Scott
________________________________
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of TechGuy
Sent: Tuesday, January 10, 2006 9:55 AM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Setting IPCC call center to a meeting state?
Ok so right now we are running IPCC express enhanced and we have an
issue where the call center needs to shutdown for a meeting. There does
not seem to be a way for the supervisors to do this. Even if all agents
sign out calls would come into the queue and sit there.
We can manually go into the ipccadmin and edit the application script
where we have a field call "meeting" that is set to 0, if they are in a
meeting we can change that field to 1 and then it will play a new voice
message for them. The problem of course is this becomes an
administrative issue and is not something the call center supervisors
can do. They have to track down someone in IT to do this for them.
Any thoughts on this?
| |
| Bill Riley III 2006-01-13, 9:10 pm |
| Can you post the part of the script where you are checking for a logged in agent and then going to voicemail? It would help out our environment as well.
________________________________
From: cisco-voip-bounces@puck.nether.net on behalf of Voll, Scott
Sent: Tue 1/10/2006 12:05 PM
To: TechGuy; cisco-voip@puck.nether.net
Subject: RE: [cisco-voip] Setting IPCC call center to a meeting state?
Is this a 24hour Call center?
Our script has if no agents are logged in it goes to Voicemail. And the Supervisor has the ability to change the voicemail greeting.
Might be an option.
Scott
________________________________
From: cisco-voip-bounces@puck.nether.net [mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of TechGuy
Sent: Tuesday, January 10, 2006 9:55 AM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Setting IPCC call center to a meeting state?
Ok so right now we are running IPCC express enhanced and we have an issue where the call center needs to shutdown for a meeting. There does not seem to be a way for the supervisors to do this. Even if all agents sign out calls would come into the queue and sit there.
We can manually go into the ipccadmin and edit the application script where we have a field call "meeting" that is set to 0, if they are in a meeting we can change that field to 1 and then it will play a new voice message for them. The problem of course is this becomes an administrative issue and is not something the call center supervisors can do. They have to track down someone in IT to do this for them.
Any thoughts on this?
NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies.
| |
| Voll, Scott 2006-01-13, 9:10 pm |
| I just simply get reporting statistic
Report Object = CSQ ICD
Field = Logged-in resources
Row identifier = CSQ
Statistic variable = LoggedIN
If (loggedIN <=0) then
Call redirect to VM extension
Hope that helps.
Scott
________________________________
From: Bill Riley III [mailto:BRiley@jackhenry.com]
Sent: Tuesday, January 10, 2006 10:11 AM
To: Voll, Scott; TechGuy; cisco-voip@puck.nether.net
Subject: RE: [cisco-voip] Setting IPCC call center to a meeting state?
Can you post the part of the script where you are checking for a logged
in agent and then going to voicemail? It would help out our environment
as well.
________________________________
From: cisco-voip-bounces@puck.nether.net on behalf of Voll, Scott
Sent: Tue 1/10/2006 12:05 PM
To: TechGuy; cisco-voip@puck.nether.net
Subject: RE: [cisco-voip] Setting IPCC call center to a meeting state?
Is this a 24hour Call center?
Our script has if no agents are logged in it goes to Voicemail. And the
Supervisor has the ability to change the voicemail greeting.
Might be an option.
Scott
________________________________
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of TechGuy
Sent: Tuesday, January 10, 2006 9:55 AM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Setting IPCC call center to a meeting state?
Ok so right now we are running IPCC express enhanced and we have an
issue where the call center needs to shutdown for a meeting. There does
not seem to be a way for the supervisors to do this. Even if all agents
sign out calls would come into the queue and sit there.
We can manually go into the ipccadmin and edit the application script
where we have a field call "meeting" that is set to 0, if they are in a
meeting we can change that field to 1 and then it will play a new voice
message for them. The problem of course is this becomes an
administrative issue and is not something the call center supervisors
can do. They have to track down someone in IT to do this for them.
Any thoughts on this?
NOTICE: This electronic mail message and any files transmitted with it
are intended exclusively for the individual or entity to which it is
addressed. The message, together with any attachment, may contain
confidential and/or privileged information. Any unauthorized review,
use, printing, saving, copying, disclosure or distribution is strictly
prohibited. If you have received this message in error, please
immediately advise the sender by reply email and delete all copies.
| |
| Marcus Lundbom 2006-01-13, 9:10 pm |
| Read an .XML-file (or db if you're licensed for that) which would
contain a status-variable which is checked by the script. For status
open, continue running the script, and for status closed, either play a
prompt or divert to voicemail. Have a web-interface with authentication
for the supervisors which writes the current status to file/db.
Best regards,
/M
________________________________
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of TechGuy
Sent: Tuesday, January 10, 2006 6:55 PM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Setting IPCC call center to a meeting state?
Ok so right now we are running IPCC express enhanced and we have an
issue where the call center needs to shutdown for a meeting. There does
not seem to be a way for the supervisors to do this. Even if all agents
sign out calls would come into the queue and sit there.
We can manually go into the ipccadmin and edit the application script
where we have a field call "meeting" that is set to 0, if they are in a
meeting we can change that field to 1 and then it will play a new voice
message for them. The problem of course is this becomes an
administrative issue and is not something the call center supervisors
can do. They have to track down someone in IT to do this for them.
Any thoughts on this?
| |
| Marcus Lundbom 2006-01-13, 9:10 pm |
| Variables:
CSQ String
NumOfAgents Int
x - Get reporting statistic
Contact: Triggering
Report obj: CSQ ICD
Field: Logged-in resources
Row identifier: CSQ
Statistic variable: NumOfAgents
x - If ( NumOfAgents == 0 ) Then
x - true
#### No agents avail, play prompt, transfer or whatever
Goto End
x - false
#### Continue running script
/M
________________________________
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Bill Riley III
Sent: Tuesday, January 10, 2006 7:11 PM
To: Voll, Scott; TechGuy; cisco-voip@puck.nether.net
Subject: RE: [cisco-voip] Setting IPCC call center to a meeting state?
Can you post the part of the script where you are checking for a logged
in agent and then going to voicemail? It would help out our environment
as well.
________________________________
From: cisco-voip-bounces@puck.nether.net on behalf of Voll, Scott
Sent: Tue 1/10/2006 12:05 PM
To: TechGuy; cisco-voip@puck.nether.net
Subject: RE: [cisco-voip] Setting IPCC call center to a meeting state?
Is this a 24hour Call center?
Our script has if no agents are logged in it goes to Voicemail. And the
Supervisor has the ability to change the voicemail greeting.
Might be an option.
Scott
________________________________
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of TechGuy
Sent: Tuesday, January 10, 2006 9:55 AM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] Setting IPCC call center to a meeting state?
Ok so right now we are running IPCC express enhanced and we have an
issue where the call center needs to shutdown for a meeting. There does
not seem to be a way for the supervisors to do this. Even if all agents
sign out calls would come into the queue and sit there.
We can manually go into the ipccadmin and edit the application script
where we have a field call "meeting" that is set to 0, if they are in a
meeting we can change that field to 1 and then it will play a new voice
message for them. The problem of course is this becomes an
administrative issue and is not something the call center supervisors
can do. They have to track down someone in IT to do this for them.
Any thoughts on this?
NOTICE: This electronic mail message and any files transmitted with it
are intended exclusively for the individual or entity to which it is
addressed. The message, together with any attachment, may contain
confidential and/or privileged information. Any unauthorized review,
use, printing, saving, copying, disclosure or distribution is strictly
prohibited. If you have received this message in error, please
immediately advise the sender by reply email and delete all copies.
| |
| Peterson_Erik@aac.com 2006-01-13, 9:10 pm |
| Create a website where users can set the status of the call center. Have
that status populate an .xml file, say status.xml with the correct code
(0,1 etc.). Use a subflow to check the status code.
>Ok so right now we are running IPCC express enhanced and we have an
>issue where the call center needs to shutdown for a meeting. There does
>not seem to be a way for the supervisors to do this. Even if all agents
>sign out calls would come into the queue and sit there.
>We can manually go into the ipccadmin and edit the application script
>where we have a field call "meeting" that is set to 0, if they are in a
>meeting we can change that field to 1 and then it will play a new voice
>message for them. The problem of course is this becomes an
>administrative issue and is not something the call center supervisors
>can do. They have to track down someone in IT to do this for them.
|
|
|
|
|