voice vocab Flashcards
non technical: twilio programmable voice API
using a rest API to quickly make and receive voice calls in your application
what is a SID?
system identification number = a number’s unique identifier which is associated to a cellular network
what is jitter?
caused by cache sizes and network congestion and it’s when packets of information to recipient differ in arrival time (bad quality)
what is jitter buffer?
queueing and organizing of incoming packets of data on the receiver side to improve latency and quality
what is SIP Trunking?
sending packets of data over the internet
VOIP - is the same but refers to only voice, where SIP trunking includes all forms of information
what is Voice Insights?
platform that helps you see, track and troubleshoot call performance
what is a Mean Opinion Score?
a score or ranking of voice and video quality computed by algorithms (3.5 is unacceptable out of 5)
what is packet loss?
when packets of data fail to reach their destination
what is autopilot?
AI platform that automates conversations using natural language and machine learning ( chatbots, IVRs and alexa skills)
what is important to know about phone number formatting?
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
what is a FriendlyName?
associating a human name to the number (AKA caller ID with maximum length 64 characters)
What is a CallDelay?
The number of seconds to delay a call, between 0 and 60. Defaults to 0.
what is a CallSid?
the unique ID of the call
what is masked numbers?
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
why is SIP trunking used or sometimes suggested?
to increase reliability when there is a cache size issue or network congestions