Safe Haskell | None |
---|---|
Language | Haskell98 |
- data Feedback = Feedback {
- sid :: !CallSID
- accountSID :: !AccountSID
- qualityScore :: !Quality
- issues :: ![Issue]
- dateCreated :: !UTCTime
- dateUpdated :: !UTCTime
- get :: MonadThrow m => CallSID -> TwilioT m Feedback
- data Quality
- data Issue
Resource
Feedback
is a subresource of a Call
instance resource. It represents a call quality feedback entry for a given phone call.
Feedback | |
|
Types
An integer 1 to 5 quality score where 1 represents very poor call quality and 5 represents a perfect call.
A list of issues experienced during the call.
ImperfectAudio | Imperfect audio quality: Choppy, echoed, or garbled audio during conversation. |
DroppedCall | Dropped call: call initially connected but was dropped. |
IncorrectCallerId | Incorrect caller ID: Call connected but caller ID displayed 'Unknown' or an incorrect number. |
PostDialDelay | Post dial delay: Call connected but there was a long delay between dialing the phone number and the start of ringing. |
DigitsNotCaptured | DTMF tones not captured: Failed to capture digit input on phone menus. |
UnsolicitedCall | Unsolicited call: Received telemarketer, wrong number, automated or other type of unsolicited call. |
AudioLatency | Audio latency: Call participants can hear each other but with significant audio delay. |
OneWayAudio | One way audio: Only one party could hear the audio during the conversation. |