CcmDevUnregCauseCode

  • Base type Enumeration

This syntax is used as means of identifying the reasons for a device getting unregistered. The scope of this enumeration can expand to comply with RFC 2578. noError: No Error unknown: Unknown error cause noEntryInDatabase: Device not configured properly in the CUCM database databaseConfigurationError: Device configuration error in the CUCM database deviceNameUnresolveable: The CallManager is unable to resolve the device name to an IP Address internally maxDevRegExceeded: Maximum number of device registrations have been reached connectivityError: CallManager is unable to establish communication with the device during registration initializationError: Indicates an error occurred when the CallManager tries to initialize the device deviceInitiatedReset: Indicates that the error was due to device initiated reset callManagerReset: Indicates that the error was due to call manager reset. deviceUnregistered: DeviceUnregistered. malformedRegisterMsg: Indicates that SIP device attempted to register with CallManager, but the REGISTER message contained formatting errors. sccpDeviceThrottling: The indicated SCCP device exceeded the maximum number of events allowed per-SCCP device. keepAliveTimeout: A KeepAlive message was not received. Possible causes include device power outage, network power outage, network configuration error, network delay,packet drops, packet corruption and CUCM node experiencing high CPU usage. configurationMismatch: The configuration on the SIP device does not match the configuration in CUCM. callManagerRestart: A device restart was initiated from CUCM Administration, either due to an explicit command from an administrator or due to a configuration change such as adding, deleting or changing a directory number associated with the device. duplicateRegistration: CUCM detected that the device attempted to register to two nodes at the same time. CUCM initiated a restart to the phone to force it to re-home to a single node. callManagerApplyConfig: CUCM configuration is changed. deviceNoResponse: Device is not responding Service Control Notify from CUCM. emLoginLogout: The device has been unregistered due to an Extension Mobility login or logout. emccLoginLogout: The device has been unregistered due to an Extension Mobility Cross Cluster login or logout. powerSavePlus: The device powered off as a result of the Power Save Plus feature that is enabled for this device. When the device powers off, it remains unregistered from CUCM until the Phone On Time defined in the Product Specific Configuration for this device. callManagerForcedRestart: The device did not respond to an Apply Config request and as a result, CUCM had sent a restart request to the device. The device may be offline due to a power outage or network problem. Confirm that the device is powered-up and that network connectivity exists between the device and CUCM. This is applicable for SIP protocol only. sourceIPAddrChanged: The device has been unregistered because the IP address in the Contact header of the REGISTER message has changed. The device will be automatically re-registered. No action is necessary. This is applicable for SIP protocol only. sourcePortChanged: The device has been unregistered because the port number in the Contact header of the REGISTER message has changed. The device will be automatically re-registered. No action is necessary. This is applicable for SIP protocol only. registrationSequenceError: A device requested configuration information from the CUCM at an unexpected time. The CUCM no longer had the requested information in memory. invalidCapabilities: The CUCM detected an error in the updated media capabilities reported by the device. The device reported the capabilities in one of the StationUpdateCapabilities message variants. This is applicable for SCCP protocol only. fallbackInitiated The device has initiated a fallback and will automatically re-register to a higher-priority CUCM. No action is necessary. deviceSwitch A second instance of an endpoint with the same device name has registered and assumed control. No action is necessary.

Possible values

29 objects
Number Name
0 noError
1 unknown
2 noEntryInDatabase
3 databaseConfigurationError
4 deviceNameUnresolveable
5 maxDevRegExceeded
6 connectivityError
7 initializationError
8 deviceInitiatedReset
9 callManagerReset
10 deviceUnregistered
11 malformedRegisterMsg
12 sccpDeviceThrottling
13 keepAliveTimeout
14 configurationMismatch
15 callManagerRestart
16 duplicateRegistration
17 callManagerApplyConfig
18 deviceNoResponse
19 emLoginLogout
20 emccLoginLogout
21 energywisePowerSavePlus
22 callManagerForcedRestart
23 sourceIPAddrChanged
24 sourcePortChanged
25 registrationSequenceError
26 invalidCapabilities
28 fallbackInitiated
29 deviceSwitch