voice vocab Flashcards

1
Q

non technical: twilio programmable voice API

A

using a rest API to quickly make and receive voice calls in your application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is a SID?

A

system identification number = a number’s unique identifier which is associated to a cellular network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is jitter?

A

caused by cache sizes and network congestion and it’s when packets of information to recipient differ in arrival time (bad quality)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is jitter buffer?

A

queueing and organizing of incoming packets of data on the receiver side to improve latency and quality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is SIP Trunking?

A

sending packets of data over the internet

VOIP - is the same but refers to only voice, where SIP trunking includes all forms of information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is Voice Insights?

A

platform that helps you see, track and troubleshoot call performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is a Mean Opinion Score?

A

a score or ranking of voice and video quality computed by algorithms (3.5 is unacceptable out of 5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is packet loss?

A

when packets of data fail to reach their destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is autopilot?

A

AI platform that automates conversations using natural language and machine learning ( chatbots, IVRs and alexa skills)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is important to know about phone number formatting?

A

should be formatted with a + and country code e.g., +16175551212.

Twilio will also accept unformatted US numbers like (415) 555-1212, 415-555-1212

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is a FriendlyName?

A

associating a human name to the number (AKA caller ID with maximum length 64 characters)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a CallDelay?

A

The number of seconds to delay a call, between 0 and 60. Defaults to 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a CallSid?

A

the unique ID of the call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is masked numbers?

A

a twilio number called a “proxy” that hides your phone and captures analytics

inbound - person calls twilio number which routes to you

outbound - you call into twilio number which then routes all to recipient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

why is SIP trunking used or sometimes suggested?

A

to increase reliability when there is a cache size issue or network congestions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what are the benefits of SIP trunking?

A

works globally, pay as you go pricing model so you don’t waste money

17
Q

what is masked calling?

A

also known as “Proxy” is when a random number is assigned to a person and once the call/sms session is over the number is recycled.

Example: lyft and Uber drivers are connected with the right users

18
Q

what is single channel recording?

A

when the mixed recording of both voices is stored as the final recording which increases transcription errors

19
Q

what is dual channel recording?

A

used 2 channels to record each speaker separately which increases transcription quality

20
Q

non technical - what is twilio?

A

twilio offers functionality for 3rd party software applications that need different ways to communicate with customers

ex: sms, email, chat, voice

21
Q

technical - what is twilio?

A

a cloud based solution that provides 3rd party applications Omni channel communication functionality

22
Q

what is Sentiment Analysis?

A

opinion mining: a way to determine positive, negative, or neutral emotions over communications using algorithms

why: to gauge customer experience at scale

23
Q

why use your own phone numbers with twilio?

A

to have access to programmability using you existing

24
Q

what is lookup?

A

add on functionality that allows you to get additional information from a call or sms such as called ID, the carrier, landline or mobile, spam score, demographics, etc.