Class CallLogRecord

java.lang.Object
com.ringcentral.definitions.CallLogRecord

public class CallLogRecord extends Object
Call log record
  • Field Details

    • extension

      public ExtensionInfoCallLog extension
    • telephonySessionId

      public String telephonySessionId
      Telephony identifier of a call session
    • sipUuidInfo

      public String sipUuidInfo
      Call session identifier, required for Telephony REST API
    • transferTarget

      public CallLogRecordTransferTarget transferTarget
    • transferee

      public CallLogRecordTransferee transferee
    • partyId

      public String partyId
      Internal Identifier of Participant
    • transport

      public String transport
      The type of call transport. 'PSTN' indicates that a call leg was initiated from the PSTN network provider; 'VoIP' - from an RC phone. Required Enum: PSTN, VoIP
    • from

      public CallLogFromParty from
    • to

      public CallLogToParty to
    • type

      public String type
      The type of call Required Enum: Voice, Fax
    • direction

      public String direction
      The direction of a call Required Enum: Inbound, Outbound
    • message

      public CallLogRecordMessage message
    • delegate

      public CallLogDelegateInfo delegate
    • delegationType

      public String delegationType
      Call delegation type Enum: Coworker, Unknown
    • action

      public String action
      The internal action corresponding to the call operation Required Enum: Accept Call, Barge In Call, Call Park, Call Return, CallOut-CallMe, Calling Card, Conference Call, E911 Update, Emergency, External Application, FindMe, FollowMe, FreeSPDL, Hunting, Incoming Fax, Monitoring, Move, Outgoing Fax, Paging, Park Location, Phone Call, Phone Login, Pickup, RC Meetings, Ring Directly, RingMe, RingOut Mobile, RingOut PC, RingOut Web, Sip Forwarding, Support, Text Relay, Transfer, Unknown, VoIP Call
    • result

      public String result
      The result of the call operation Enum: 911, 933, Abandoned, Accepted, Answered Not Accepted, Blocked, Busy, Call Failed, Call Failure, Call connected, Carrier is not active, Declined, EDGE trunk misconfigured, Fax Not Sent, Fax Partially Sent, Fax Poor Line, Fax Receipt Error, Fax on Demand, Hang Up, IP Phone Offline, In Progress, Internal Error, International Disabled, International Restricted, Missed, No Answer, No Calling Credit, Not Allowed, Partial Receive, Phone Login, Receive Error, Received, Rejected, Reply, Restricted Number, Send Error, Sent, Sent to Voicemail, Stopped, Suspended account, Unknown, Voicemail, Wrong Number
    • reason

      public String reason
      The reason of the call result: * `Accepted` - The call was connected to and accepted by this number * `Connected` - The call was answered, but there was no response on how to handle the call (for example, a voice mail system answered the call and did not push "1" to accept) * `Line Busy` - The phone number you dialed was busy * `Not Answered` - The phone number you dialed was not answered * `No Answer` - You did not answer the call * `Hang Up` - The caller hung up before the call was answered * `Stopped` - This attempt was stopped because the call was answered by another phone * `Internal Error` - An internal error occurred when making the call. Please try again * `No Credit` - There was not enough Calling Credit on your account to make this call * `Restricted Number` - The number you dialed is restricted by RingCentral * `Wrong Number` - The number you dialed has either been disconnected or is not a valid phone number. Please check the number and try again * `International Disabled` - International calling is not enabled on your account. Contact customer service to activate International Calling * `International Restricted` - The country and/or area you attempted to call has been prohibited by your administrator * `Bad Number` - An error occurred when making the call. Please check the number before trying again * `Info 411 Restricted` - Calling to 411 Information Services is restricted * `Customer 611 Restricted` - 611 customer service is not supported. Please contact customer service at <(888) 555-1212> * `No Digital Line` - This DigitalLine was either not plugged in or did not have an internet connection * `Failed Try Again` - Call failed. Please try again * `Max Call Limit` - The number of simultaneous calls to your account has reached its limit * `Too Many Calls` - The number of simultaneous calls for per DigitalLine associated with Other Phone has reached its limit. Please contact customer service * `Calls Not Accepted` - Your account was not accepting calls at this time * `Number Not Allowed` - The number that was dialed to access your account is not allowed * `Number Blocked` - This number is in your Blocked Numbers list * `Number Disabled` - The phone number and/or area you attempted to call has been prohibited by your administrator * `Resource Error` - An error occurred when making the call. Please try again * `Call Loop` - A call loop occurred due to an incorrect call forwarding configuration. Please check that you are not forwarding calls back to your own account * `Fax Not Received` - An incoming fax could not be received because a proper connection with the sender's fax machine could not be established * `Fax Partially Sent` - The fax was only partially sent. Possible explanations include phone line quality to poor to maintain the connection or the call was dropped * `Fax Not Sent` - An attempt to send the fax was made, but could not connect with the receiving fax machine * `Fax Poor Line` - An attempt to send the fax was made, but the phone line quality was too poor to send the fax * `Fax Prepare Error` - An internal error occurred when preparing the fax. Please try again * `Fax Save Error` - An internal error occurred when saving the fax. Please try again * `Fax Send Error` - An error occurred when sending the fax. Please try again * `Emergency Address not defined` - The call was rejected due to no E911 address * `Carrier is not active` - The call was rejected due to carrier inactivity * `EDGE trunk misconfigured` - The call was rejected due to error in EDGE trunk configuration * `Internal Call Error` - An internal error occurred when making the call. Please try again * `Receive Error` - Fax receive error Enum: Accepted, Bad Number, Call Loop, Calls Not Accepted, Carrier is not active, Connected, Customer 611 Restricted, EDGE trunk misconfigured, Emergency Address not defined, Failed Try Again, Fax Not Received, Fax Not Sent, Fax Partially Sent, Fax Poor Line, Fax Prepare Error, Fax Save Error, Fax Send Error, Hang Up, Info 411 Restricted, Internal Call Error, Internal Error, International Disabled, International Restricted, Line Busy, Max Call Limit, No Answer, No Credit, No Digital Line, Not Answered, Number Blocked, Number Disabled, Number Not Allowed, Receive Error, Resource Error, Restricted Number, Stopped, Too Many Calls, Unknown, Wrong Number
    • reasonDescription

      public String reasonDescription
      The detailed reason description of the call result
    • startTime

      public String startTime
      The call start datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Required Format: date-time
    • duration

      public Long duration
      Call duration in seconds Required Format: int32
    • durationMs

      public Long durationMs
      Call duration in milliseconds Required Format: int32
    • recording

      public CallLogRecordingInfo recording
    • shortRecording

      public Boolean shortRecording
      Indicates that the recording is too short and therefore wouldn't be returned. The flag is not returned if the value is false
    • billing

      public BillingInfo billing
    • internalType

      public String internalType
      The internal type of the call Enum: Local, LongDistance, International, Sip, RingMe, RingOut, Usual, TollFreeNumber, VerificationNumber, Vma, LocalNumber, ImsOutgoing, ImsIncoming
    • id

      public String id
      Internal identifier of a call log record Required
    • uri

      public String uri
      Canonical URI of a call log record Required Format: uri
    • sessionId

      public String sessionId
      Internal identifier of a call session Required
    • deleted

      public Boolean deleted
      Indicates whether the record is deleted. Returned for deleted records, for ISync requests
    • legs

      public CallLogRecordLegInfo[] legs
      For 'Detailed' view only. Leg description
    • lastModifiedTime

      public String lastModifiedTime
      For 'Detailed' view only. The datetime when the call log record was modified in (ISO 8601)[https://en.wikipedia.org/wiki/ISO_8601] format including timezone, for example *2016-03-10T18:07:52.534Z* Format: date-time
  • Constructor Details

    • CallLogRecord

      public CallLogRecord()
  • Method Details