Skip to content

Commit c341b01

Browse files
author
Craig Dennis
committed
Adds missing headings
1 parent fa34a5d commit c341b01

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

learning-objectives.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,15 @@
4747

4848
* Recall that voice is programmable with reusable building code blocks
4949
* Recognize that PSTN stands for Public Switched Telephone Network
50-
Video 2 - Receive a Call
50+
51+
### Video 2 - Receive a Call
52+
5153
* Modify settings on the phone number to handle incoming calls
5254
* Use <Say> in a TwiML response to perform text-to-speech.
5355
* Use <Play> in a TwiML response to play an audio file
54-
Video 3 - Gather Input
56+
57+
### Video 3 - Gather Input
58+
5559
* Understand that <Gather> is used to gather DTMF (Dual Tone Multi Frequency)
5660
* Explain that the URL in the action parameter on the <Gather> will receive the Digits parameter in an HTTP request.
5761
* Use a nested <Play> in <Gather> to perform a barge-in (interrupt the audio)
@@ -86,6 +90,7 @@ Video 3 - Gather Input
8690
* Recall that the participant list of a Conference contains active calls only
8791

8892
### Video 4 - Use Private Data
93+
8994
* Produce a private asset and import it into a Function
9095

9196
### Video 5 - Allow for registration via SMS

0 commit comments

Comments
 (0)