Conference Room Call Leave Event

Last modified by hanlys on 2021/09/10 23:34

Warning

This page is currently being written. Although the information below is probably accurate, it may not be complete or may have errors.

Information

The information on this page applies to iSymphony 3.3+.

Warning

This event will only be fired for call segments on servers that have conference rooms enabled.

Description

The conference room leave event signifies that the specified caller has left the specified conference room.

 

JSON Representation

{
 "callerIdNumber":"4228",
 "coreServerId":"f3e42a1f-24dd-483c-ab3f-cf54bd6d0978",
 "conferenceRoomName":"Bob",
 "type":"confRoomCallLeave",
 "userId":"6a16398e-8b3f-48f2-9b7e-3fc79ce2add7",
 "callSegmentId":"5544a32d-061e-4c73-a6c9-e146e0d47b59",
 "conferenceRoomId":"fc9d562d-4f1f-49ae-9216-628f2f499e9a",
 "extensionNumber":"4228",
 "time":1452209797341,
 "callerIdName":"Colin (Desk)",
 "extensionId":"f503e48e-009a-4820-bc6d-cbd4f9a51103",
 "did":"432113",
 "username":"4228"
}

Property

Type

Description

callerIdNumber

String

The caller ID of the call segment that left the conference room.

conferenceRoomName

String

The name of the conference room.

userId

String

The unique ID of the user of the call segment that left the conference room, or null if the call segment was not associated with a user.

callSegmentId

String

The unique ID of the call segment that left the conference room.

conferenceRoomId

String

The unique ID of the conference room.

extensionNumber

String

The extension of the call segment that left the conference room, or null if the call segment was not associated with extension.

callerIdName

String

The caller ID of the call segment that left the conference room.

extensionId

String

The unique ID of the extension of the call segment that left the conference room, or null if the call segment was not associated with extension.

did

String

The DID (direct inward dial) of the call segment that left the conference room

username 

String

The username of the call segment that left the conference room, or null if the call segment was not associated with a user.