Quantcast
Channel: Mitel MiContact Center Knowledge Base » Knowledgebase » Popular Articles
Viewing all 453 articles
Browse latest View live

Screenpop - Configuration Best Practices

$
0
0
Article ID: 51204 - Last Review: October 31, 2013

INFORMATION

Here are the best practices for the configuration of Screenpop.

Enabling prairieFyre MiTAI event logging
If enabled, the prairieFyre Enterprise service will log every single MiTAI event that it receives from the collector service. Events are logged in the DataDirectory\ CallControlEventLog  sub-folder under the main installation directory. The main advantage of these logs is that the Enterprise service logs all events across all nodes on one file, and the events are also timestamped based on arrival time. This helps immensely in troubleshooting MiTAI linking issues. In this file, the call details that arrive from IQ also get logged, e.g. the ANI, DNIS, VerifiedCollectedDigits or other custom fields. To enable this log:

  • Browse to the Services\EnterpriseServer subfolder under the CCM installation directory
  • Open the file prairieFyre.Services.EnterpriseServer.exe.config in a text editor
  • Find the key LogCallTrackingMiTAIEvents. If not present, create it. Set its value to true. The config line would look like:
<add key="LogCallTrackingMiTAIEvents" value="true" />
  • Verify that there is a DataDirectory\CallControlEventLog folder with MiTAIEvents*.txt in it. Here is an example of what the events would look like:

 
All relevant devices must be programmed successfully monitored
This includes queues and extensions (or hotdesking agents in a hotdesking or resilient environment). These devices should be either Telephone System Synchronized or manually programmed if there were synchronization problems. The Advanced Realtime option must be turned on, for otherwise the system will not set MiTAI monitors on them. Even if the devices are all programmed correctly, we must also ensure that monitors were successfully set. The best place to verify this is in the prairieFyre collector service logs, ensuring there are no MiTAI errors (SXERR_* type of errors). The main point is that badly configured devices and/or the absence of monitors result in missing MiTAI events, which in turn means that the MiTAI linker might not able to link IQ port events with path events and agent events, resulting in missing data and no screenpops.
  • Note: On the IQ side, ports must all be configured and monitored properly. Problems due to IQ port monitoring are more apparent than screenpop; the call flow would not execute properly

IQ ports should not be programmed as regular voice extensions
IQ ports get automatically written into the CCM database by the IQ messaging service as special extensions, mainly for smart choice layer and exit code reporting purposes. If programmed manually – using the website or the YSE – and enabled for real-time and advanced real-time monitoring, the MiTAI linker will produce linking errors and as such screenpop will not produce correct results, esp. in a network ACD environment.

IQ ports should be programmed on the same Gateway as the Queues

When a call is transferred from a port on one gateway to a queue on a second gateway, some call details are lost due to a MiTAI limitation.  Most commonly we see ANI and DNIS being changed.  In order to prevent this, it is recommended to have the IQ Ports and Queues on the same Gateway.

What to do when UPiQ and/or callbacks are present?
As far as screenpop, and in order to reduce the MiTAI linking overhead, it is best for MiTAI events arriving on UPiQ ports and callback capture ports be ignored. Here is how the MiTAI linker in the Enterprise service ignores UPiQ and callback capture ports:

  • Browse to the Services\EnterpriseServer subfolder under the CCM installation directory
  • Open the file prairieFyre.Services.EnterpriseServer.exe.config in a text editor
  • Find the key named MitaiLinkerPortIgnoreList.  If not present, add it. Set its value to a comma delimited list of ports or port ranges. Example:
<add key="MitaiLinkerPortIgnoreList" value="2230 , 2250-2260, 2270" />

DNIS Linkage
Preserving the dialed digits is necessary when Screenpop is configured to utilize the DNIS field when popping. In many situations, esp. in a clustered Network ACD environment, the MiTAI events that arrive on the path (PathRequestACD) and on the end device (CallReceived events) may not have the original dialed digits. The best place where the dialed digits are obtained is when captured at the IQ port. In order for the system to preserve those and not replace them, it is recommended that the DNIS be programmed in the CCM database

Time spent in the IVR
In a high load environment where the system processes thousands of calls per hour, MiTAI call IDs recycle very fast, sometimes in a matter of minutes. It is important that the MiTAI linker not keep track of stale calls and to dispose them ASAP. Once such way is to configure the time a call spends in IQ (or any IVR) before it gets transferred to a path or an end device. For example, if the IVR call flow is a simple one where callers typically spend no more than, say, 2 minutes before they are transferred, then it would be a good idea to have the MiTAI linker dispose such stale calls within 3 minutes. Here is how to do it:
  • Browse to the Services\EnterpriseServer subfolder under the CCM installation directory
  • Open the file prairieFyre.Services.EnterpriseServer.exe.config in a text editor
  • Find the key named MitaiLinkerMaxTimeInSecsInIVRBeforeRouting.  If not present, add it. Set its value to the desired time in seconds. The config line would look like:
<add key="MitaiLinkerMaxTimeInSecsInIVRBeforeRouting" value="180" />

Time until the MiTAI linker disposes a finished call from its memory
This is just another option that would allow the system to recycle calls faster. If there are no special requirements (e.g. a pro-serv component that taps into the call long after it finishes), there is no need for the system to keep tracking calls for longer than 15 seconds after they are finished. Here is how to configure this option:
  • Browse to the Services\EnterpriseServer subfolder under the CCM installation directory
  • Open the file prairieFyre.Services.EnterpriseServer.exe.config in a text editor
  • Find the key named MitaiLinkerMaxTimeInSecsToRecycleAfterCallCleared.  If not present, add it. Set its value to the desired time in seconds. Example
<add key="MitaiLinkerMaxTimeInSecsToRecycleAfterCallCleared" value="15" />

Required fields on the client to prevent blank or duplicate pop-ups
In many cases, esp. in a clustered network environment, screenpop would be configured to pop on more than just one field. A field in this context is one of PFANI, PFDNIS, PFCollectedDigits, PFVerifiedCollectedDigits, or any other custom field. Due to a) the speed at which the PBXs deliver events (agent controllers are typically faster machines than queuing gateways), and b) the order in which the events arrive, the MiTAI linker in the Enterpise service may not have yet received and linked all required events at the time when a call rings at an end device. This means that the client would receive the necessary data in more than one batch. In order for the client to not invoke Screenpop with incomplete data which would end in blank pop-ups, one can configure a list of ‘required’ fields. Here is how to do it:
  • On the client machine, browse to the Applications\ContactCenterClient sub-folder under the client installation directory
  • Edit the file ContactCenterClient.exe.config in a text editor
  • Find the key WebPopRequires. If not present, add it. Set its value to a comma delimited list of fields. This ensures that the the Screenpop application (or URL) will not be invoked until all fields arrive. The fields are not case sensitive. Here is an example of how that config line would look like:
<add key="WebPopRequires" value="PFDNIS, PFVERIFIEDCOLLECTEDDIGITS"/>


HotFix KB471949 - Agent Performance by MakeBusy missing some pegs

$
0
0
Article ID:  - Last Review: July 2, 2019

PROBLEM

The Agent Performance by Make Busy report was missing some pegs when compared to other reports.



RESOLUTION

This Hotfix is to be installed onto MiContact Center Business version 9.0.1.0.

  1. Ensure that KB447353 is installed.
  2. Ensure that KB466294 is installed.
  3. Ensure that KB470763 is installed.
  4. Ensure that KB470782 is installed.
  5. Go to https://www.mitel.com/
  6. Click the Login button.
  7. Click the Sign in button under MiAccess.
  8. On the left, select the Software Download Center.
  9. Expand the tree to MiContact Center Business and then down to MiContact Center Business 9.0.1.0 and HotFixes.
  10. Download the KB471949 HotFix to the MiContact Center server.
  11. Double-click the KB471949 and follow the on-screen prompts.
  12. Wait for the repackager and auto-updates to complete.

NOTE: Installing this Hotfix will restart the MiContact Center services.  To avoid service interruption install this patch after hours or during a scheduled maintenance window.

APPLIES TO

MiCC 9.0.1.0 

Keywords: 471949 KB471949 MKB MakeBusy Make Busy Agent Performance report reports peg count

Release Notes for MiContact Center Business version 9.1.2.0

$
0
0
Article ID: 52634 - Last Review: July 15, 2019

Information

Please see the attached DRN document for details on the MiContact Center Business version 9.1.2.0.

Note that there is both a SIP and MiVoice Business (MiVB) version of the release notes.  Consult the one relating to your deployment.


APPLIES TO

MiCC 9.1.2.0 

Keywords:

HowTo - Setup the PBX Simulator

$
0
0

Article ID: 51207 - Last Review: July 18, 2019

INFORMATION

You can demonstrate the real-time and reporting functionality or play back historical MiVoice Business data to test real-time issues on a MiContact Center Business lab system using the PBX simulator packaged with the installation.

NOTE: The simulator should only be used on non-live systems as it will interrupt data collection from any live MiVoice Business.


 

Collecting the data to be simulated

The simulator can play back up to one full day's data.  It can be played back in real-time or a multiplied speed.  It can also be repeated several times if needed.

The simplest way to collect the simulation data is to collect a support package from a live server.  More information on this can be found in the following knowledgebase article.  Ensure that you specify the date for the telephone data to be simulated so that it is included in your package.


Installing the PBX Simulator

  1. Log into the MiContact Center Business server you wish to use for simulation as a local administrator and/or service account.
  2. Navigate to [InstallDir]\Support\PBX Simulator .
  3. Double-click the PBXSimulatorSetup.exe .
  4. Follow the on-screen prompts to install the service.
  5. When finished you should see a prairieFyre PBX Simulator Service listed in the services control panel.


 

Preparing the server for simulation

On your MiContact Center Business lab system you will need to ensure that it has sufficient licensing to perform the needed tasks.  Simulation mode treats the data as live, so it uses the same licensing as the live server did.  More information on this can be found in the following knowledgebase article.

  1. Restore the backup from your live server source
    1. Launch Contact Center Client as an administrator
    2. Go to Tools>Management>Configuration >Back up/Restore configuration data.
    3. Select Restore>Lab Restore and then select from this file and browse to your support package.  Click Next and wait for the process to complete.
  • NOTE:  Immediately after restoring a package the CPU usage on the server may climb for a few minutes as the Configuration Manager service caches the new configuration.  If performance is poor, just wait until the CPU usage comes back down before proceeding.
  • Restart the Contact Center Client when prompted.
  • Using the Windows File Explorer open up [InstallDir]\DataDirectory\ .
  • Using the Windows File Explorer open the support package and browse to the DataDirectory folder.  You will see a number of Node_## folders inside.  This is your raw data.
  • Copy the Node_## folders from the Package over to the [InstallDir]\DataDirectory\ and overwrite if prompted.
  • Determine which Nodes will be simulated by launching YourSite Explorer and noting which media servers are involved.
    • NOTE: real-time uses MiTAI heavily, and as such you should simulate every media server that your simulated calls may touch.  Trying to simulate only an Agent controller when a separate queueing gateway was present on the live source will result in unpredictable results.
    • In YourSite Explorer each media server is given a Media Server ID number.  This is the Node folder number.  eg:  The raw data for Media Server ID 3 would be in the Node_03 folder.
    • For the media servers being simulated you will need to browse to [InstallDir]\DataDirectory\ and each of their node folders.  Unzip the raw data files for the day to be simulated (filenames are dates. A for ACD stream, S for SMDR stream, and you can ignore T files as they do not simulate.  eg: a20190621.zip is the ACD data for 2019, June, 21st.).  You should now have both the ZIP and TXT for each of these files.  Repeat for every Node you need to simulate.


     

    Configuring a media server for simulation

    1. Launch YourSite Explorer as an administrator.
    2. Go to Media Servers and select the media server to be simulated.
    • NOTE: If this lab is on the same network as the live source server, or the MiVoice Business can be reached from this network address you should start by changing the IP address of the media server to an unused placeholder IP (if only one media server is being simulated, feel free to simply configure it as 127.0.0.1).
  • Under the General tab, edit the Computer Name field and change it to the MiContact Center Business lab computer (it will be showing Pacified computer at first, since you performed a Lab restore of the package).  This tells the system that this computer is the one who should be collecting data from this media server.
  • Click the Data collection tab.
  • On the left it will be set to TCP by default.  Change this to Simulation.  Note the warning and click Okay.
  • First configure the Run the simulation for this many telephone system days field.  Note that this is how many times it will repeat the simulation.  You will only be playing back one day's data.
  • Next configure the Run the simulation at ## times the normal speed field.  In most cases you want this configured to 1.  You can play back as fast as 40 times normal speed, but when simulating faster than 1 times you may experience unexpected results due to MiTAI linking race conditions caused by the unrealistic playback.
  • Specify the SMDR file (this is the S########.TXT file you unzipped in the Node_## folder).
  • Specify the ACD file (this is the A########.TXT file you unzipped in the Node_## folder).
  • Specify the Simulation start time.  This is what time in the raw data the simulation will start playing back.
    • NOTE: If watching for a specific event or state change you must start far enough back to have a valid state change before it in order for the simulation to have a starting state.  One 15 minute interval is usually far enough.
  • Specify the Simulation end time.  This is where in the raw data the playback will stop.
  • Check the box for Enable MiTAI for this simulation.
  • Save these changes.
  • Repeat the above process for every media server to be included in the simulation.  Note that they will need to be pointed to their own S and A files (Node_## matching their Medi Server ID ##), and all other settings should match, otherwise the data will be coming in out of order.


     

    Starting the actual simulation

    1. Open the Services Control Panel.
    2. Restart the MiContact Center Data Collection service.
    3. Restart the MiContact Center MiTAI Proxy service.
    4. Restart the MiContact Center Enterprise service.  Wait 1 to 2 minutes.
    5. Launch your real-time applications and get the appropriate monitors for playback opened.
    6. In the Service Control Panel restart the prairieFyre PBX Simulator Service.
    • NOTE: This service will now pre-cache all raw data needed for the simulation, then start playback.  The caching process can take several minutes depending on the amount of data involved.



     

    Additional information

    The PBX simulator can be used to demonstrate real-time monitors and activities in Contact Center Client, Desktop Ignite, and Web Ignite.  For example if you have an agent logged into Web Ignite and simulate a day where they were genuinely logged in, the display will keep up to date.  The Inbox will show calls as they are simulated, and screenpops will attempt to launch as normal.  You cannot interact, of course as there is no live PBX to receive commands.

    Since the server treats the simulated data as if it was live, the current day's A and S files will populate with the records as they are played back.


    HotFix KB479702 - Multiple client application, reporting, and agent greeting fixes

    $
    0
    0
    Article ID: 52635 - Last Review: July 26, 2019

    PROBLEM

    This Hotfix addresses multiple issues:

    • YourSite Explorer warning of high memory usage too early and too frequently
    • YourSite Explorer not giving a validation warning when a queue name exceeds 20 characters
    • Agent State real-time monitors inside the Contact Center Client not allowing membership to be set via the Agent Group, resulting in missing members
    • Log in and Log out times in Event reports were swapping AM and PM values when the report was converted to PDF format
    • A race condition causing the Agent Greeting engine to connect two separate calls that arrived simultaneously, resulting in the greeting for one call being played to the other


    RESOLUTION

    This Hotfix is to be installed onto MiContact Center Business version 9.1.1.0

    1. Ensure that KB479209 is installed.
    2. Go to https://www.mitel.com/
    3. Click the Login button.
    4. Click the Sign in button under MiAccess.
    5. On the left, select the Software Download Center.
    6. Expand the tree to MiContact Center Business and then down to MiContact Center Business 9.1.1.0 and HotFixes.
    7. Download the KB479702 HotFix to the MiContact Center server.
    8. Double-click the KB479702 Hotfix and follow the on-screen prompts.
    9. Wait for the repackager and auto-updates to complete.
    NOTE: Installing this Hotfix will restart the MiContact Center services.  To avoid service interruption apply this patch after hours or during a scheduled maintenance window.

    APPLIES TO

    MiContact Center Business 9.1.1.0 

    Keywords: Hotfix 479702 KB479702 agent greeting PDF AM PM high memory warning validation queue characters

    HotFix KB482455 - Internal user's phone number not visible in Web ignite

    $
    0
    0
    Article ID: 52636 - Last Review: August 19, 2019

    PROBLEM

    When searching for an employee, the call button would not display if the employee had only one extension associated. 


     

    RESOLUTION

    This Hotfix is to be applied onto MiContact Center Business version 9.1.2.0

    1. Go to https://www.mitel.com/
    2. Click the Login button.
    3. Click the Sign in button under MiAccess.
    4. On the left, select the Software Download Center.
    5. Expand the tree to MiContact Center Business and then down to MiContact Center Business 9.1.2.0 and HotFixes.
    6. Download the KB482455 HotFix to the MiContact Center server.
    7. Double-click the KB482455 and follow the on-screen prompts.
    8. Wait for the repackager and auto-updates to complete.

    NOTE: applying this Hotfix will restart the MiContact Center services.  To avoid service interruption apply this patch after hours or during a scheduled maintenance window.

    APPLIES TO

    MiCC 9.1.2.0 

    Keywords: Hotfix 482455 KB482455 contact employee web-ignite web ignite search call dial

    ALM0161 - Cloudlink Proxy client login failed

    $
    0
    0
    Article ID: 52638 - Last Review: August 19, 2019

    DESCRIPTION

    The Cloudlink Proxy was unable to authenticate with Cloudlink using the credentials stored during the client creation process in Yoursite Explorer.


    SEVERITY

    Major 



    IMPACT

    The Cloudlink proxy will no longer be able to communicate with Cloudlink until this is resolved. The Cloudlink proxy will no longer be able to receive incoming chat sessions, publish messages for say/ask activities on behalf of Queues/MediaServers, or add/remove participants from Cloudlink chat sessions.

     



    TROUBLESHOOTING STEPS

    1. Review the Cloudlink proxy logs for an indication of why the login failed.
    2. Restart the Cloudlink Proxy application pool in IIS to have the proxy attempt to re-authenticate.
    3. Re-Authenticate/Recreate the Cloudlink Proxy Client on the Cloudlink tab of the Enterprise page in YSE.

    APPLIES TO

    MiCC 9.2 or newer with Cloudlink Chat enabled 

    Keywords: cloudlink proxy alarm event

    Event and Alarm Descriptions

    $
    0
    0
    Article ID: 51286 - Last Review: August 19, 2019

    TABLE OF CONTENT

    CCM displays error and event messages to inform you of successful and unsuccessful operations. A subset of the error and event messages have been assigned unique ID numbers in the form ABC####

    ALM -- Alarms
    ALM0001IVR File synchronization error
    ALM0002IVR Missing audio file
    ALM0003IVR Port out of service
    ALM0004IVR Ports out of service count
    ALM0005IVR Calls processed per hour
    ALM0006IVR Invalid destination for callback
    ALM0007IVR Workflow failed to execute
    ALM0008IVR Average time to answer
    ALM0009Mitai congestion errors
    ALM0010Connection to alarm agent lost
    ALM0011Service restart detected
    ALM0012High CPU usage
    ALM0013Low disk space
    ALM0014Low available memory
    ALM0015IVR Bad audio file
    ALM0016IVR Insufficient out bound ports
    ALM0017IVR Port in DND
    ALM0018IVR Port not answering
    ALM0019IVR UPIQ port deprived
    ALM0020IVR phone audio error
    ALM0021Data filing IO problem
    ALM0022IIS problem
    ALM0023MSMQ problem
    ALM0024SQL problem
    ALM0025License violation
    ALM0026Invalid configuration
    ALM0027Media server offline
    ALM0028Media server data timeout configuration
    ALM0029PBX to PC time drift
    ALM0030Data collection
    ALM0031Data link
    ALM0032Messaging service down
    ALM0033IQ audio problem?
    ALM0034Invalid agent destination callback
    ALM0035UPIQ port deprived
    ALM0036Maintenance
    ALM0037Queue Control
    ALM0038Service High memory (bytes)
    ALM0039IVR Calls Forwarded
    ALM0040Service High CPU usage (%)
    ALM0041Client Server Version Mismatch
    ALM0042IVR Ports over licensed
    ALM0043IVR Not licensed for Web Callbacks
    ALM0044No Default Audio Driver Found on Local Box
    ALM0045IVR Missing Callflow Device
    ALM0046
    ALM0047
    ALM0048Router Certificate Expiry
    ALM0049Listener Offline
    ALM0050SIP Drive Low Disk Space
    ALM0051SQL Drive Low Disk Space
    ALM0052CCM Drive Low Disk Space
    ALM0053OS Drive Low Disk Space
    ALM0054Resiliency in Effect
    ALM0055HCI/CTI/TAPI Call Control Allowed
    ALM0056HCI/CTI/TAPI Monitor Allowed
    ALM0057Message Waiting
    ALM0058Do Not Disturb
    ALM0059Public Network Access via DPNSS
    ALM0060Recorded Announcement Device
    ALM0061SMDR External
    ALM0062SMDR Internal
    ALM0063Suppress Simulated CCM after ISDN Progress
    ALM0064ACD 2000 - Auto Logout Last Agent On No Answer
    ALM0065ACD Make Busy Walk Away Codes
    ALM0066ACD Real Time Events Feature Level
    ALM0067Extended Digit Length
    ALM0068MCD - Report Transfers
    ALM0069Network Format
    ALM0070Report Account Codes
    ALM0071Report Incoming Calls
    ALM0072Report Internal Calls
    ALM0073Report Meter Pulses
    ALM0074Report Outgoing Calls
    ALM0075SMDR Meter Unit Per Station
    ALM0076SMDR Record Transfer
    ALM0077System Identification
    ALM0078Time Change Reporting
    ALM0079Twenty-four Hour Time Reporting
    ALM0080ANI/DNIS/ISDN/CLASS Number Delivery Reporting
    ALM0081Extended Time To Answer
    ALM0082Standardized Network OLI
    ALM0083Standardized Call ID Format
    ALM0084Report Internal Unanswered Calls
    ALM0085SMDR Extended Reporting Level 1
    ALM0086SMDR Extended Reporting Level 2
    ALM0087Report Attendant Name
    ALM0088Account Code Reporting for Internal Calls
    ALM0089Path Reporting for Internal ACD2 Calls
    ALM0090Enable Agent Group Events
    ALM0091Path Real Time Events Enabled
    ALM0092SMDR Time Rollback
    ALM0093ACD Time Drift
    ALM0094System ID Data vs Config Check
    ALM0095Missing Devices Alarm
    ALM0096Historical Agent Activity Alarm
    ALM0097Duplicate System ID withing Cluster
    ALM0098You must perform an initial media server synchronization
    ALM0099Work timer mismatch between this COS and its associated Queues and Agents
    ALM0100MiTAI Link is down
    ALM0101IVR Insufficient outbound ports
    ALM0102Routing Service General Failure
    ALM0103Monitoring agent ringing state not enabled
    ALM0104Carrier plan not associated to a media server or trunk group
    ALM0105Secondary line use detected for agent(s) and "Ignore agent secondary line activity" is not enabled
    ALM0106Calls handled between 11:30pm and 12:30am and "This enterprise operates 24 hours a day" is not enabled
    ALM0107OAI Data link is down
    ALM0108Uncosted extensions making outbound calls
    ALM0110No UPiQ ports programmed on PBX
    ALM0111MiTAI failed to initialize
    ALM0113MiTAI performed a hotrestart
    ALM0114Callback request failed to save
    ALM0016Outbound Dialer failed to execute Outbound Call Flow
    ALM0117Duplicate reporting numbers present
    ALM0118Hotdesking and traditional agent mismatch
    ALM0119Windows Search Service is not started
    ALM0121Router invalid transfer destination
    ALM0122Storage service not polling
    ALM0123CCMRouting database is full
    ALM0124Items in the mail server Failed folder
    ALM0125Emails in FailedRoute state
    ALM0126Media server synchronization failed
    ALM0128Concurrent calls have exceeded licensed amount
    ALM0129Emails in outbox with exceeded max retries
    ALM0133Conversations in Outbox cannot be indexed
    ALM0134Conversations cannot be indexed
    ALM0135Conversations are missing Tag information
    ALM0136Routing Media Service cannot connect to the CCMRouting database
    ALM0137Error playing back Text-to-speech from the Nuance Speech Server
    ALM0138MRCP initialization error
    ALM0139Speech recognition request failed
    ALM0141Failed to save SMS configuration locally
    ALM0142SMS connection creation error
    ALM0143Invalid SMS connection configuration
    ALM0144Invalid SMS service configuration
    ALM0145SMS connection not polling
    ALM0146Update validation mismatch detected
    ALM0152Storage path is not accessible from the Storage Service
    ALM0153Storage path is not accessible from MCCWa
    ALM0154Unable to connect to MassTransit
    ALM0155Elasticsearch is down
    ALM0156Unable to move emails to Processed folder
    ALM0160Cloudlink Proxy is inaccessible
    ALM0161Cloudlink Proxy client login failed

    CFG - Configuration
    CFG0001Configuration Service General Failure
    CFG0002Call Accounting Upgrade Failure
    CFG0003Multimedia (MCC) Client History Backup Failure
    CFG0004CCM Configuration Backup Failure
    CFG0005License Server Failure
    CFG0006Couldn't disable Dr.Watson
    CFG0007Unable to acquire invoker DN for third party join/leave control
    CFG0008Unable to unblock CCC ports in the Windows Firewall
    CFG0009Configuration Wizard Unable to Configure CCMWeb for Windows Authentication
    CFG0010Unable to configure CCMWeb for Anonymous Authentication
    CFG0011SIP Address or Line URI Already in Use
    CFG0012An agent shift lasted past midnight
    CFG0013A Front End time is not synchronized to the Router time
    CFG0014Unable to Monitor Performance Counter
    CFG0015YSE: Import CSV general error
    CFG0016YSE: Email server connection test general error
    CFG0017Support package creation general error
    CFG0019Couldn't load license agreement file
    CFG0021Microsoft IIS is not installed
    CFG0022Not enough hard drive space
    CFG0023Not enough RAM
    CFG0024Missing deployment package
    CFG0025Login attempt without adequate licensing to manage the web site
    CFG0026YSE Profile Mismatch
    CFG0036Cannot connect to RealTime server
    CFG0042Powershell 2.0 not installed
    CFG0043The Powershell Lync module is not installed
    CFG0044There was a problem communicating with PBX
    CFG0045There was a problem with your credentials
    CFG0046There was a problem with the supplied MiXML login
    CFG0048An unknown error occurred on the media server
    CFG0049Workstation has lost trust with the domain
    CFG0050An object has already been modified
    CFG0051Enterprise IP address not found in registry

    VWM - Visual Workflow Manager
    VWM0001IVR Callback Make Call failed
    VWM0002IVR Callback Calling Customer Invalid Phone Number
    VWM0003No Callflow Associated with Port
    VWM0004Port Is Associated With Another Server
    VWM0005Port's Virtual Identifier is Invalid
    VWM0006Config Service not Running and No DSTourSite in Cache Folder
    VWM0007Tap Call Delayed More Than 100 Times
    VWM0008Tap Call Failed
    VWM0009Duplicate Dialable for Queue Detected
    VWM0010Realtime Events Disabled for Queue
    VWM0011Could Not Connect to Excel File
    VWM0012Port Out Of Service
    VWM0013Port Not Monitored
    VWM0014Failed to Connect to MiTAI Proxy Server
    VWM0015Enterprise Server Real-time Trace Buffer Overflow
    VWM0016Invalid Hunt Group Members Detected
    VWM0017No Sound Card Detected
    VWM0018Invalid Audio File Detected
    VWM0019Outbound Dialer Failed to Execute the Outbound Callflow
    VWM0020IVR Node is missing
    VWM0021No UPiQ ports assigned
    VWM0022CallReceivedEvent Queue is filling up
    VWM0023Transfer activity invalid destination
    VWM0024Call flow creation exceeded 4 seconds
    VWM0025IVR port failed to transfer call due to MiTAI error
    VWM0026PowerShell disabled on IVRInbound/IVROutbound system
    VWM0027WebService configuration out of date

    MPS - MiTAI Proxy Server
    MPS0001Failed to Open MiTAI Connection to PBX

    REP - Reporting
    REP0001Distribution - Can Not Print Excel Report When Protected View is Enabled
    REP0002Excel Not Installed
    REP0003Exception Thrown on Attempt to Kill Process
    REP0004Generate Report - Data Limit Exceeded
    REP0005Generate Report - Column Limit Exceeded
    REP0006Generate Report - Out Of Memory Exception
    REP0007Invalid Default Printer
    REP0008No Default Printer
    REP0009Report Distribution - Preferred Printer Unavailable
    REP0010Report Distribution - Print Locally
    REP0011No Printers Available
    REP0012Unknown Error
    REP0013Report Distribution - Available Printers
    REP0014Unknown Error Checking for Installed Printers
    REP0015Forecast Report - Unable to Export Forecast to Excel from CCC or WFS
    REP0016Reporting parameter missing. Using default.
    REP0017No report parameter, No default available, setting state failed
    REP0018Report failed to generate. Invalid report parameters
    REP0019Unable to determine the type of report to generate
    REP0020Failed to set the current thread to the specified user
    REP0021No file to distribute
    REP0022Failed to print to PDF
    REP0023Report failed to print locally
    REP0024PDF report failed to generate

    CaR - Call Recording
    CAR0001Oaisys Call Not In Progress During Call Tagging
    CAR0002License not available
    CAR0003Could not reach OAISYS server

    SMA - Service Monitoring Agent
    SMA0001Unable to Connect to the Service Monitoring Agent
    SMA0002Monitored Services Disabled
    SMA0003Alarm Has Expired and Will Be Cleared

    MAD - Maintenance Alarm Dispatcher
    MAD0001Unable to Connect to the Maintenance Alarm Dispatcher
    MAD0002Unable to Connect to the Alarm Feed
    MAD0003Unable to Find the SNMP Memory Mapped File

    DSS - Data Synchrtonization Service
    DSS0001Unable to Access an Active Directory (AD) Object
    DSS0002Multiple media servers with same IP address
    DSS0003Synchronization failed due to MiXML error
    DSS0004Synchronization failed due to Intertel error
    DSS0005Synchronization failed due to Active directory error
    DSS0006Synchronization failed due to Commit error
    DSS0007Synchronization failed due to Unknown error
    DSS0008Queue conversion failure

    IGN - Ignite
    IGN0001Cannot sign in to Ignite
    IGN0002IVQ panel is missing when Ignite is launched
    IGN0003Ignite no longer offers Agent Control features
    IGN0004Ignite no longer responding after long period of time
    IGN0005Ignite stops functioning correctly
    IGN0006Requested media item not found

    ELS - Elasticsearch
    ELS0001Elasticsearch sniffing error caught. Unable to connect to Elasticsearch server.

    Keywords: Event Descriptions Alarm

    ALM0160 - Cloudlink Proxy is inaccessible

    $
    0
    0
    Article ID: 52637 - Last Review: August 19, 2019

    DESCRIPTION

    The Cloudlink Proxy service is not accessible by the Routing Media Service. This will prevent the accurate reporting of the state of alarms raised/cleared by the Cloudlink Proxy.

    SEVERITY

    Major 



    IMPACT

    The Routing Media Service can not communicate with the Cloudlink Proxyand will be unable to retrieve alarm states from the Cloudlink Proxy. If Cloudlink Chat is being used the impact will be a disruption of Chat service. The Routing Media Service relies on the Cloudlink Proxy for incoming chat sessions and transcripts from Cloudlink. The Routing Media Service relies on the Cloudlink Proxy to add/remove participants from Cloudlink chat sessions, as well as publish messages for Say/Ask activities.

     



    TROUBLESHOOTING STEPS

    1. Ensure IIS is started.
    2. Ensure the CloudlinkProxy Application pool in IIS is started and running.
    3. Review the Routing Media Service logs for additional context.
    4. Review the Cloudlink Proxy logs for additional context.
    5. Review the CloudlinkProxy status page (http(s)://[Server Ip]/Cloudlinkproxy/home) to ensure the service is available and able to interact with other MiCC services.
    6. Reset the CloudlinkProxy application pool if the application pool or site appears unresponsive. 


    APPLIES TO

    MiCC 9.2 or newer with Cloudlink Chat enabled 

    Keywords: cloudlink proxy alarm event

    HotFix KB482456 - WFM Connector not populating Teleopti data

    $
    0
    0
    Article ID: 52639 - Last Review: August 20, 2019

    PROBLEM

    The WFM Connector was not populating Teleopti data for the Agent Contact Queue Data due to a SQL timeout.  This is more common on sites with large databases.


     

    RESOLUTION

    This Hotfix is to be applied onto MiContact Center Business version 9.1.0.0

    1. Go to https://www.mitel.com/
    2. Click the Login button.
    3. Click the Sign in button under MiAccess.
    4. On the left, select the Software Download Center.
    5. Expand the tree to MiContact Center Business and then down to MiContact Center Business 9.1.0.0 and HotFixes.
    6. Download the KB482456 HotFix to the MiContact Center server.
    7. Double-click the KB482456 and follow the on-screen prompts.
    8. Wait for the repackager and auto-updates to complete.
    9. Go to [InstallDir]\Services\ConfigService\ .
    10. Launch the GlobalAppSettingsEditor.exe .
    11. Fill in a line with:
    • Application: prairieFyre.WFM.Service.exe
    • SectionGroup: prairieFyre.WFM.Controller.Common.Properties.Settings
    • Name: SQLCommandTimeoutSeconds
    • Value: (Enter a value in seconds for the command timeout.  This depends on the size of your database and how long it takes to process.  Start with 480 and adjust as needed)
  • Fill in a second line with:
    • Application: prairieFyre.WFM.Service.exe
    • SectionGroup: prairieFyre.WFM.Controller.Common.Properties.Settings
    • Name: SQLReconnectRetriesCount
    • Value: 5 (you can adjust this value as needed)
  • Click Save.  Note that it can take up to two minutes for the settings to save.  Wait for a confirmation prompt before closing the application.
  • Run the Historical Data Recollector tool as normal.
  • NOTE: applying this Hotfix will restart the MiContact Center services.  To avoid service interruption apply this patch after hours or during a scheduled maintenance window.



    APPLIES TO

    MiCC 9.1.1.0 

    Keywords: Hotfix 482456 KB482456 Teleopti SQL timeout WFM WorkForce Management connector

    HotFix KB482488 - Contact Center Client Error - Profile Load Error

    $
    0
    0
    Article ID: 52640 - Last Review: August 27, 2019

    PROBLEM

    A Contact Center Client profile which employs a sound option in alarms will no longer load after upgrading from an earlier version to 9.1.1.0.

    RESOLUTION

    This Hotfix is to be installed onto MiContact Center Business version 9.1.1.0

    1. Ensure that KB479209 is installed.
    2. Ensure that KB479702 is installed.
    3. Go to https://www.mitel.com/
    4. Click the Login button.
    5. Click the Sign in button under MiAccess.
    6. On the left, select the Software Download Center.
    7. Expand the tree to MiContact Center Business and then down to MiContact Center Business 9.1.1.0 and HotFixes.
    8. Download the KB482488 HotFix to the MiContact Center server.
    9. Double-click the KB482488 and follow the on-screen prompts.
    10. Wait for the repackager and auto-updates to complete.

    NOTE: Installing this Hotfix will restart the MiContact Center services.  To avoid service interruption please install this patch after hours or during a scheduled maintenance window.

    APPLIES TO

    MiCC 9.1.1.0. 

    Keywords: Hotfix 482488 KB482488 ccc contact center client profile error alarm

    ENS0001 – Enterprise server long execution cycle

    $
    0
    0
    Article ID: 52641 - Last Review: August 29, 2019

    DESCRIPTION

    The Enterprise Server Service has encountered a longer than normal execution cycle. 



    SEVERITY

    Minor 



    IMPACT

    The Enterprise Server provides and processes Real-Time data and Employee event controls, if the server takes longer to process data, you may encounter delays in state changes, Inbox details, Real-Time monitor statistics, etc. 



    TROUBLESHOOTING

    There can be a few reasons why the Enterprise Server is taking too long:

    1. Insufficient CPU resources available for the Enterprise Server Service to perform its necessary calculations.
    • Make sure that the system has been allocated sufficient resources as per the MiContact Center Business and MiVoice Analytics System Engineering Guide
  • Contact Center Clients (CCC) requesting a large number of monitor details.
    • Look into Enterprise Server logs for logs similar to:
      • RTClient::ProcessInboundMessages() took …
      • RTClient::ProcessOutboundMessages() took …
  • IVR Workflow with a logical error causing an ‘infinite loop’ sending large amounts of data non-stop to the Enterprise Server Service to process.
    • Check all IVR services and see if any are using an excessive amount of CPU resources.
    • Once a possible source has been found, examine the logging of the source Service.  Logs should indicate rapid condition checks against a Workflow.
    • Examine the culprit Workflow and modify it to have a definitive “END”.
    • Easy to spot issues are ‘loops’ where a call can constantly go through the same Activity over and over. 


    APPLIES TO

    MiCC 7.1 and newer 

    Keywords: Event Alarm ENS0001 enterprise server long execution cycle

    HowTo - Setup a Reverse Proxy in Apache for webchat

    $
    0
    0
    Article ID: 52450 - Last Review: September 10, 2019

    INFORMATION

    Apache web servers enable multiple methods of implementing reverse proxies. The following is the tested and supported configuration for implementing reverse proxying on an Apache web server with Multimedia Contact Center.

    NOTE: This method assumes the reverse proxying is being done for a Virtual Host, but this method can also be used at the Main Site level.

    To set up a reverse proxy, the web administrator must enable specific modules in their http.conf file and add and configure fields to define their website’s routing rules for reverse proxying.

    To configure reverse proxy on an Apache web server
    1. On your Apache web server, open your http.conf file in an editor.
    2. Enable the following modules:

    • LoadModule dir_module modules/mod_dir.so
    • LoadModule env_module modules/mod_env.so
    • LoadModule filter_module modules/mod_filter.so
    • LoadModule headers_module modules/mod_headers.so
    • LoadModule include_module modules/mod_include.so
    • LoadModule log_config_module modules/mod_log_config.so
    • LoadModule proxy_module modules/mod_proxy.so
    • LoadModule proxy_connect_module modules/mod_proxy_connect.so
    • LoadModule proxy_html_module modules/mod_proxy_html.so
    • LoadModule proxy_http_module modules/mod_proxy_http.so
    • LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
    • LoadModule request_module modules/mod_request.so
    • LoadModule setenvif_module modules/mod_setenvif.so
    • LoadModule substitute_module modules/mod_substitute.so
    • LoadModule xml2enc_module modules/mod_xml2enc.so

    3. In your site configuration section, add the following:

            <VirtualHost *:80>
            ServerName [Server Name]
            ProxyPreserveHost Off
            RequestHeader unset Accept-Encoding
            FilterDeclare MICCFILTER
            FilterProvider MICCFILTER SUBSTITUTE "%{REQUEST_URI} =~ m#^/#"
            DocumentRoot “[Website Root]"
            <Directory "[File Path]"
    >
            Options Indexes FollowSymLinks
            AllowOverride None
            Require all granted
            </Directory>
            <LocationMatch "/(?<CCMWABASE>(?i)ccmwa)/">
            ProxyPassMatch "[Enterprise Server IP Address]"
            FilterChain + MICCFILTER
            Substitute "s|http(s)?://[Enterprise Server IP Address]/ccmwa/(.*)|http$1://[WebSiteURL]/$2|i"
            </LocationMatch>
            #LogLevel debug
            </VirtualHost>

    4. Replace [ServerName] with your server name.  For example, www.wickedtix.com
    5. Replace [Website Root] with the root of the website through which you are offering chat.  For example, C:\SALES\WickedTixNew.
    6. Replace [File Path] with the file path to the website through which you are offering chat.  For example, C:\SALES\WickedTixNew.
    7. Replace [Enterprise Server IP Address] with your MiContact Center Enterprise Server IP Address.
    8. Replace [WebSite URL] with the URL of the website through which you are offering chat.  For example, www.wickedtix.com/ccmwa/.
    9. If you are not including CCMWa in the WebSite URL, replace ccmwa in LocationMatch with the appropriate extension on the URL.
    10. Save and close http.conf.
    11. Restart your Apache web server.

    APPLIES TO

    MiCC Webchat Version 8.0 and newer 

    Keywords: webchat reverse proxy howto

    Release Notes for MiContact Center Business version 9.1.3.0

    $
    0
    0
    Article ID: 52634 - Last Review: October 15, 2019

    Information

    Please see the attached DRN document for details on the MiContact Center Business version 9.1.3.0.

    Note that there is both a SIP and MiVoice Business (MiVB) version of the release notes. Consult the one relating to your deployment.


    APPLIES TO

    MiCC 9.1.3.0

    Keywords: DRN Detailed Release Note

    Pre-Requisite Software Compatibility by MiCC Version

    $
    0
    0
    Article ID: 51491 - Last Review: , October 15, 2019

    INFORMATION

    The following tables show what versions of .NET, IE, SQL, Windows (Server), and Windows (Client) are supported by version of prairieFyre software.  Please note that a * indicates that it is only partially supported and you should check the System Engineering Guide for more details.  In cases where the table shows Yes SP# this means that it is supported, and has been tested additionally up to the SP# as well.  When in doubt, always check your System Engineering Guide for more detail.

    .NET Framework

     6.0.X.X 7.0.X.X7.1.X.X8.0.0.08.1.0.08.1.2.09.0.0.09.0.1.09.0.2.09.1.0.09.1.1.09.1.2.09.1.3.0
    3.5 SP1  Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    4.0  Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    4.5 Yes* Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    4.6 No No No No Yes Yes Yes Yes Yes Yes Yes Yes Yes

    Internet Explorer
     6.0.X.X 7.0.X.X7.1.X.X8.0.0.08.1.0.08.1.2.09.0.0.09.0.1.09.0.2.09.1.0.09.1.1.09.1.2.09.1.3.0
    IE 6  Yes No No No No No No No No No No No No
    IE 7  Yes No No No No No No No No No No No No
    IE 8  Yes Yes Yes (up to 7.1.0.1 only) No No No No No No No No No No
    IE 9  Yes Yes Yes No No No No No No No No No No
    IE 10 Yes* Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No No
    IE 11 No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    Edge No No No No Yes Yes Yes Yes Yes Yes Yes Yes Yes

    NOTE: With MiCC Version 7.1 and newer we recommend using IE10 or newer.  Older versions will work for the most part, but some controls are affected.  An example of this is the manual EMail Address field under report distribution being a non-editable field.  For sites using Multimedia or the Ignite client we recommend IE11 for best performance and compatibility.

    SQL Server

    6.0.0.X 6.0.1.X7.0.X.X7.1.X.X8.0.0.08.1.0.08.1.2.09.0.0.09.0.1.09.0.2.09.1.0.09.1.1.09.1.2.09.1.3.0
    2005 Express  Yes Yes No No No No No No No No No No No No
    2008 Express  Yes Yes Yes No No No No No No No No No No No
    2008 Express R2  Yes Yes Yes No No No No No No No No No No No
    2005 SP3 Yes SP4 Yes No No No No No No No No No No No No
    2008 SP1 Yes Yes Yes Yes No No No No No No No No No No
    2008 R2  Yes SP1 Yes Yes Yes No No No No No No No No No No
    2012 Express No Yes Yes Yes Yes Yes Yes Yes Yes Yes No No No No
    2012 No Yes Yes Yes Yes Yes Yes Yes Yes Yes No No No No
    2014 Express No No No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    2014 No No No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    2016 No No No No No No Yes Yes Yes Yes Yes Yes Yes Yes
    2016 Express No No No No No No Yes Yes Yes Yes Yes Yes Yes Yes
    2017 No No No No No No No No No No Yes Yes Yes Yes
    2017 Express No No No No No No No No No No Yes Yes Yes Yes

    Excel
    6.0.X.X 7.0.X.X7.1.X.X8.0.0.08.1.0.08.1.2.09.0.0.09.0.1.09.0.2.09.1.0.09.1.1.09.1.2.09.1.3.0
    2003 SP2 Yes No No No No No No No No No No No No
    2007 SP2 Yes Yes Yes No No No No No No No No No No
    2010  Yes Yes Yes YesYesYesYesYesYesYesYesYesYes
    2013 No Yes Yes YesYesYesYesYesYesYesYesYesYes
    2016 No No No NoYesYesYesYesYesYesYesYesYes

    Windows on the Server
    6.0.0.X 6.0.2.X7.0.X.X7.1.X.X8.0.0.08.1.0.08.1.2.09.0.0.09.0.1.09.0.2.09.1.0.09.1.1.09.1.2.09.1.3.0
    XP Pro SP3  No No No No No No No No No No No No No No
    2003 R2 (32-bit) Yes Sp2 Yes Sp2 No No No No No No No No No No No No
    2008 SP2 (32-bit) Yes Yes No No No No No No No No No No No No
    2008 R2 (64-bit) Yes Yes Yes Yes Yes Yes* Yes* Yes* Yes*Yes* No No No No
    Windows 7 32-bit Yes* Yes* No No No No No No No No No No No No
    Windows 7 64-bit Yes* Yes* Yes* Yes* No No No No No No No No No No
    Small Business 2011  Yes Yes* No No No No No No No No No No No No
    Windows 2012 No Yes Yes Yes Yes Yes Yes Yes YesYesYesYesYesYes
    Windows 2012 R2 No Yes Yes Yes Yes Yes Yes Yes YesYesYesYesYesYes
    Windows 8 32-bit No Yes* No No No No No No No No No No No No
    Windows 8 64-bit No Yes* Yes* Yes* No No No No No No No No No No
    Windows 8.1 64-bit No No Yes* Yes* No No No No No No No No No No
    Windows 8.1 32-bit No No No No No No No No No No No No No No
    Server 2016 No No No No No No Yes Yes YesYesYesYesYesYes
    Server 2019 No No No No No No No No No No NoYesYesYes

    Windows on the Client

    6.0.0.X 6.0.2.X7.0.X.X7.1.X.X7.1.3.38.0.0.08.1.0.08.1.2.09.0.0.09.0.1.09.0.2.09.1.0.09.1.1.09.1.2.09.1.3.0
    XP Pro  Yes Yes No No No No No No No No No No No No No
    Vista 32-bit  Yes Yes Yes Yes Yes No No No No No No No No No No
    Vista 64-bit  Yes Yes Yes Yes Yes No No No No No No No No No No
    Windows 7 32-bit  Yes Yes Yes Yes Yes Yes Yes* Yes* Yes* Yes* Yes* Yes* Yes* Yes* Yes*
    Windows 7 64-bit  Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    Windows 8 32-bit No Yes Yes Yes Yes Yes Yes* Yes* Yes* Yes* Yes* Yes* Yes* Yes* Yes*
    Windows 8 64-bit No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    Windows 8.1 32-bit No No Yes Yes Yes Yes Yes* Yes* Yes* Yes* Yes* Yes* Yes* Yes* Yes*
    Windows 8.1 64-bit No No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    Windows 10 No No No No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes

    PBX Compatibility
     6.0.X.X 7.0.X.X7.1.X.X8.0.0.08.1.0.08.1.2.08.1.3.08.1.4.09.0.0.09.0.1.09.0.2.09.1.0.09.1.1.09.1.2.09.1.3.0
    3300 ICP  Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
    SX-200  Yes* No No No No No No No No No No No No No No
    SX-2000  No No No No No No No No No No No No No No No
    5000/Axxess Yes No No No No No No No No No No No No No No
    MiVoice Office 400 No No No No No No Yes Yes No No No Yes Yes Yes Yes
    MiVoice 5000 No No No No No No Yes Yes No No No Yes Yes Yes Yes


    For Mitel 3300 ICP software compatibility by version, please refer to Knowledgebase Article 51183.

    APPLIES TO

    CCM 5.7 GA, 5.7 SP1, 5.8, 6.0, 7.0, 7.1, 8.0, 8.1, 9.0, 9.1

    Keywords: compatibility .NET Windows SQL IE internet explorer excel


    Supported MiVoice Business (MCD) releases by MiCC Version

    $
    0
    0
    Article ID: 51183 - Last Review: October 15, 2019

    INFORMATION

    NOTE: This table is filled out in line with the Detailed Release Notes for each MiContact Cnter Business version.  As new versions of the MCD software are released, quality assurance continues to test.  For the most up to date compatibility information always check the Compatibility Matrix found on www.mitel.com under Connect.

    Below is a table displays the supported MiVoice Business (3300) software versions for MiContact Center by version.  Using an unsupported MiVoice Business version can result in performance, reporting, or synchronization errors.  We do not test against unsupported MiVB releases, and do not support them.

    Software VersionSupported MiVB (3300 ICP) Release for Synchronization
    CCM and IQ 5.3 GARev 7 - Rev 9
    CCM and IQ 5.4 GARev 7 - Rev 9
    CCM and IQ 5.5 GARev 8 - Rev 9
    CCM and IQ 5.5 SP3Rev 8 - MCD 4.0 (With the installation of KB27061)
    CCM and IQ 5.6 GARev 8 - MCD 4.0
    CCM and IQ 5.7 GARev 8 - MCD 4.0
    CCM and IQ 5.7 SP1 Rev 8 - MCD 4.2 (with Hotfix Rollup KB41351)
    CCM and IQ 5.8 GARev 8 - MCD 4.2
    CCM and IQ 5.8.0.7Rev 8 - MCD 4.0 SP3, MCD 4.2, MCD 5.0 (base version only)
    CCM 6.0.0.0 and IQ 5.8.0.9MCD 4.0 SP4, and MCD 5.0 through MCD 5.0 SP1
    CCM 6.0.1.0 and IQ 5.8.0.9MCD 4.0 SP4, and MCD 5.0 through MCD 5.0 SP2 PR1
    CCM 6.0.1.1 and IQ 5.8.0.9MCD 4.0 SP4, and MCD 5.0 through MCD 5.0 SP2 PR2
    CCM 6.0.2.0 and IQ 5.8.0.9MCD 4.0 SP4, MCD 5.0 through MCD 5.0 SP2 PR2, and MCD 6.0
    CCM 6.0.2.1 and IQ 5.8.0.9MCD 4.0 SP4, MCD 5.0 through MCD 5.0 SP2 PR2, and MCD 6.0
    CCM 6.0.2.2 and IQ 5.8.0.9MCD 4.0 SP4, MCD 5.0 through MCD 5.0 SP2 PR2, MCD 6.0, and MCD 6.0 SP1
    CCM 6.0.2.3 and IQ 5.8.0.9MCD 4.0 SP4, MCD 5.0 through MCD 5.0 SP2 PR2, MCD 6.0 through MCD 6.0 SP2
    CCM 6.0.3.0 and IQ 5.8.0.9MCD 4.0 SP4, MCD 5.0 through MCD 5.0 SP2 PR2, MCD 6.0 through MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1
    CCM 7.0.0.0 and IQ 5.8.0.9MCD 4.0 SP4, MCD 5.0 through MCD 5.0 SP2 PR2, MCD 6.0 through MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1
    CCM 7.0.1.0 and IQ 5.8.0.9MCD 4.0 SP4, MCD 5.0 through MCD 5.0 SP2 PR2, MCD 6.0 through MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1
    MiCC 7.1.0.0
    MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1
    MiCC 7.1.0.1MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1
    MiCC 7.1.1.0MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1
    MiCC 7.1.1.1 MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1 
    MiCC 7.1.2.0MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1, and MCD 7.1*
    MiCC 7.1.2.1MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1, and MCD 7.1*
    MiCC 7.1.3.0MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1, and MCD 7.1*
    MiCC 7.1.3.1MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2
    MiCC 7.1.3.3MCD 6.0 SP3, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2, MCD 7.2 SP1, MCD 8.0, MCD 8.0 SP1, and MCD 8.0 SP2
    MiCC 8.0.0.0MCD 6.0 SP3 (12.0.3.24 only), MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, and MCD 7.2
    MiCC 8.0.1.0MCD 6.0 SP3 (12.0.3.24 or newer)**, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2, MCD 7.2 SP1, MCD 8.0, MCD 8.0 SP1, and MCD 8.0 SP2
    MiCC 8.1.0.0MCD 6.0 SP3 (12.0.3.24 or newer)**, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2, MCD 7.2 SP1, and MCD 8.0
    MiCC 8.1.1.0MCD 6.0 SP3 (12.0.3.24 or newer)**, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2, MCD 7.2 SP1, and MCD 8.0
    MiCC 8.1.2.0MCD 6.0 SP3 (12.0.3.24 or newer)**, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2, MCD 7.2 SP1, MCD 8.0, MCD 8.0 SP1, and MCD 8.0 SP2
    MiCC 8.1.3.0MCD 6.0 SP3 (12.0.3.24 or newer)**, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2, MCD 7.2 SP1, MCD 8.0, MCD 8.0 SP1, and MCD 8.0 SP2
    MiCC 8.1.4.0MCD 6.0 SP3 (12.0.3.24 or newer)**, MCD 7.0 through MCD 7.0 SP1, MCD 7.1*, MCD 7.2, MCD 7.2 SP1, MCD 8.0, MCD 8.0 SP1, and MCD 8.0 SP2
    MiCC 9.0.0.0MCD 7.0 SP1 PR2, MCD 7.1*, MCD 7.2 through MCD 7.2 SP1, MCD 8.0through MCD 8.0 SP3
    MiCC 9.0.1.0MCD 7.0 SP1 PR2, MCD 7.1*, MCD 7.2 through MCD 7.2 SP1, MCD 8.0through MCD 8.0 SP3, MiVB 9.0
    MiCC 9.0.2.0MCD 7.0 SP1 PR2, MCD 7.1*, MCD 7.2 through MCD 7.2 SP1, MCD 8.0through MCD 8.0 SP3, MiVB 9.0
    MiCC 9.1.0.0MCD 7.2 SP1, 8.0 SP3, 9.0, and 9.0 SP1
    MiCC 9.1.1.0MCD 7.2 SP1, 8.0 SP3, 9.0, and 9.0 SP1
    MiCC 9.1.2.0MCD 7.2 SP1, 8.0 SP3, 9.0, 9.0 SP1, and 9.0 SP2
    MiCC 9.1.3.0MCD 7.2 SP1, 8.0 SP3, 9.0, 9.0 SP1, and 9.0 SP2

    *MCD 7.1 PR1 is not compatible with MiCC CCM (see http://micc.mitel.com/kb/KnowledgebaseArticle52315.aspx).  We have corrected this in MCD 7.1 PR2 and newer.
    ** MCD 12.0.3.24 is a patch load.  In order to download this load you will need to contact MiVoice Business support.

    You can lookup the MCD version by build number here:  KB51645

    NOTE: As of Version 7.1.0.0 we no longer support interfacing with an Intelligent Queue (IQ) server.

    Keywords:  3300 ICP synchronization supported releases PBX Firmware MCD

    HotFix KB486794 - Intermittently emails not being delivered to agent

    $
    0
    0
    Article ID: 52643 - Last Review: October 17, 2019

    PROBLEM

    Intermittently EMails were not being delivered to agents after requeues. 



    RESOLUTION

    This Hotfix is to be installed onto MiContact Center Business version 9.1.2.0.

    1. Go to https://www.mitel.com/
    2. Click the Login button.
    3. Click the Sign in button under MiAccess.
    4. On the left, select the Software Download Center.
    5. Expand the tree to MiContact Center Business and then down to MiContact Center Business 9.1.2.0 and HotFixes.
    6. Download the KB486794 HotFix to the MiContact Center server.
    7. Double-click the KB486794 and follow the on-screen prompts.
    8. Wait for the repackager and auto-updates to complete.

    NOTE: Installing this Hotfix will restart the MiContact Center services.  To avoid service interruption install this update after hours or during a scheduled maintenance window.



    APPLIES TO

     MiCC 9.1.2.0

    Keywords: Hotfix KB486794 486794 email intermittent deliver delivered requeue

    SIP - Golden Rules documentation. Required Gateway Settings for MiVoice Office 400 and 5000

    $
    0
    0
    Article ID: 52448 - Last Review: October 21, 2019

    INFORMATION

    The attached article contains the required gateway settings when using a SIP media server with MiContact Center 8.1.0.1 or newer.

    In order to use this document, unzip the attached file and run the Settings.htm file to get started.

     



    APPLIES TO

    MiCC 8.1.0.1 and newer 

    Keywords: golden rules required gateway settings sip

    Release Notes for MiContact Center Business version 9.2.0.0

    $
    0
    0
    Article ID: 52644 - Last Review: October 23, 2019

    Information

    Please see the attached DRN document for details on the MiContact Center Business version 9.2.0.0.

    Note that there is both a SIP and MiVoice Business (MiVB) version of the release notes. Consult the one relating to your deployment.


    APPLIES TO

    MiCC 9.2.0.0

    Keywords: DRN Detailed Release Note

    HotFix KB487048 - Adding TLS 1.2 support to MiAudio component

    $
    0
    0
    Article ID: 52645 - Last Review: October 28, 2019

    PROBLEM

    Security update is available to enhance Transport Layer Security (TLS) to TLS 1.2 which will allow for greater security of communications.  Mitel is not aware of customers that have been impacted by earlier versions of TLS.  Mitel is recommending customers to update to the latest release. 


    RESOLUTION

    This Hotfix is to be installed onto MiContact Center Business version 9.1.2.0.

    1. Go to https://www.mitel.com/
    2. Click the Login button.
    3. Click the Sign in button under MiAccess.
    4. On the left, select the Software Download Center.
    5. Expand the tree to MiContact Center Business and then down to MiContact Center Business 9.1.2.0 and HotFixes.
    6. Download the KB487048 HotFix to the MiContact Center server.
    7. Double-click the KB487048 and follow the on-screen prompts.
    8. Wait for the repackager and auto-updates to complete.

    NOTE: Installing this Hotfix will restart the MiContact Center services.  To avoid service interruption install this patch after hours or during a scheduled maintenance window.

     



    APPLIES TO

    MiCC 9.1.2.0 

    Keywords: TLS Hotfix 487048 KB487048 MiAudio

    Viewing all 453 articles
    Browse latest View live