Alarm level
Major.
Description
A channel was returned to the default owner because of an abrupt exit of the prior channel owner. This message may indicate an IRAPI application failed to release (irDeinit(3irAPI)) prior to exit (2) or an IRAPI application core dump. Any outstanding activities on the channel are cancelled and the channel is made available to take new calls.
If a transient IRAPI process does not wait for an IRE_DEINIT_DONE event before exiting, a CGEN023 alarm will be generated. The IRAPI process must call (void) irSetEvent(cid, IRE_DEINIT_DONE, IRF_NOTIFY); to the IRE_DEINIT_DONE event to be generated.
Repair procedure
No corrective action is necessary.