cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
575
Views
0
Helpful
1
Replies

Jabber Login/Logout Tapi

christian.la
Level 1
Level 1

i am running some Tapi tests regarding user login or logout using jabber.

Configuration:

cisco tsp 12.5.1

lineNegotiateAPIVersion: : cisco tsp returns tapi version 0x00020001

lineNegotiateExtVersion: cisco tsp returns 0x0000000F.

Registry: EMOptions is 1.

Test scenario:

lineopen returns OK

lineDevSpecific also returns OK at using these parameters

params.m_msgType = Cisco::SLDST_SET_STATUS_MESSAGES;
params.m_statusMsgsFlag = DEVSPECIFIC_OTHER_DEVICE_STATE_NOTIFY;

 

BUT: cisco tsp doesn't fire any event when user logout or login at Jabber.

 

Is there anyway to get notification when user login or logout at Jabber?

 

Many thanks

Christian

 

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

I believe you will want to use the standard lineSetStatusMessages (including at least LINEDEVSTATE_INSERVICE and LINEDEVSTATE_OUTOFSERVICE) instead of lineDevSpecific::SLDST_SET_STATUS_MESSAGES (which is needed for non-standard line status messages that are Cisco-only).

This seems to test out for me using TAPI Browser Screenshot-20211007150945-225x78.png