About this Resource

Defines an Emergency Call Status Table resource to be used to get emergency calls status.

REST API Methods for this Resource

Resource Schema

Runtime

Parameter Name Description Data Type Possible Values
rt_Id For internal use only int
rt_CallingNumber Calling Address or Number string
rt_CallingExtension Calling Extension Number string
rt_CallingName Calling Name string
rt_CallPriority Priority of the Call. EnumPossible values:
  • 0 - e_CALL_PRIORITY_NON_URGENT
  • 1 - e_CALL_PRIORITY_NORMAL
  • 2 - e_CALL_PRIORITY_URGENT
  • 3 - e_CALL_PRIORITY_EMERGENCY
rt_CallingIPAddress Calling Host IP Address string
rt_ElinIdentifier PIDF-LO Emergency Line Identifying Number Identifier string
rt_CalledNumber Called Number string
rt_CallbackNumber PSAP Callback Number string
rt_CallAttemptTime Emergency Call Attempted Time Stamp in Epoch UTC time value int
rt_CallDuration Duration of the Call in Seconds int
rt_CallState Current Call State EnumPossible values:
  • 0 - e_CALL_STATE_TRANSIENT
  • 1 - e_CALL_STATE_ACTIVE
  • 2 - e_CALL_STATE_RELEASED
rt_ReleaseCauseCode Release Cause Code of the Call string
rt_CallbackStatus Callback Status enable/disable EnumPossible values:
  • 0 - edtEnable
  • 1 - edtDisable