File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 47
47
48
48
* Recall that voice is programmable with reusable building code blocks
49
49
* Recognize that PSTN stands for Public Switched Telephone Network
50
- Video 2 - Receive a Call
50
+
51
+ ### Video 2 - Receive a Call
52
+
51
53
* Modify settings on the phone number to handle incoming calls
52
54
* Use <Say > in a TwiML response to perform text-to-speech.
53
55
* Use <Play > in a TwiML response to play an audio file
54
- Video 3 - Gather Input
56
+
57
+ ### Video 3 - Gather Input
58
+
55
59
* Understand that <Gather > is used to gather DTMF (Dual Tone Multi Frequency)
56
60
* Explain that the URL in the action parameter on the <Gather > will receive the Digits parameter in an HTTP request.
57
61
* Use a nested <Play > in <Gather > to perform a barge-in (interrupt the audio)
@@ -86,6 +90,7 @@ Video 3 - Gather Input
86
90
* Recall that the participant list of a Conference contains active calls only
87
91
88
92
### Video 4 - Use Private Data
93
+
89
94
* Produce a private asset and import it into a Function
90
95
91
96
### Video 5 - Allow for registration via SMS
You can’t perform that action at this time.
0 commit comments