cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3133
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Core Issue

Call waiting needs to be disabled on voice mail ports. When the Cisco Unity ports are called, they see the call waiting tone and drop the connection. The phones then display the Temporary Failure error message as if there was a network disruption.

The problem arises in new installations of Cisco CallManager 3.3(2) spB where call waiting for voice mail ports is set to default rather than to off. If the system setting for call waiting is set to true, then call waiting is enabled for voice mail ports.

Normally, voice mail ports are configured to roll over to the next port if busy, thereby hunting for a free voice mail port. To achieve a roll over configuration, configure each port to Forward Busy to the next port. If call waiting is configured, the call does not roll over to the next voice mail port right away, but rather effectively continues to ring until the Forward No Answer Timer expires. It takes 12 seconds (or x seconds depending on the setting of the Forward No Answer Timer) before rolling to the second port on Cisco Unity.

Because the voice mail ports are not set to roll over, the delay is not experienced. However, when the call waiting tone is detected on a voice mail port, the caller on call waiting is ignored. Eventually, the ports disconnect from Cisco CallManager, which is the symptom being experienced.

Resolution

To resolve this issue, turn off the call waiting system wide by performing these steps:

  1. Go to Service > Service Parameter and select Cisco CallManager Service.      
  2. Change the Call Waiting Enable Flag field from True to False.      
  3. Restart the Cisco CallManager service for the change to take effect.

Note: Turning off call waiting globally does not prevent the feature from being set up on a per-line basis. You can still set up call waiting on lines that need it by changing the Call Waiting drop-down list from Default to On.

To disable call waiting from the voice mail ports, run this script on Cisco CallManager:

@echo off

@if "%2x" == "x" goto Usage

echo USE %2                                    >temp.sql

echo -- disable call waiting for numplan records associated with voice mail

ports >>temp.sql

echo Update NumPlan set tkStatus_CallWaitingEnable = 0 where pkid in >>temp.sql

echo (Select distinct M.fkNumPlan from DeviceNumPlanMap M, Device D >>temp.sql

echo where M.fkDevice = D.pkid and D.tkModel=80)          >>temp.sql

osql -S %1 -E -i temp.sql

del temp.sql

goto endd

:Usage

@echo Usage:   DisableCallWaitingforVM "server" "database"

@echo Example: DisableCallWaitingforVM . CCM0300

:endd

For more information on this issue, refer to Cisco bug ID CSCdz76351.

The Cisco CallManager 3.3(3) Service Release 1 (SR1) patch resolves this problem.

For more information relating to this bug, refer to IP Phone Calls to Cisco Unity 3.x/4.x Periodically Disconnect.

CallManager Versions

CallManager 3.3

Unity Version

Unity 4.x

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: