Cisco Unified Application Environment Developer Forums

« Back to Developers

EM login Notification

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
Is there any way to get EM login and logout notification in CUAE application?
 
Regards,
Umesh

Hi Umesh,
 
If you are using the Login/Logout actions of the CUAE extension mobility, then you can use the result code as the notification for the CUAE server.
 
You can look at this page : http://developer.cisco.com/static/cuae/2.5/2.5.1SR1/Designer/index.html
 
The other approach could be using the Presence.
 
Regards,
Rakesh.

Assuming you are interested in monitoring E/M logins that users may perform via the phone UI: the E/M service itself does not send any events that an application can trigger from.  However, the result of an E/M login is the registration of the effected user's phone profile device - if the device was being monitired via JTAPI, you could receive an event (JTAPITerminalInService) when it goes in service (or out of service.)

In addition to what David mentioned, if you are using 2.5.1 SR2, your application will get Address events (AddressInService) as well. This will give you the lineDNs on the devices.
 
The following new triggering events were added to the JTAPI 3rd-party API to provide address change notifications:
<a name="wp71223"></a>
¿JTapiAddressAddedToTerminal
<a name="wp71224"></a>
¿JTapiAddressRemovedFromTerminal
<a name="wp71225"></a>
¿JTapiAddressInService
<a name="wp71226"></a>
¿JTapiAddressOutService
 
Please refer to the 2.5.1 SR2 release notes for more information.
 
Thanks,
Rajesh

Hi Rajesh,
 
Thanks. SR2 wil solve my problem.
 
Regards,
Umesh