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!

Search results for query: *

  1. mte0910

    Incrementing a script variable to get call counts

    I often need to capture "counts" and it can't always be this easy. I use Wild Call Variables to store the numbers and then use a script called TeleCom to read them back to me, or use HDX to write them to SQL.
  2. mte0910

    AACC 6.2 Installation question

    How is this going? I'm planning on going CC7 to AACC 6.2 the same way you described.
  3. mte0910

    Event Handlers in scripting: MOH route on transfer

    A transfer generates a new Call ID, because the call is no longer associated with the Call ID that was assigned music route 99, then the caller will receive the music route associated with the station/ACD/route they are being delivered to. This call is no longer associated with...
  4. mte0910

    Max number of access ports

    CallPilot supports 192 ports (Since one port is reserved for messaging, only 191 ports are available for voice services.)
  5. mte0910

    Need Access port still need/use IVR ports?

    No, you do not have to have IVR ports if you have enough Access Channels to support all of your needs. When used as a menu, Access Channels will be a one-to-one. If used with GIVE BROADCAST, then you can support multiple callers per Channel.
  6. mte0910

    Agents 'stuck' on IDLE in Realtime Display

    Does anyone still have this issue in CC7 SU03? Has anyone married RTD's with historical reports to see if the historical reports support or disagree with what the RTD shows? We have CC7 SU03, and SU0301 on CCMA, and CC7 SU03-SU0304. We are having the "stuck on idle" issue, and the historical...
  7. mte0910

    Not able to delete agent from CC7

    From my experience, when you have this condition, the only way to get the CCMS to release the TN is to reboot the CCMS. Rebooting the CCMA will have no effect, and will a deacquire in 48 will deacquire the TN, the CCMS will not be aware of this action.
  8. mte0910

    Symposium Scripting Expert Question

    Maybe something like... IF CLID_var < 9999999 THEN ASSIGN CLID_var + 10000000 to CLID_var END IF
  9. mte0910

    HDX Scripting How To Agent ID from Call

    Logically, yes it is a very good idea, but if I wanted to record the agent who answered the caller in a database I would have to leverage what I was going to do with the information with the credability of how I collected it. If I simply wanted to try to put callers back to the same agent every...
  10. mte0910

    Unable to login user 118 to CCMS

    Sounds like you just answered your own question. If the Agents phoneset login required box is checked, then the agent must be logged in to use ADD. You also stated that the agent was not logged in when testing. Login the agent or uncheck the box and retest.
  11. mte0910

    Unable to login user 118 to CCMS

    Is 118 a valid agent id? Is agent 118 logged in? In the configuration parameters, do you have the box checked next to "Agents phoneset login required for ADD"? In the configuration parameters, how many agents do you have set as the MAX, and how many are using ADD?
  12. mte0910

    HDX Scripting How To Agent ID from Call

    No, if you queued the call to a skillset, you can not determin the agent id from scripting. You can, of course, get this information in reporting.
  13. mte0910

    Real Time Reporting Error

    This sounds like a multi-cast issue. 1.) On the CCMS, check the Multicast Address and Port Configuration application. a.) Check the TTL, it should be 64. 2.) On the CCMA, check the Real-Time Reporting configuration. a.) If your transmission options is set to Multicast only, check...
  14. mte0910

    Fault in Script

    It's because you haven't done anything for 0. Add this to it... IF counter = 0 THEN EXECUTE SCRIPT MEDCO ELSE
  15. mte0910

    cc6 Scripting and Priority Level Question

    Skillset priorities are tie-breakers for callers. You and I call into the system at the same time but are assigned two different skillsets. There is only one agent in the call center who has BOTH skillsets assigned to them. The skillset priority defines which of the two of us will be answered...
  16. mte0910

    CCMS will not grab ELAN #16

    @one234: I beg to differ. I have many sites where that is not the case. Many times we started with our CC on 16 and CP on 17, then the next CC went to 18, or it was just a matter of adding the CC long after the CP. I have never been "bitten" by this. That said, the old saying "If it's stupid...
  17. mte0910

    CCMS will not grab ELAN #16

    I would revist the WHY....There is no need to have CCMS on ANY particular ELAN.
  18. mte0910

    CCMA 7.0 ActiveX vs. SOAP

    Nope, .NET replaced SOAP back in version 5 or 6.
  19. mte0910

    EASY QUESTION - REPORTS

    The Audit Trail in the CCMA comes straight from icelog.mdb. I wrote a little perl script that takes my icelog.mdb off of each of my CCMA's, get's the logins out of the database, then writes them to a csv file. This way I can see every time someone has logged in (successfully or not) since the...

Part and Inventory Search

Back
Top