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

Search results for query: *

  1. Milesprower

    Getting info on Reception handset

    just a suggestion: have the console transfer call to a unique CDN when it is in night mode instead of directly transferring into call center. The CDN must be acquired and can default to the call center number, or you can invoke a script to transfer the call to the call center. Then you can...
  2. Milesprower

    CCMS 6.0 Transfer inbound call from one skillset to another skillset

    How about just adding the second skillset to each script after the timeout (28 seconds) is reached? I am using more lines of code here to be really simple. Also added in an in-service check for the skillset(s) in the loop. And I assumed after two WAIT 2 and WAIT 10 steps you were close enough...
  3. Milesprower

    Treatment after agent goes NOT READY at time call presented

    Need to clarify the situation more. Are calls only incoming to site 1 and then queued over the network to sites 1 and 2? What kind of queue step are you using (Queue to network skillset? Local Node Inclusion?) What release are the three servers on (Site 1, site 2, and NCC)?
  4. Milesprower

    Calls Dropping in to fast

    Call force time delay does not put a break between calls. To do that you need to set a break time in the call presentation class to which the agent is assigned.
  5. Milesprower

    Number of Calls Transferred Report on CC6

    Another way to to have the agent transfer to a CDN which either has a script to route the call to the extension (most reporting) or default routes to the extension (peg count reporting).
  6. Milesprower

    Return To Queue Calls - Agent Performance Report

    The timer is there so you can sync with your CTI application. In the olden days, it was common for the CTI app (Screen-pop) to be slow and the call would arrive on the agent phone before the screen popped. These days, CTI apps are much faster and the need to slow down call delivery is rare.
  7. Milesprower

    CCMA 7

    You can have one CCMA to manage several CCMS. Not sure why you would want to do the reverse.
  8. Milesprower

    Return To Queue Calls - Agent Performance Report

    The system finds an agent and then it waits 8 seconds before connecting the audio path. You should be able to go down to 0 or 1 seconds. You can create a new call presentation class and move a test agent or two to start.
  9. Milesprower

    Return To Queue Calls - Agent Performance Report

    Why is your call force delay so high (8 seconds)? do you have a slow screen-pop application? It is possible to get RTQ on call forcing, but agents usually have to "get good at it". In other words, they are timing the system try and go busy at the right time.
  10. Milesprower

    Delete Value in Variable SCCS 5.0

    Ok, I am assuming you are using classic client. When you double click on a script variable it opens up in the General tab. Click on the Attributes tab (upper left). In the List of Values box (lower middle) highlight the value you want to remove and click on the Remove button. I tried to post...
  11. Milesprower

    Delete Value in Variable SCCS 5.0

    Can you clarify what your goal? Are you trying to take the variable out of the referenced scripts? A variable has to have a least one value (date) in it.
  12. Milesprower

    Contact Center 6.0 3 second call delay

    You may have some issues if you remove the GIVE RINGBACK WAIT 2 step. Sometimes you do, sometimes you don't.
  13. Milesprower

    Tracking 'Dead Air' calls through TM and CCM6.0

    Network script is automatically invoked if a reserved agent is not available when the call arrives across the network. In your case the network script is attempting to queue the call to a Supervisor skillset and if that is not staffed, it routes the call to 0000. It does not play a generic...
  14. Milesprower

    Tracking 'Dead Air' calls through TM and CCM6.0

    I'm sorry, you have lost me. You should be able to see and run reports for both sites. The CCMA application should be attached to both sites so you can manage your networked system. The Network script at the far end handles calls when reserved agents are not available when call is delivered...
  15. Milesprower

    Tracking 'Dead Air' calls through TM and CCM6.0

    Did you say you had not updated the network script in the far end (target) system? Can you give us a copy of the Network script for the far end system? Also, run an application call treatment report for the network script for the target site. Does it show a lot of abandons?
  16. Milesprower

    Tracking 'Dead Air' calls through TM and CCM6.0

    The error you referenced above: ASM request failed, is it for the call type for which you get dead air? Sometimes a call will "hang" in the script if your access voice segment is not properly set up. This would explain the varying times for the call length (callers abandoning at different...
  17. Milesprower

    Tracking 'Dead Air' calls through TM and CCM6.0

    So you are getting reports of dead air on networked calls at the far end? Network reporting is complex - Captaingadget has started with the basics above. But you need a good understanding of the architecture and how calls peg to try and use reports to pin down this type of issue. So let's ask...
  18. Milesprower

    Defining Report Header in Agent Performance

    You're new to Symposium/Call Center Manager, right? ACD and NACD (Network ACD) calls are calls routed by the switch, not the Call Center Manager. In a perfect world, there should be zero ACD and NACD calls. It means that the script is not controlling the call and the switch has picked it up...
  19. Milesprower

    Defining Report Header in Agent Performance

    Skillset talk time does include hold time. If you have the data dictionary, you are holding the answer in your hands. Look in the front 1/3 of the document to find the database view for your report. For the Agent Performance Report the view is AgentPerformanceStat. The definitions of the...

Part and Inventory Search

Back
Top