CTI Client network functions (.NET)

OnGroupMember

Contents  Back  Next

Informs clients on start-up of the members of their group and their respective states.

 

Event OnGroupMember

(

 object sender,

 String e.strNumber,

 String e.strName,

 bool e.bOnline,

 bool e.bActiveCall,

 bool e.bRinging,

 bool e.bRedirection

)

Parameters

sender

object Telephony

 

e.strNumber

Extension of group member, 2 – 4 characters in length.

 

e.strName

Name of the group member. This is the log-on name. Since this name is determined automatically, it is only available when that group member has already logged on at least once.

 

e.bOnline

True when the group member is currently logged on.

 

e.bActiveCall

True when the group member has an active call.

 

e.bRinging

True when unanswered calls are waiting for the group member in the queue. Many switches allow these calls to be picked up.

 

e.bRedirection

True when call forwarding is active for the group member.

 

Remarks

Remarks

The group member data are sent after each log-on, one message per member. An empty string for strName means that the transmission is complete. These events ensure that the program knows the call states of the group members after starting up. OnSendUserState keeps the program informed of subsequent changes.

 

See also

Telephony overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.