CallTransferredEvent
Notification Object
↪ CallTransferredEvent
Notification object for calls that are transferred.
How to process
Call transferred events are send to users who have an active call that is transferred.
This event can be used to get the information of the new caller (name, number, …).
Fields
Name | Type | Notes | |
---|---|---|---|
oldCallId |
|
notNull |
The unique id that identifies the old call |
newCallId |
|
notNull |
The unique id that identifies the new call |
remoteName |
|
The remote caller name |
|
remoteNumber |
|
The remote caller number |
|
remoteAddressable |
|
The remote caller addressable object id |
|
remoteIcon |
|
The remote caller icon id |
|
callLogId |
|
The new call log object id |