Raghavendra Gutty Veeranagappa | Hi Luke,
thanks for sharing logs and config,
Whenever a ephone-dn status goes from up to down (Eg phone shutdown, phone reset, user logout etc), an CMEOutOfServiceEvent is reported via CMECSTAListener.onNotification().
Whenever a ephone-dn status goes from down to up(Eg phone registers with CUCME, user login etc), a CMEBackInServiceEvent is reported via CMECSTAListener.onNotification().
so from the logs it clearly shows that when 4282 phone goes down it recieves OutOfServiceEvent and when 4282 phone goes up it recieves BackInServiceEvent , i did not find any issue with this.
BTW to receive ADDRESS_ACTIVATION event you need to use The CMEAbstractTerminal.addAddress() method it establishes an address-terminal object pair and sends requests to CUCME for learning the status, capabilities and policies for this address-terminal pair.
Thanks, Raghavendra |
| Please sign in to flag this as inappropriate. |