ActiveCallInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | |
direction | ActiveCallInfoDirection | ❌ | |
queue_call | bool | ❌ | Identifies if a call belongs to the call queue |
from_ | str | ❌ | Phone number or extension number of a caller. For GCM transport type '_from' property should be used |
from_name | str | ❌ | Name of a caller |
to | str | ❌ | Phone number or extension number of a callee |
to_name | str | ❌ | Name of a callee |
start_time | str | ❌ | Time when the call is actually started |
telephony_status | ActiveCallInfoTelephonyStatus | ❌ | Telephony presence status |
sip_data | DetailedCallInfo | ❌ | |
session_id | str | ❌ | |
telephony_session_id | str | ❌ | Telephony identifier of a call session |
on_behalf_of | str | ❌ | Extension ID of the call owner on whose behalf a call is performed |
party_id | str | ❌ | Internal identifier of a call party |
termination_type | str | ❌ | |
call_info | CallInfoCq | ❌ | Primary/additional CQ information |
ActiveCallInfoDirection
Properties
Name | Type | Required | Description |
---|---|---|---|
INBOUND | str | ✅ | "Inbound" |
OUTBOUND | str | ✅ | "Outbound" |
ActiveCallInfoTelephonyStatus
Telephony presence status
Properties
Name | Type | Required | Description |
---|---|---|---|
NOCALL | str | ✅ | "NoCall" |
CALLCONNECTED | str | ✅ | "CallConnected" |
RINGING | str | ✅ | "Ringing" |
ONHOLD | str | ✅ | "OnHold" |
PARKEDCALL | str | ✅ | "ParkedCall" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs